wp/wp-includes/theme-compat/footer.php
changeset 21 48c4eec2b7e6
parent 16 a86126ab1dd4
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    20 <div id="footer" role="contentinfo">
    20 <div id="footer" role="contentinfo">
    21 <!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
    21 <!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
    22 	<p>
    22 	<p>
    23 		<?php
    23 		<?php
    24 		printf(
    24 		printf(
    25 			/* translators: 1: Blog name, 2: WordPress */
    25 			/* translators: 1: Site name, 2: WordPress */
    26 			__( '%1$s is proudly powered by %2$s' ),
    26 			__( '%1$s is proudly powered by %2$s' ),
    27 			get_bloginfo( 'name' ),
    27 			get_bloginfo( 'name' ),
    28 			'<a href="https://wordpress.org/">WordPress</a>'
    28 			'<a href="https://wordpress.org/">WordPress</a>'
    29 		);
    29 		);
    30 		?>
    30 		?>