Tweaking what shows by default.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1271 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
587f37157f
commit
6743715cba
|
@ -101,7 +101,7 @@ if ('view' == $mode) {
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<p>
|
<p>
|
||||||
<strong><?php _e('No results found.') ?></strong></p>
|
<strong><?php _e('No comments found.') ?></strong></p>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
} // end if ($comments)
|
} // end if ($comments)
|
||||||
|
|
|
@ -87,7 +87,8 @@ if( isset( $_GET['m'] ) )
|
||||||
<th scope="col"><?php _e('Edit') ?></th>
|
<th scope="col"><?php _e('Edit') ?></th>
|
||||||
<th scope="col"><?php _e('Delete') ?></th>
|
<th scope="col"><?php _e('Delete') ?></th>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
|
if (empty($m)) $showposts = 15;
|
||||||
include(ABSPATH.'wp-blog-header.php');
|
include(ABSPATH.'wp-blog-header.php');
|
||||||
|
|
||||||
if ($posts) {
|
if ($posts) {
|
||||||
|
|
|
@ -23,7 +23,7 @@ var datetime = now.getFullYear() + '-' + now.getMonth() + '-' + now.getDate() +
|
||||||
|
|
||||||
edButtons[edButtons.length] =
|
edButtons[edButtons.length] =
|
||||||
new edButton('ed_strong'
|
new edButton('ed_strong'
|
||||||
,'strong'
|
,'str'
|
||||||
,'<strong>'
|
,'<strong>'
|
||||||
,'</strong>'
|
,'</strong>'
|
||||||
,'b'
|
,'b'
|
||||||
|
|
Loading…
Reference in New Issue