Changeset 3830 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-tools.php
- Timestamp:
- 08/19/2016 04:03:16 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
r3545 r3830 57 57 ratings.object_type = 'plugin' AND 58 58 ratings.object_slug = %s AND 59 posts.post_position = 1 59 posts.post_position = 1 AND 60 topics.topic_status = 0 AND 61 topics.topic_sticky = 0 60 62 ORDER BY ratings.review_id DESC LIMIT 2", $plugin_slug ) ); 61 63
Note: See TracChangeset
for help on using the changeset viewer.