equal
deleted
inserted
replaced
33 <p id="footer-left" class="alignleft"> |
33 <p id="footer-left" class="alignleft"> |
34 <?php |
34 <?php |
35 $text = sprintf( |
35 $text = sprintf( |
36 /* translators: %s: https://wordpress.org/ */ |
36 /* translators: %s: https://wordpress.org/ */ |
37 __( 'Thank you for creating with <a href="%s">WordPress</a>.' ), |
37 __( 'Thank you for creating with <a href="%s">WordPress</a>.' ), |
38 __( 'https://wordpress.org/' ) |
38 esc_url( __( 'https://wordpress.org/' ) ) |
39 ); |
39 ); |
40 |
40 |
41 /** |
41 /** |
42 * Filters the "Thank you" text displayed in the admin footer. |
42 * Filters the "Thank you" text displayed in the admin footer. |
43 * |
43 * |