Tweaking what shows by default.

git-svn-id: https://develop.svn.wordpress.org/trunk@1271 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-05-14 06:19:46 +00:00
parent 9b3a06f406
commit d03e52af98
3 changed files with 4 additions and 3 deletions

View File

@ -101,7 +101,7 @@ if ('view' == $mode) {
?>
<p>
<strong><?php _e('No results found.') ?></strong></p>
<strong><?php _e('No comments found.') ?></strong></p>
<?php
} // end if ($comments)

View File

@ -87,7 +87,8 @@ if( isset( $_GET['m'] ) )
<th scope="col"><?php _e('Edit') ?></th>
<th scope="col"><?php _e('Delete') ?></th>
</tr>
<?php
<?php
if (empty($m)) $showposts = 15;
include(ABSPATH.'wp-blog-header.php');
if ($posts) {

View File

@ -23,7 +23,7 @@ var datetime = now.getFullYear() + '-' + now.getMonth() + '-' + now.getDate() +
edButtons[edButtons.length] =
new edButton('ed_strong'
,'strong'
,'str'
,'<strong>'
,'</strong>'
,'b'