Changeset 13577
- Timestamp:
- 04/22/2024 01:28:32 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-tools.php
r13510 r13577 71 71 LEFT JOIN " . $wpdb->base_prefix . WPORG_SUPPORT_FORUMS_BLOGID . "_posts p ON r.post_id = p.ID 72 72 WHERE r.object_type = 'plugin' AND r.object_slug = %s AND p.post_status = 'publish' 73 ORDER BY r. review_idDESC73 ORDER BY r.date DESC 74 74 LIMIT %d", 75 75 $post->post_name,
Note: See TracChangeset
for help on using the changeset viewer.