Make WordPress Core

Changeset 51730


Ignore:
Timestamp:
09/04/2021 12:37:21 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in a comment in WP_Customize_Manager::get_return_url().

Follow-up to [46754].

See #53399.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r51518 r51730  
    46894689            /*
    46904690             * 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.
    46924692             */
    46934693            if ( isset( $query_vars['page'] ) && ! isset( $_registered_pages[ "appearance_page_{$query_vars['page']}" ] ) ) {
Note: See TracChangeset for help on using the changeset viewer.