wp/wp-admin/admin-footer.php
changeset 22 8c2e4d02f4ef
parent 18 be944660c56a
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    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 		 *