Make WordPress Core


Ignore:
Timestamp:
01/24/2005 10:06:53 AM (22 years ago)
Author:
saxmatt
Message:

Fix for site-admin / register link - http://mosquito.wordpress.org/view.php?id=603

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/sidebar.php

    r2140 r2142  
    5757                                <li><h2><?php _e('Meta'); ?></h2>
    5858                                <ul>
    59                                         <li><?php wp_register(); ?></li>
     59                                        <?php wp_register(); ?>
    6060                                        <li><?php wp_loginout(); ?></li>
    6161                                        <li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li>
Note: See TracChangeset for help on using the changeset viewer.