Make WordPress Core


Ignore:
Timestamp:
07/30/2007 04:32:12 PM (17 years ago)
Author:
markjaquith
Message:

Favor the term "blog" instead of "weblog." Props foolswisdom and Nazgul. fixes #4674

File:
1 edited

Legend:

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

    r5700 r5825  
    2222
    2323            <?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
    24             <p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> weblog archives
     24            <p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
    2525            for the day <?php the_time('l, F jS, Y'); ?>.</p>
    2626
    2727            <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
    28             <p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> weblog archives
     28            <p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
    2929            for <?php the_time('F, Y'); ?>.</p>
    3030
    3131            <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
    32             <p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> weblog archives
     32            <p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
    3333            for the year <?php the_time('Y'); ?>.</p>
    3434
    3535            <?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
    36             <p>You have searched the <a href="<?php echo bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> weblog archives
     36            <p>You have searched the <a href="<?php echo bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
    3737            for <strong>'<?php the_search_query(); ?>'</strong>. If you are unable to find anything in these search results, you can try one of these links.</p>
    3838
    3939            <?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
    40             <p>You are currently browsing the <a href="<?php echo bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> weblog archives.</p>
     40            <p>You are currently browsing the <a href="<?php echo bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives.</p>
    4141
    4242            <?php } ?>
Note: See TracChangeset for help on using the changeset viewer.