Changeset 6797
- Timestamp:
- 02/12/2008 05:59:07 AM (18 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
-
edit-pages.php (modified) (1 diff)
-
includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r6796 r6797 68 68 <p id="post-search"> 69 69 <input type="text" id="post-search-input" name="s" value="<?php the_search_query(); ?>" /> 70 <input type="submit" value="<?php _e( 'Search P osts' ); ?>" />70 <input type="submit" value="<?php _e( 'Search Pages' ); ?>" /> 71 71 </p> 72 72 -
trunk/wp-admin/includes/template.php
r6796 r6797 411 411 if ( $left ) 412 412 echo '<strong>'; 413 comments_number("<a href='edit .php?p=$id&c=1' title='$pending_phrase' class='post-com-count comment-count'><span>" . __('0') . '</span></a>', "<a href='edit.php?p=$id&c=1' title='$pending_phrase' class='post-com-count comment-count'><span>" . __('1') . '</span></a>', "<a href='edit.php?p=$id&c=1' title='$pending_phrase' class='post-com-count comment-count'><span>" . __('%') . '</span></a>');413 comments_number("<a href='edit-pages.php?p=$id&c=1' title='$pending_phrase' class='post-com-count comment-count'><span>" . __('0') . '</span></a>', "<a href='edit-pages.php?p=$id&c=1' title='$pending_phrase' class='post-com-count comment-count'><span>" . __('1') . '</span></a>', "<a href='edit-pages.php?p=$id&c=1' title='$pending_phrase' class='post-com-count comment-count'><span>" . __('%') . '</span></a>'); 414 414 if ( $left ) 415 415 echo '</strong>';
Note: See TracChangeset
for help on using the changeset viewer.