Changeset 53060 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 04/04/2022 06:24:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r53059 r53060 501 501 * @since 3.4.0 502 502 * 503 * @global string $pagenow 503 * @global string $pagenow The filename of the current screen. 504 504 */ 505 505 public function setup_theme() { … … 608 608 * @since 4.9.0 609 609 * 610 * @global string $pagenow 610 * @global string $pagenow The filename of the current screen. 611 611 */ 612 612 public function establish_loaded_changeset() { … … 3286 3286 * @since 4.9.0 3287 3287 * 3288 * @global string $pagenow 3288 * @global string $pagenow The filename of the current screen. 3289 3289 * 3290 3290 * @param array $settings Current settings to filter.
Note: See TracChangeset
for help on using the changeset viewer.