Make WordPress Core

Changeset 17894


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

Switch to 'Freedoms'. see #17383.

Location:
trunk/wp-admin
Files:
1 edited
1 moved

Legend:

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

    r17879 r17894  
    2323    '<span id="footer-thankyou">' . __( 'Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.' ) . '</span>',
    2424    __( '<a href="http://codex.wordpress.org/">Documentation</a>' ),
    25     sprintf( __( '<a href="%s">Rights</a>' ), admin_url( 'rights.php' ) ),
     25    sprintf( __( '<a href="%s">Freedoms</a>' ), admin_url( 'freedoms.php' ) ),
    2626    __('<a href="http://wordpress.org/support/forum/4">Feedback</a>'),
    2727    sprintf(__('<a href="%s">Credits</a>'), admin_url('credits.php') ),
  • 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.