Changeset 13078
- Timestamp:
- 12/22/2023 04:57:15 AM (15 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
r13039 r13078 228 228 // Blueprints, if available 229 229 $result['blueprints'] = array_values( Template::get_blueprints( $post ) ) ?: []; 230 231 // Preview link, if available 232 $result['preview_link'] = Template::is_preview_available( $post ) ? add_query_arg( array( 'preview' => 1 ), get_the_permalink( $post ) ) : ''; 230 233 231 234 // Translations.
Note: See TracChangeset
for help on using the changeset viewer.