Changeset 12596
- Timestamp:
- 01/02/2010 05:16:26 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r12590 r12596 2264 2264 $pending_comments = absint( $_comment_pending_count[$post->ID] ); 2265 2265 } else { 2266 $_comment_pending_count_temp = (array)get_pending_comments_num( array( $post->ID ) );2267 $pending_comments = $_comment_pending_count[$post->ID] = $_comment_pending_count_temp [$post->ID];2266 $_comment_pending_count_temp = get_pending_comments_num( array( $post->ID ) ); 2267 $pending_comments = $_comment_pending_count[$post->ID] = $_comment_pending_count_temp; 2268 2268 } 2269 2269 if ( $user_can ) {
Note: See TracChangeset
for help on using the changeset viewer.