Ticket #35668: 35668.patch
File 35668.patch, 675 bytes (added by , 9 years ago) |
---|
-
wp-admin/credits.php
97 97 } 98 98 99 99 ?> 100 <p class="clear"><?php 101 /* translators: %s: https://make.wordpress.org/ */ 102 printf( __( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ), 103 __( 'https://make.wordpress.org/' ) 104 ); 105 ?></p> 100 <p class="clear"> 101 <?php _e( 'Want to see your name in lights on this page?' ); ?> 102 <a href="<?php echo esc_url( 'https://make.wordpress.org/' ); ?>"><?php _e( 'Get involved in WordPress' ); ?></a> 103 </p> 106 104 107 105 </div> 108 106 <?php