Make WordPress Core

Ticket #44360: 44360.admin-footer.diff

File 44360.admin-footer.diff, 497 bytes (added by subrataemfluence, 7 years ago)

Patch for admin-footer.php

  • admin-footer.php

    diff --git /src/wp-admin/admin-footer.php b/admin-footer.php
    index eb32843..3730648 100755
    old new global $hook_suffix; 
    3232        ?>
    3333        <p id="footer-left" class="alignleft">
    3434                <?php
    35 
     35                /* translators: %s: WordPress official website address */
    3636                $text = sprintf( __( 'Thank you for creating with <a href="%s">WordPress</a>.' ), __( 'https://wordpress.org/' ) );
    3737                /**
    3838                 * Filters the "Thank you" text displayed in the admin footer.