Changeset 4604
- Timestamp:
- 01/03/2017 03:17:10 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-parser.php
r4573 r4604 327 327 if ( empty( $this->sections['description'] ) ) { 328 328 $this->sections['description'] = $this->short_description; 329 } 330 331 // Suffix the Other Notes section to the description. 332 if ( !empty( $this->sections['other_notes'] ) ) { 333 $this->sections['description'] .= "\n" . $this->sections['other_notes']; 334 unset( $this->sections['other_notes'] ); 329 335 } 330 336
Note: See TracChangeset
for help on using the changeset viewer.