Changeset 54926
- Timestamp:
- 12/01/2022 10:18:50 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options.php
r54113 r54926 246 246 sprintf( 247 247 /* translators: %s: The options page name. */ 248 __( '<strong>Error:</strong> Options page %s not foundin the allowed options list.' ),248 __( '<strong>Error:</strong> The %s options page is not in the allowed options list.' ), 249 249 '<code>' . esc_html( $option_page ) . '</code>' 250 250 )
Note: See TracChangeset
for help on using the changeset viewer.