Changeset 51730
- Timestamp:
- 09/04/2021 12:37:21 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r51518 r51730 4689 4689 /* 4690 4690 * If the return URL is a page added by a theme to the Appearance menu via add_submenu_page(), 4691 * verify that belongs to the active theme, otherwise fall back to the Themes screen.4691 * verify that it belongs to the active theme, otherwise fall back to the Themes screen. 4692 4692 */ 4693 4693 if ( isset( $query_vars['page'] ) && ! isset( $_registered_pages[ "appearance_page_{$query_vars['page']}" ] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.