Changeset 17894
- Timestamp:
- 05/12/2011 05:17:28 AM (13 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-footer.php
r17879 r17894 23 23 '<span id="footer-thankyou">' . __( 'Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.' ) . '</span>', 24 24 __( '<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' ) ), 26 26 __('<a href="http://wordpress.org/support/forum/4">Feedback</a>'), 27 27 sprintf(__('<a href="%s">Credits</a>'), admin_url('credits.php') ), -
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.