Changeset 1459 for trunk/index.php
- Timestamp:
- 07/10/2004 11:34:47 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r1447 r1459 90 90 <?php get_calendar(); ?> 91 91 </li> 92 <li id="other"><?php _e('Other:'); ?>93 <ul>94 <li><a href="<?php echo get_settings('siteurl'); ?>/wp-login.php"><?php _e('Login'); ?></a></li>95 <li><a href="<?php echo get_settings('siteurl'); ?>/wp-register.php"><?php _e('Register'); ?></a></li>96 </ul>97 </li>98 92 <li id="meta"><?php _e('Meta:'); ?> 99 93 <ul> 94 <li><?php wp_register(); ?></li> 95 <li><?php wp_loginout(); ?></li> 100 96 <li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li> 101 97 <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li> … … 103 99 <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li> 104 100 <li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>"><abbr title="WordPress">WP</abbr></a></li> 101 <?php wp_meta(); ?> 105 102 </ul> 106 103 </li>
Note: See TracChangeset
for help on using the changeset viewer.