Changeset 53458 for trunk/src/wp-includes/load.php
- Timestamp:
- 06/02/2022 03:03:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r53426 r53458 625 625 sprintf( 626 626 /* translators: 1: $table_prefix, 2: wp-config.php */ 627 __( '<strong>Error </strong>:%1$s in %2$s can only contain numbers, letters, and underscores.' ),627 __( '<strong>Error:</strong> %1$s in %2$s can only contain numbers, letters, and underscores.' ), 628 628 '<code>$table_prefix</code>', 629 629 '<code>wp-config.php</code>'
Note: See TracChangeset
for help on using the changeset viewer.