mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user