Introducing post_status="pending". see #4446 and put any initial bug reports on that ticket

git-svn-id: https://develop.svn.wordpress.org/trunk@5707 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2007-06-14 16:24:28 +00:00
parent 2a6e8a08be
commit 0f0788d24d
13 changed files with 139 additions and 58 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
</thead>
<tbody id="the-list">
<?php
if ($posts) {
if ( have_posts() ) {
$bgcolor = '';
while (have_posts()) : the_post();
add_filter('the_title','wp_specialchars');
@@ -97,7 +97,7 @@ endwhile;
<td colspan="8"><?php _e('No posts found.') ?></td>
</tr>
<?php
} // end if ($posts)
} // end if ( have_posts() )
?>
</tbody>
</table>