docs icon indicating copy to clipboard operation
docs copied to clipboard

Update themes.md

Open fabioquarantini opened this issue 4 years ago • 1 comments

Status value is "active" and not "1". See "class-wp-rest-themes-controller.php" (Ln 91):

if ( isset( $registered['status'], $request['status'] ) && in_array( 'active', $request['status'], true ) ) { $active_theme = wp_get_theme(); $active_theme = $this->prepare_item_for_response( $active_theme, $request ); $themes[] = $this->prepare_response_for_collection( $active_theme ); }

fabioquarantini avatar Feb 12 '21 12:02 fabioquarantini

Thanks for this PR. The /reference/ folder is auto-generated from the schema, so we'll need to look at why the value came through this way, rather than simply correcting the generated file -- otherwise this will be wiped out the next time the reference documentation is updated.

kadamwhite avatar Aug 31 '23 19:08 kadamwhite