Changeset 27469 for trunk/src/wp-admin/admin-footer.php
- Timestamp:
- 03/08/2014 04:13:28 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-footer.php
r27145 r27469 27 27 <p id="footer-left" class="alignleft"> 28 28 <?php 29 $text = sprintf( __( 'Thank you for creating with <a href="%s">WordPress</a>.' ), __( 'https://wordpress.org/' ) ); 29 30 /** 30 31 * Filter the "Thank you" text displayed in the admin footer. … … 34 35 * @param string $text The content that will be printed. 35 36 */ 36 echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . __( 'Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.' ). '</span>' );37 echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . $text . '</span>' ); 37 38 ?> 38 39 </p>
Note: See TracChangeset
for help on using the changeset viewer.