Making WordPress.org


Ignore:
Timestamp:
03/18/2019 02:49:56 AM (6 years ago)
Author:
dd32
Message:

Plugin Directory: Link directly to the Reviews rather than using the ?p= syntax.

Fixes #4286.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-tools.php

    r7877 r8474  
    5656            $reviews = $wpdb->get_results( $wpdb->prepare(
    5757                "SELECT
    58                     ID, post_content, post_title, post_author, post_modified,
     58                    ID, post_name, post_content, post_title, post_author, post_modified,
    5959                    r.rating as post_rating
    6060                FROM ratings r
Note: See TracChangeset for help on using the changeset viewer.