Changeset 4388 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-tools.php
- Timestamp:
- 11/21/2016 03:53:28 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-tools.php
r4311 r4388 55 55 $reviews = $wpdb->get_results( $wpdb->prepare( 56 56 "SELECT 57 post_content, post_title, post_author, post_modified,57 ID, post_content, post_title, post_author, post_modified, 58 58 r.rating as post_rating 59 59 FROM ratings r
Note: See TracChangeset
for help on using the changeset viewer.