Make WordPress Core

Changeset 1459 for trunk/index.php


Ignore:
Timestamp:
07/10/2004 11:34:47 PM (22 years ago)
Author:
saxmatt
Message:

A nicer meta bar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r1447 r1459  
    9090    <?php get_calendar(); ?>
    9191 </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>
    9892 <li id="meta"><?php _e('Meta:'); ?>
    9993    <ul>
     94        <li><?php wp_register(); ?></li>
     95        <li><?php wp_loginout(); ?></li>
    10096        <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>
    10197        <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>
     
    10399        <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
    104100        <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(); ?>
    105102    </ul>
    106103 </li>
Note: See TracChangeset for help on using the changeset viewer.