Make WordPress Core

Changeset 17875


Ignore:
Timestamp:
05/12/2011 01:10:54 AM (14 years ago)
Author:
nacin
Message:

Add 'Your Rights' screen to the admin. props matt, jane, ryan, markjaquith, westi. see #17383.

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

Legend:

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

    r17865 r17875  
    2020do_action( 'in_admin_footer' );
    2121$upgrade = apply_filters( 'update_footer', '' );
    22 echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . __('Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.').'</span> &bull; '.__('<a href="http://codex.wordpress.org/">Documentation</a>').' &bull; '.__('<a href="http://wordpress.org/support/forum/4">Feedback</a>') ); ?>
    23 </p>
     22echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . __('Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.').'</span> &bull; '.__('<a href="http://codex.wordpress.org/">Documentation</a>').' &bull; '.sprintf( __( '<a href="%s">Your Rights</a>' ), admin_url( 'rights.php' ) ).' &bull; '.__('<a href="http://wordpress.org/support/forum/4">Feedback</a>') ); ?></p>
    2423<p id="footer-upgrade" class="alignright"><?php echo $upgrade; ?></p>
    2524<div class="clear"></div>
Note: See TracChangeset for help on using the changeset viewer.