Make WordPress Core

Ticket #45809: 45809.diff

File 45809.diff, 487 bytes (added by subrataemfluence, 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; 
    3131        ?>
    3232        <p id="footer-left" class="alignleft">
    3333                <?php
     34                /* translators: %s: WordPress URL */
    3435                $text = sprintf( __( 'Thank you for creating with <a href="%s">WordPress</a>.' ), __( 'https://wordpress.org/' ) );
    3536                /**
    3637                 * Filters the "Thank you" text displayed in the admin footer.