]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/menu-header.php
WordPress 4.6.3
[autoinstalls/wordpress.git] / wp-admin / menu-header.php
index db4123c09f42ee154d95c2e4a6796c156ec83034..df7744db56985453b9dad652d2f4a5779c247b98 100644 (file)
@@ -27,7 +27,7 @@ $self = preg_replace('|^.*/mu-plugins/|i', '', $self);
 global $menu, $submenu, $parent_file, $submenu_file;
 
 /**
- * Filter the parent file of an admin menu sub-menu item.
+ * Filters the parent file of an admin menu sub-menu item.
  *
  * Allows plugins to move sub-menu items around.
  *
@@ -38,7 +38,7 @@ global $menu, $submenu, $parent_file, $submenu_file;
 $parent_file = apply_filters( 'parent_file', $parent_file );
 
 /**
- * Filter the file of an admin menu sub-menu item.
+ * Filters the file of an admin menu sub-menu item.
  *
  * @since 4.4.0
  *
@@ -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.