Changeset 18529
- Timestamp:
- 08/11/2011 04:33:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-footer.php
r18147 r18529 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">Freedoms</a>' ), admin_url( 'freedoms.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 sprintf( __('<a href="%s">Credits</a>'), admin_url('credits.php') ),27 sprintf( '<a href="%s">' . __('Credits') . '</a>', admin_url('credits.php') ), 28 28 ); 29 29 echo apply_filters( 'admin_footer_text', implode( ' • ', $footer_text ) );
Note: See TracChangeset
for help on using the changeset viewer.