Changeset 13039
- Timestamp:
- 12/08/2023 05:31:05 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin.php
r13036 r13039 227 227 228 228 // Blueprints, if available 229 $result['blueprints'] = Template::get_blueprints( $post) ?: [];229 $result['blueprints'] = array_values( Template::get_blueprints( $post ) ) ?: []; 230 230 231 231 // Translations.
Note: See TracChangeset
for help on using the changeset viewer.