Docs: Add a missing DocBlock for the private `_add_themes_utility_last()` function.

See #32246.

Built from https://develop.svn.wordpress.org/trunk@36471


git-svn-id: http://core.svn.wordpress.org/trunk@36438 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-02-03 20:07:27 +00:00
parent 72c6f7f86f
commit 9351a7c9ff
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-36446';
$wp_version = '4.5-alpha-36471';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.