Make WordPress Core

Changeset 6797


Ignore:
Timestamp:
02/12/2008 05:59:07 AM (18 years ago)
Author:
ryan
Message:

s/post/page/

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-pages.php

    r6796 r6797  
    6868<p id="post-search">
    6969    <input type="text" id="post-search-input" name="s" value="<?php the_search_query(); ?>" />
    70     <input type="submit" value="<?php _e( 'Search Posts' ); ?>" />
     70    <input type="submit" value="<?php _e( 'Search Pages' ); ?>" />
    7171</p>
    7272
  • trunk/wp-admin/includes/template.php

    r6796 r6797  
    411411        if ( $left )
    412412            echo '<strong>';
    413         comments_number("<a href='edit.php?p=$id&amp;c=1' title='$pending_phrase' class='post-com-count comment-count'><span>" . __('0') . '</span></a>', "<a href='edit.php?p=$id&amp;c=1' title='$pending_phrase' class='post-com-count comment-count'><span>" . __('1') . '</span></a>', "<a href='edit.php?p=$id&amp;c=1' title='$pending_phrase' class='post-com-count comment-count'><span>" . __('%') . '</span></a>');
     413        comments_number("<a href='edit-pages.php?p=$id&amp;c=1' title='$pending_phrase' class='post-com-count comment-count'><span>" . __('0') . '</span></a>', "<a href='edit-pages.php?p=$id&amp;c=1' title='$pending_phrase' class='post-com-count comment-count'><span>" . __('1') . '</span></a>', "<a href='edit-pages.php?p=$id&amp;c=1' title='$pending_phrase' class='post-com-count comment-count'><span>" . __('%') . '</span></a>');
    414414        if ( $left )
    415415            echo '</strong>';
Note: See TracChangeset for help on using the changeset viewer.