Make WordPress Core


Ignore:
Timestamp:
10/29/2008 03:51:16 AM (17 years ago)
Author:
markjaquith
Message:

Implement admin footer with margin, not height, so that people can add stuff to it.

File:
1 edited

Legend:

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

    r9284 r9393  
    1515<div id="footer">
    1616<p><?php
    17 do_action('in_admin_footer', '');
     17do_action( 'in_admin_footer' );
    1818$upgrade = apply_filters( 'update_footer', '' );
    1919echo '<span id="footer-thankyou">' . __('Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.').'</span> | '.__('<a href="http://codex.wordpress.org/">Documentation</a>').' | '.__('<a href="http://wordpress.org/support/forum/4">Feedback</a>').' <span id="footer-upgrade">'.$upgrade . '</span>';
Note: See TracChangeset for help on using the changeset viewer.