Changeset 47156 for trunk/src/wp-admin/options.php
- Timestamp:
- 02/01/2020 09:36:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options.php
r47154 r47156 218 218 219 219 if ( ! isset( $whitelist_options[ $option_page ] ) ) { 220 wp_die( __( '<strong>E RROR</strong>: Options page not found.' ) );220 wp_die( __( '<strong>Error</strong>: Options page not found.' ) ); 221 221 } 222 222
Note: See TracChangeset
for help on using the changeset viewer.