Changeset 47154 for trunk/src/wp-admin/options.php
- Timestamp:
- 02/01/2020 08:53:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options.php
r47122 r47154 218 218 219 219 if ( ! isset( $whitelist_options[ $option_page ] ) ) { 220 wp_die( __( '<strong>ERROR</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.