|
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>'); ?> — <?php _e('<a href="http://wordpress.org/support/">Support Forums</a>'); ?><br /> |
|---|
| 5 |
<?php bloginfo('version'); ?> — <?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> |
|---|