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