Make WordPress Core


Ignore:
Timestamp:
06/14/2007 04:24:28 PM (18 years ago)
Author:
markjaquith
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-post-rows.php

    r5575 r5707  
    1111    <tbody id="the-list">
    1212<?php
    13 if ($posts) {
     13if ( have_posts() ) {
    1414$bgcolor = '';
    1515while (have_posts()) : the_post();
     
    9898  </tr>
    9999<?php
    100 } // end if ($posts)
     100} // end if ( have_posts() )
    101101?>
    102102    </tbody>
Note: See TracChangeset for help on using the changeset viewer.