Ticket #19158: freedoms-list-issue.patch
| File freedoms-list-issue.patch, 1.1 KB (added by , 14 years ago) |
|---|
-
freedoms.php
4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration 7 * @since 3.2 7 8 */ 8 9 9 10 /** WordPress Administration Bootstrap */ … … 37 38 38 39 <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 40 40 <ol start="0">41 <ol> 41 42 <li><p><?php _e( 'You have the freedom to run the program, for any purpose.' ); ?></p></li> 42 43 <li><p><?php _e( 'You have access to the source code, the freedom to study how the program works, and the freedom to change it to make it do what you wish.' ); ?></p></li> 43 44 <li><p><?php _e( 'You have the freedom to redistribute copies of the original program so you can help your neighbor.' ); ?></p></li>