Changeset 48115 for trunk/src/wp-includes/load.php
- Timestamp:
- 06/21/2020 01:58:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r48109 r48115 549 549 sprintf( 550 550 /* translators: 1: $table_prefix, 2: wp-config.php */ 551 __( ' %1$s in %2$s can only contain numbers, letters, and underscores.' ),551 __( '<strong>Error</strong>: %1$s in %2$s can only contain numbers, letters, and underscores.' ), 552 552 '<code>$table_prefix</code>', 553 553 '<code>wp-config.php</code>'
Note: See TracChangeset
for help on using the changeset viewer.