Changeset 4410 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/index.jsx
- Timestamp:
- 11/24/2016 01:38:06 AM (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
r4223 r4410 7 7 return ( 8 8 <div> 9 <div id={ this.props.slug } className=" read-more" aria-expanded="false">9 <div id={ this.props.slug } className="section read-more" aria-expanded="false"> 10 10 <h2>{ this.props.title }</h2> 11 11 <div dangerouslySetInnerHTML={ { __html: this.props.content } } />
Note: See TracChangeset
for help on using the changeset viewer.