Changeset 4125 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/standalone/class-plugins-info-api-request.php
- Timestamp:
- 09/24/2016 05:06:50 AM (10 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
r3550 r4125 164 164 // Tags 165 165 if ( ! empty( $this->args->tag ) ) { 166 $query['plugin_ category'] = is_array( $this->args->tag ) ? reset( $this->args->tag ) : $this->args->tag;166 $query['plugin_tag'] = is_array( $this->args->tag ) ? reset( $this->args->tag ) : $this->args->tag; 167 167 } 168 168
Note: See TracChangeset
for help on using the changeset viewer.