Make WordPress Core


Ignore:
Timestamp:
03/08/2020 12:16:36 AM (4 years ago)
Author:
SergeyBiryukov
Message:

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

Props ajoah, valentinbora, kaitlin414.
Fixes #42911.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/menu.php

    r47280 r47434  
    1010 * Constructs the admin menu.
    1111 *
    12  * The elements in the array are :
    13  *     0: Menu item name
     12 * The elements in the array are:
     13 *     0: Menu item name.
    1414 *     1: Minimum level or capability required.
    15  *     2: The URL of the item's file
    16  *     3: Class
    17  *     4: ID
    18  *     5: Icon for top level menu
     15 *     2: The URL of the item's file.
     16 *     3: Page title.
     17 *     4: Classes.
     18 *     5: ID.
     19 *     6: Icon for top level menu.
    1920 *
    2021 * @global array $menu
Note: See TracChangeset for help on using the changeset viewer.