Changeset 3348
- Timestamp:
- 06/14/2016 08:52:48 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-readme-parser.php
r3326 r3348 243 243 244 244 // Markdownify! 245 $this->sections = array_map( array( $this, 'parse_markdown' ), $this->sections ); 246 $this->upgrade_notice = array_map( array( $this, 'parse_markdown' ), $this->upgrade_notice ); 245 $this->short_description = $this->parse_markdown( $this->short_description ); 246 $this->sections = array_map( array( $this, 'parse_markdown' ), $this->sections ); 247 $this->upgrade_notice = array_map( array( $this, 'parse_markdown' ), $this->upgrade_notice ); 247 248 248 249 if ( isset( $this->sections['screenshots'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.