Changeset 4349 for trunk/wp-admin/admin-footer.php
- Timestamp:
- 10/06/2006 01:14:47 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-footer.php
r4345 r4349 1 1 2 2 <div id="footer"> 3 <p><a href="http://wordpress.org/" id="wordpress-logo"><img src="images/wordpress-logo.png" alt="WordPress" /></a></p> 4 <p> 5 <?php _e('<a href="http://codex.wordpress.org/">Documentation</a>'); ?> — <?php _e('<a href="http://wordpress.org/support/">Support Forums</a>'); ?> <br /> 6 <?php bloginfo('version'); ?> — <?php printf(__('%s seconds'), timer_stop(0, 2)); ?> 7 </p> 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> 8 6 </div> 9 7 <?php do_action('admin_footer', ''); ?> 10 8 <script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script> 11 12 9 </body> 13 10 </html>
Note: See TracChangeset
for help on using the changeset viewer.