Changeset 53315 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php
- Timestamp:
- 04/29/2022 04:53:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php
r52582 r53315 240 240 'rating' => array( 241 241 'description' => __( 'The star rating of the block.' ), 242 'type' => ' integer',242 'type' => 'number', 243 243 'context' => array( 'view' ), 244 244 ), … … 250 250 'active_installs' => array( 251 251 'description' => __( 'The number sites that have activated this block.' ), 252 'type' => ' string',252 'type' => 'integer', 253 253 'context' => array( 'view' ), 254 254 ), 255 255 'author_block_rating' => array( 256 256 'description' => __( 'The average rating of blocks published by the same author.' ), 257 'type' => ' integer',257 'type' => 'number', 258 258 'context' => array( 'view' ), 259 259 ),
Note: See TracChangeset
for help on using the changeset viewer.