Changeset 55431 for trunk/src/wp-includes/class-wpdb.php
- Timestamp:
- 02/28/2023 12:46:10 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wpdb.php
r55415 r55431 1268 1268 $message .= '<p>' . sprintf( 1269 1269 /* translators: %s: Support forums URL. */ 1270 __( 'If you do not know how to set up a database you should <strong>contact your host</strong>. If all else fails you may find help at the <a href="%s">WordPress Support forums</a>.' ),1270 __( 'If you do not know how to set up a database you should <strong>contact your host</strong>. If all else fails you may find help at the <a href="%s">WordPress support forums</a>.' ), 1271 1271 __( 'https://wordpress.org/support/forums/' ) 1272 1272 ) . "</p>\n"; … … 2082 2082 $message .= '<p>' . sprintf( 2083 2083 /* translators: %s: Support forums URL. */ 2084 __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href="%s">WordPress Support forums</a>.' ),2084 __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href="%s">WordPress support forums</a>.' ), 2085 2085 __( 'https://wordpress.org/support/forums/' ) 2086 2086 ) . "</p>\n"; … … 2242 2242 $message .= '<p>' . sprintf( 2243 2243 /* translators: %s: Support forums URL. */ 2244 __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href="%s">WordPress Support forums</a>.' ),2244 __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href="%s">WordPress support forums</a>.' ), 2245 2245 __( 'https://wordpress.org/support/forums/' ) 2246 2246 ) . "</p>\n";
Note: See TracChangeset
for help on using the changeset viewer.