Changeset 8474 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-tools.php
- Timestamp:
- 03/18/2019 02:49:56 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-tools.php
r7877 r8474 56 56 $reviews = $wpdb->get_results( $wpdb->prepare( 57 57 "SELECT 58 ID, post_ content, post_title, post_author, post_modified,58 ID, post_name, post_content, post_title, post_author, post_modified, 59 59 r.rating as post_rating 60 60 FROM ratings r
Note: See TracChangeset
for help on using the changeset viewer.