Changeset 10843
- Timestamp:
- 03/25/2021 12:20:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/rest-api/class-themes-auto-review.php
r10831 r10843 167 167 } 168 168 169 return new WP_REST_Response( $body _params[ 'content' ], \WP_Http::OK );169 return new WP_REST_Response( $body, \WP_Http::OK ); 170 170 } 171 171 }
Note: See TracChangeset
for help on using the changeset viewer.