Administration: Add missing description for "Page title" element of the admin menu array.

Props ajoah, valentinbora, kaitlin414.
Fixes #42911.

git-svn-id: https://develop.svn.wordpress.org/trunk@47434 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-03-08 00:16:36 +00:00
parent c227b20a0f
commit f6ff42bee4
1 changed files with 7 additions and 6 deletions

View File

@ -9,13 +9,14 @@
/**
* Constructs the admin menu.
*
* The elements in the array are :
* 0: Menu item name
* The elements in the array are:
* 0: Menu item name.
* 1: Minimum level or capability required.
* 2: The URL of the item's file
* 3: Class
* 4: ID
* 5: Icon for top level menu
* 2: The URL of the item's file.
* 3: Page title.
* 4: Classes.
* 5: ID.
* 6: Icon for top level menu.
*
* @global array $menu
*/