Make WordPress Core


Ignore:
Timestamp:
10/12/2005 06:21:15 PM (21 years ago)
Author:
ryan
Message:

Trailing slashes, on the URI, make me happy, make me feel fine. fixes #1742

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/classic/footer.php

    r2492 r2945  
    44<?php get_sidebar(); ?>
    55
    6 <p class="credit"><!--<?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='http://wordpress.org' title='%s'><strong>WordPress</strong></a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></cite></p>
     6<p class="credit"><!--<?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='http://wordpress.org/' title='%s'><strong>WordPress</strong></a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></cite></p>
    77
    88</div>
Note: See TracChangeset for help on using the changeset viewer.