Ticket #44360: 44560.diff
File 44560.diff, 529 bytes (added by , 5 years ago) |
---|
-
src/wp-admin/admin-footer.php
diff --git a/src/wp-admin/admin-footer.php b/src/wp-admin/admin-footer.php index 6014d1767d..552d874e03 100644
a b global $hook_suffix; 32 32 ?> 33 33 <p id="footer-left" class="alignleft"> 34 34 <?php 35 /* translators: Thank you for creating with WordPress */ 35 36 $text = sprintf( __( 'Thank you for creating with <a href="%s">WordPress</a>.' ), __( 'https://wordpress.org/' ) ); 36 37 /** 37 38 * Filters the "Thank you" text displayed in the admin footer.