Changeset 46878
- Timestamp:
- 12/10/2019 01:45:41 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r46649 r46878 1740 1740 } 1741 1741 1742 $comments_waiting = $wpdb->get_var( "SELECT count(comment_ID) FROM $wpdb->comments WHERE comment_approved = '0'" );1742 $comments_waiting = $wpdb->get_var( "SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = '0'" ); 1743 1743 1744 1744 // The blogname option is escaped with esc_html on the way into the database in sanitize_option
Note: See TracChangeset
for help on using the changeset viewer.