Changeset 11954
- Timestamp:
- 09/21/2009 02:43:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r11945 r11954 2043 2043 elseif ( 'pings' == $type ) 2044 2044 $typesql = "AND ( c.comment_type = 'pingback' OR c.comment_type = 'trackback' )"; 2045 elseif ( 'all' == $type ) 2046 $typesql = ''; 2045 2047 elseif ( !empty($type) ) 2046 2048 $typesql = $wpdb->prepare("AND c.comment_type = %s", $type);
Note: See TracChangeset
for help on using the changeset viewer.