Changeset 4197 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/standalone/class-plugins-info-api-request.php
- Timestamp:
- 10/07/2016 04:44:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/standalone/class-plugins-info-api-request.php
r4125 r4197 164 164 // Tags 165 165 if ( ! empty( $this->args->tag ) ) { 166 $query['plugin_tag '] = is_array( $this->args->tag ) ? reset( $this->args->tag ) :$this->args->tag;166 $query['plugin_tags'] = $this->args->tag; 167 167 } 168 168 … … 175 175 if ( ! empty( $this->args->author ) ) { 176 176 $query['author_name'] = $this->args->author; 177 //$query['contributor_search'] = $this->args->author; // TODO178 177 } 179 178
Note: See TracChangeset
for help on using the changeset viewer.