Changeset 28539 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 05/22/2014 05:36:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r28497 r28539 762 762 */ 763 763 function wp_dashboard_recent_comments( $total_items = 5 ) { 764 global $wpdb;765 766 764 // Select all comment types and filter out spam later for better query performance. 767 765 $comments = array();
Note: See TracChangeset
for help on using the changeset viewer.