Changeset 2539
- Timestamp:
- 04/18/2005 04:05:33 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-footer.php
r2536 r2539 1 1 2 2 <div id="footer"><p><a href="http://wordpress.org/"><img src="../wp-images/wp-small.png" alt="WordPress" /></a><br /> 3 <?php bloginfo('version'); ?> — <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a><br /> 3 <?php bloginfo('version'); ?> <br /> 4 <a href="http://codex.wordpress.org/"><?php _e('Documentation'); ?></a> — <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a> <br /> 4 5 <?php printf(__('%s seconds'), number_format(timer_stop(), 2)); ?> 5 6 </p>
Note: See TracChangeset
for help on using the changeset viewer.