Ticket #19294: 19294.patch
| File 19294.patch, 901 bytes (added by ocean90, 19 months ago) |
|---|
-
wp-admin/freedoms.php
33 33 </a> 34 34 </h2> 35 35 36 <h3><?php _e( 'Freedoms' ); ?></h3>37 38 36 <p class="about-description"><?php printf( __( 'WordPress is Free and open source software, built by a distributed community of mostly volunteer developers from around the world. WordPress comes with some awesome, worldview-changing rights courtesy of its <a href="%s">license</a>, the GPL.' ), 'http://wordpress.org/about/license/' ); ?></p> 39 37 40 38 <ol start="0"> -
wp-admin/credits.php
76 76 </a> 77 77 </h2> 78 78 79 <h3><?php _e( 'Credits' ); ?></h3>80 81 79 <?php 82 80 83 81 $credits = wp_credits();