Changeset 45927 for trunk/src/wp-admin/admin-footer.php
- Timestamp:
- 09/02/2019 12:42:01 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-footer.php
r45926 r45927 33 33 <p id="footer-left" class="alignleft"> 34 34 <?php 35 /* translators: %s: https://wordpress.org/ */ 36 $text = sprintf( __( 'Thank you for creating with <a href="%s">WordPress</a>.' ), __( 'https://wordpress.org/' ) ); 35 $text = sprintf( 36 /* translators: %s: https://wordpress.org/ */ 37 __( 'Thank you for creating with <a href="%s">WordPress</a>.' ), 38 __( 'https://wordpress.org/' ) 39 ); 40 37 41 /** 38 42 * Filters the "Thank you" text displayed in the admin footer.
Note: See TracChangeset
for help on using the changeset viewer.