Changeset 10331
- Timestamp:
- 10/01/2020 04:18:43 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin.php
r10316 r10331 150 150 } 151 151 152 $result['description'] = $result['sections']['description'];153 154 152 $result['short_description'] = get_the_excerpt(); 153 $result['description'] = $result['sections']['description'] ?: $result['short_description'];; 155 154 $result['download_link'] = Template::download_link( $post ); 156 155
Note: See TracChangeset
for help on using the changeset viewer.