Changeset 1144 for trunk/wp-admin/admin-footer.php
- Timestamp:
- 04/24/2004 07:46:11 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-footer.php
r1138 r1144 1 1 2 3 <p align="center" style="width: 100%" class="tabletoprow"><?php printf(__('<strong><a href="%1$s">WordPress</a></strong> %2$s — <a href="%3$s">Support Forums</a><br />'), 'http://wordpress.org', $wp_version, 'http://wordpress.org/support/') ?> 2 <p id="footer"><a href="http://wordpress.org/">WordPress</a></strong> <?php bloginfo('version'); ?> — <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a><br /> 4 3 <?php 5 4 printf(__('%s seconds'), number_format(timer_stop(), 2));
Note: See TracChangeset
for help on using the changeset viewer.