]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/menu-header.php
WordPress 4.5
[autoinstalls/wordpress.git] / wp-admin / menu-header.php
index db4123c09f42ee154d95c2e4a6796c156ec83034..516ebd3c8d07f5ef8a035056ce57d14ecc17781e 100644 (file)
@@ -109,7 +109,7 @@ function _wp_menu_output( $menu, $submenu, $submenu_as_parent = true ) {
                }
 
                /*
-                * If the string 'none' (previously 'div') is passed instead of an URL, don't output
+                * If the string 'none' (previously 'div') is passed instead of a URL, don't output
                 * the default menu image so an icon can be added to div.wp-menu-image as background
                 * with CSS. Dashicons and base64-encoded data:image/svg_xml URIs are also handled
                 * as special cases.