root/tags/2.1.2/wp-admin/admin-footer.php

Revision 4349, 0.6 kB (checked in by matt, 2 years ago)

Some UI cleanups, changes, and various miscellany.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2 <div id="footer">
3 <p class="logo"><a href="http://wordpress.org/" id="wordpress-logo"><img src="images/wordpress-logo.png" alt="WordPress" /></a></p>
4 <p class="docs"><?php _e('<a href="http://codex.wordpress.org/">Documentation</a>'); ?> &#8212; <?php _e('<a href="http://wordpress.org/support/">Support Forums</a>'); ?><br />
5 <?php bloginfo('version'); ?> &#8212; <?php printf(__('%s seconds'), timer_stop(0, 2)); ?></p>
6 </div>
7 <?php do_action('admin_footer', ''); ?>
8 <script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>
9 </body>
10 </html>
Note: See TracBrowser for help on using the browser.