Ticket #44360: 44360.admin-footer.diff
File 44360.admin-footer.diff, 497 bytes (added by , 7 years ago) |
---|
-
admin-footer.php
diff --git /src/wp-admin/admin-footer.php b/admin-footer.php index eb32843..3730648 100755
old new global $hook_suffix; 32 32 ?> 33 33 <p id="footer-left" class="alignleft"> 34 34 <?php 35 35 /* translators: %s: WordPress official website address */ 36 36 $text = sprintf( __( 'Thank you for creating with <a href="%s">WordPress</a>.' ), __( 'https://wordpress.org/' ) ); 37 37 /** 38 38 * Filters the "Thank you" text displayed in the admin footer.