Changeset 17894 for trunk/wp-admin/freedoms.php
- Timestamp:
- 05/12/2011 05:17:28 AM (13 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/freedoms.php
r17892 r17894 10 10 require_once( './admin.php' ); 11 11 12 $title = __( ' Your Rights' );12 $title = __( 'Freedoms' ); 13 13 $parent_file = 'index.php'; 14 14 … … 17 17 <div class="wrap"> 18 18 <?php screen_icon(); ?> 19 <h2><?php _e( ' Your Rights' ); ?></h2>19 <h2><?php _e( 'Freedoms' ); ?></h2> 20 20 21 21 <p><?php _e( '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="http://wordpress.org/about/license/">license</a>, the GPL.' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.