X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/03f2fa83c13c1b532284205fa7efcab9b8b2c41f..e3ff8f35458a959c1879c0a4976701ed8dcfe651:/wp-admin/menu-header.php diff --git a/wp-admin/menu-header.php b/wp-admin/menu-header.php index db4123c0..31a35c77 100644 --- a/wp-admin/menu-header.php +++ b/wp-admin/menu-header.php @@ -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. @@ -234,9 +234,11 @@ function _wp_menu_output( $menu, $submenu, $submenu_as_parent = true ) { echo ""; } - echo '
  • '; - echo '' . esc_html__( 'Collapse menu' ) . ''; - echo '
  • '; + echo '
  • ' . + '
  • '; } ?>