X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/138998bbd8f7a1ac38b2f1eacbdf7cd522be4b13..b925718b4bf2dd47a8429f844d0a255ca6e35bd1:/wp-admin/menu.php diff --git a/wp-admin/menu.php b/wp-admin/menu.php index 64f80190..f85ebd3a 100644 --- a/wp-admin/menu.php +++ b/wp-admin/menu.php @@ -182,7 +182,10 @@ if ( ! is_multisite() ) { add_action('admin_menu', '_add_themes_utility_last', 101); } /** + * Adds the (theme) 'Editor' link to the bottom of the Appearance menu. * + * @access private + * @since 3.0.0 */ function _add_themes_utility_last() { // Must use API on the admin_menu hook, direct modification is only possible on/before the _admin_menu hook