Make WordPress Core


Ignore:
Timestamp:
05/12/2011 05:17:28 AM (13 years ago)
Author:
nacin
Message:

Switch to 'Freedoms'. see #17383.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/freedoms.php

    r17892 r17894  
    1010require_once( './admin.php' );
    1111
    12 $title = __( 'Your Rights' );
     12$title = __( 'Freedoms' );
    1313$parent_file = 'index.php';
    1414
     
    1717<div class="wrap">
    1818<?php screen_icon(); ?>
    19 <h2><?php _e( 'Your Rights' ); ?></h2>
     19<h2><?php _e( 'Freedoms' ); ?></h2>
    2020
    2121<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.