Make WordPress Core

Changeset 35495


Ignore:
Timestamp:
11/03/2015 08:12:02 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Fix two notations for the $_wp_real_parent_file global, which is an array.

Props NExt-Season.
Fixes #34443.

File:
1 edited

Legend:

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

    r35477 r35495  
    11371137 * @global array $submenu
    11381138 * @global array $menu
    1139  * @global type $_wp_real_parent_file
     1139 * @global array $_wp_real_parent_file
    11401140 * @global bool $_wp_submenu_nopriv
    11411141 * @global array $_registered_pages
     
    15301530 * @global string $typenow
    15311531 * @global string $plugin_page
    1532  * @global string $_wp_real_parent_file
     1532 * @global array $_wp_real_parent_file
    15331533 * @global array $_wp_menu_nopriv
    15341534 * @global array $_wp_submenu_nopriv
Note: See TracChangeset for help on using the changeset viewer.