Make WordPress Core

Ticket #44360: 44560.diff

File 44560.diff, 529 bytes (added by 5hel2l2y, 5 years ago)

translator comment added in wp-admin/admin-footer

  • 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; 
    3232        ?>
    3333        <p id="footer-left" class="alignleft">
    3434                <?php
     35                /* translators: Thank you for creating with WordPress */
    3536                $text = sprintf( __( 'Thank you for creating with <a href="%s">WordPress</a>.' ), __( 'https://wordpress.org/' ) );
    3637                /**
    3738                 * Filters the "Thank you" text displayed in the admin footer.