Changeset 3022 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin.php
- Timestamp:
- 04/27/2016 08:28:10 AM (9 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
r3021 r3022 109 109 $result['description'] = $result['sections']['description']; 110 110 111 $result[' description'] = $post->post_excerpt;111 $result['short_description'] = $post->post_excerpt; 112 112 $result['download_link'] = Template::download_link( $post ); 113 113
Note: See TracChangeset
for help on using the changeset viewer.