Making WordPress.org


Ignore:
Timestamp:
03/06/2017 01:46:07 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Forums: Correct @param entry for Support_Compat::parse_query().

Add missing @return entries for ::parse_user_reviews_query_args() and ::parse_user_reviews_title_args().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-support-compat.php

    r5087 r5089  
    157157     * the view if needed.
    158158     *
    159      * @param array $query_vars The query vars
     159     * @param WP_Query $query Current query object.
    160160     */
    161161    public function parse_query( $query_vars ) {
     
    228228     *
    229229     * @param array $args WP_Query arguments.
     230     * @return array Filtered query arguments.
    230231     */
    231232    public function parse_user_reviews_query_args( $args ) {
     
    241242     *
    242243     * @param array $title Title parts.
     244     * @return array Filtered title parts.
    243245     */
    244246    public function parse_user_reviews_title_args( $title ) {
Note: See TracChangeset for help on using the changeset viewer.