Changeset 19143 for trunk/wp-admin/freedoms.php
- Timestamp:
- 11/04/2011 12:37:56 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/freedoms.php
r19141 r19143 35 35 </h2> 36 36 37 <p><?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> 37 <h3><?php _e( 'Freedoms' ); ?></h3> 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> 38 40 39 41 <ol start="0"> 40 <li>< ?php _e( 'You have the freedom to run the program, for any purpose.' ); ?></li>41 <li>< ?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.' ); ?></li>42 <li>< ?php _e( 'You have the freedom to redistribute copies of the original program so you can help your neighbor.' ); ?></li>43 <li>< ?php _e( 'You have the freedom to distribute copies of your modified versions to others. By doing this you can give the whole community a chance to benefit from your changes.' ); ?></li>42 <li><p><?php _e( 'You have the freedom to run the program, for any purpose.' ); ?></p></li> 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> 44 <li><p><?php _e( 'You have the freedom to redistribute copies of the original program so you can help your neighbor.' ); ?></p></li> 45 <li><p><?php _e( 'You have the freedom to distribute copies of your modified versions to others. By doing this you can give the whole community a chance to benefit from your changes.' ); ?></p></li> 44 46 </ol> 45 47
Note: See TracChangeset
for help on using the changeset viewer.