wp/wp-admin/freedoms.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    83 		<div class="column">
    83 		<div class="column">
    84 			<p>
    84 			<p>
    85 			<?php
    85 			<?php
    86 			printf(
    86 			printf(
    87 				/* translators: %s: https://wordpressfoundation.org/trademark-policy/ */
    87 				/* translators: %s: https://wordpressfoundation.org/trademark-policy/ */
    88 				__( 'WordPress grows when people like you tell their friends about it, and the thousands of businesses and services that are built on and around WordPress share that fact with their users. We are flattered every time someone spreads the good word, just make sure to <a href="%s">check out our trademark guidelines</a> first.' ),
    88 				__( 'WordPress grows when people like you tell their friends about it, and the thousands of businesses and services that are built on and around WordPress share that fact with their users. The WordPress community is flattered every time someone spreads the good word, just make sure to <a href="%s">check out the WordPress Foundation trademark guidelines</a> first.' ),
    89 				'https://wordpressfoundation.org/trademark-policy/'
    89 				'https://wordpressfoundation.org/trademark-policy/'
    90 			);
    90 			);
    91 			?>
    91 			?>
    92 			</p>
    92 			</p>
    93 
    93