Changeset 5166 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-parser.php
- Timestamp:
- 03/23/2017 03:09:40 PM (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
r4604 r5166 380 380 $this->sections['faq'] .= "\n<dl>\n"; 381 381 foreach ( $this->faq as $question => $answer ) { 382 $this->sections['faq'] .= "<dt> {$question}</dt>\n<dd>{$answer}</dd>\n";382 $this->sections['faq'] .= "<dt><button class=\"button-link\" aria-expanded=\"false\">{$question}</button></dt>\n<dd>{$answer}</dd>\n"; 383 383 } 384 384 $this->sections['faq'] .= "\n</dl>\n";
Note: See TracChangeset
for help on using the changeset viewer.