Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #28672, comment 3


Ignore:
Timestamp:
10/27/2014 04:02:03 PM (10 years ago)
Author:
GunGeekATX
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28672, comment 3

    initial v1  
    33
    44{{{
     5global $wp_settings_sections;
     6
    57if ( ! isset( $wp_settings_sections[$page] ) )
    68        $settings_page_check = new WP_Error( 'invalid_settings_page', sprintf( __('Settings page %s does not exist.'), $page ) );