mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Docs: Fix two notations for the $_wp_real_parent_file
global, which is an array.
Props NExt-Season. Fixes #34443. Built from https://develop.svn.wordpress.org/trunk@35495 git-svn-id: http://core.svn.wordpress.org/trunk@35459 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
04c2cd1913
commit
6b14ca9407
@ -1136,7 +1136,7 @@ function add_utility_page( $page_title, $menu_title, $capability, $menu_slug, $f
|
||||
*
|
||||
* @global array $submenu
|
||||
* @global array $menu
|
||||
* @global type $_wp_real_parent_file
|
||||
* @global array $_wp_real_parent_file
|
||||
* @global bool $_wp_submenu_nopriv
|
||||
* @global array $_registered_pages
|
||||
* @global array $_parent_pages
|
||||
@ -1529,7 +1529,7 @@ function menu_page_url($menu_slug, $echo = true) {
|
||||
* @global string $pagenow
|
||||
* @global string $typenow
|
||||
* @global string $plugin_page
|
||||
* @global string $_wp_real_parent_file
|
||||
* @global array $_wp_real_parent_file
|
||||
* @global array $_wp_menu_nopriv
|
||||
* @global array $_wp_submenu_nopriv
|
||||
*/
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-beta2-35494';
|
||||
$wp_version = '4.4-beta2-35495';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user