Make WordPress Core

Ticket #19158: freedoms-list-issue.patch

File freedoms-list-issue.patch, 1.1 KB (added by kpdesign, 14 years ago)
  • freedoms.php

     
    44 *
    55 * @package WordPress
    66 * @subpackage Administration
     7 * @since 3.2
    78 */
    89
    910/** WordPress Administration Bootstrap */
     
    3738
    3839<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>
    3940
    40 <ol start="0">
     41<ol>
    4142        <li><p><?php _e( 'You have the freedom to run the program, for any purpose.' ); ?></p></li>
    4243        <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>
    4344        <li><p><?php _e( 'You have the freedom to redistribute copies of the original program so you can help your neighbor.' ); ?></p></li>