diff --git a/wp-admin/menu.php b/wp-admin/menu.php index 77cf7d68bd..1064e7b85c 100644 --- a/wp-admin/menu.php +++ b/wp-admin/menu.php @@ -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 */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 2e764f2a94..bb2caa144a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47433'; +$wp_version = '5.5-alpha-47434'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.