Changeset 4464 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/index.jsx
- Timestamp:
- 12/04/2016 04:26:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/index.jsx
r4410 r4464 7 7 return ( 8 8 <div> 9 <div id={ this.props.slug } className="section read-more" aria-expanded="false">9 <div id={ this.props.slug } className="section read-more"> 10 10 <h2>{ this.props.title }</h2> 11 11 <div dangerouslySetInnerHTML={ { __html: this.props.content } } /> 12 12 </div> 13 <button type="button" className="button-link section-toggle" aria-controls={ this.props.slug } >Read more</button>13 <button type="button" className="button-link section-toggle" aria-controls={ this.props.slug } aria-expanded="false">Read more</button> 14 14 </div> 15 15 )
Note: See TracChangeset
for help on using the changeset viewer.