Changeset 2563
- Timestamp:
- 02/24/2016 10:55:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme-parser/ReadmeParser.php
r2501 r2563 128 128 } 129 129 $data->short_description = trim( $data->short_description ); 130 if ( ! $data->short_description && ! empty( $headers['description'] ) ) { 131 $data->short_description = $headers['description']; 132 } 130 133 131 134 $data->is_truncated = call_user_func_array( array(
Note: See TracChangeset
for help on using the changeset viewer.