Changeset 26337 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 11/23/2013 02:12:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r26242 r26337 350 350 return; 351 351 } 352 352 353 353 echo '<div class="drafts">'; 354 354 if ( count( $drafts ) > 3 ) { … … 356 356 } 357 357 echo '<h4>' . __( 'Drafts' ) . "</h4>\n<ul>"; 358 358 359 359 $drafts = array_slice( $drafts, 0, 3 ); 360 360 foreach ( $drafts as $draft ) { … … 551 551 get_the_time(), 552 552 get_edit_post_link(), 553 get_the_title()553 _draft_or_post_title() 554 554 ); 555 555 $i++;
Note: See TracChangeset
for help on using the changeset viewer.