Changeset 53060 for trunk/src/wp-includes/load.php
- Timestamp:
- 04/04/2022 06:24:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r52398 r53060 887 887 * @access private 888 888 * 889 * @global string $pagenow The filename of the current screen. 890 * 889 891 * @return string[] Array of absolute paths to theme directories. 890 892 */ … … 967 969 * @since 5.2.0 968 970 * 969 * @global string $pagenow 971 * @global string $pagenow The filename of the current screen. 970 972 * 971 973 * @return bool True if the current endpoint should be protected. … … 1747 1749 * @since 5.6.1 1748 1750 * 1749 * @global string $pagenow The current page.1751 * @global string $pagenow The filename of the current screen. 1750 1752 * 1751 1753 * @param string $context The context to check for protection. Accepts 'login', 'admin', and 'front'.
Note: See TracChangeset
for help on using the changeset viewer.