Changeset 48059 for trunk/src/wp-admin/options.php
- Timestamp:
- 06/16/2020 03:33:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options.php
r47874 r48059 222 222 sprintf( 223 223 /* translators: %s: The options page name. */ 224 __( ' <strong>Error</strong>:Options page %s not found in the options whitelist.' ),224 __( 'Options page %s not found in the options whitelist.' ), 225 225 '<code>' . esc_html( $option_page ) . '</code>' 226 226 )
Note: See TracChangeset
for help on using the changeset viewer.