Changeset 4344 for branches/2.0/wp-admin/admin-footer.php
- Timestamp:
- 10/04/2006 10:00:26 PM (19 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-admin/admin-footer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/admin-footer.php
r3492 r4344 3 3 <p> 4 4 <a href="http://codex.wordpress.org/"><?php _e('Documentation'); ?></a> — <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a> <br /> 5 <?php bloginfo('version'); ?> — <?php printf(__('%s seconds'), number_format(timer_stop(), 2)); ?>5 <?php bloginfo('version'); ?> — <?php printf(__('%s seconds'), timer_stop(0, 2)); ?> 6 6 </p> 7 7
Note: See TracChangeset
for help on using the changeset viewer.