Changeset 44455 for trunk/src/wp-admin/includes/network.php
- Timestamp:
- 01/08/2019 04:29:06 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/network.php
r43571 r44455 467 467 <?php 468 468 printf( 469 /* translators: 1: wp-config.php, 2: location of wp-config file, 3: translated version of "That's all, stop editing! Happy blogging." */469 /* translators: 1: wp-config.php, 2: location of wp-config file, 3: translated version of "That's all, stop editing! Happy publishing." */ 470 470 __( 'Add the following to your %1$s file in %2$s <strong>above</strong> the line reading %3$s:' ), 471 471 '<code>wp-config.php</code>', … … 476 476 * https://i18n.svn.wordpress.org/<locale code>/branches/<wp version>/dist/wp-config-sample.php 477 477 */ 478 '<code>/* ' . __( 'That’s all, stop editing! Happy blogging.' ) . ' */</code>'478 '<code>/* ' . __( 'That’s all, stop editing! Happy publishing.' ) . ' */</code>' 479 479 ); 480 480 ?>
Note: See TracChangeset
for help on using the changeset viewer.