Docs: Add a missing DocBlock for the private _add_themes_utility_last()
function.
See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@36471 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7bc7bd07d4
commit
4f884dd8b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user