Changeset 5394 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/index.jsx
- Timestamp:
- 04/20/2017 03:44:38 PM (7 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
r5024 r5394 9 9 <div> 10 10 <div id={ slug } className={ `section read-more plugin-${ slug }` }> 11 <h2 >{ title }</h2>11 <h2 id={ `${ slug }-header` }>{ title }</h2> 12 12 <div dangerouslySetInnerHTML={ { __html: content } } /> 13 13 </div> … … 16 16 className="button-link section-toggle" 17 17 aria-controls={ slug } 18 aria-describedby={ `${ slug }-header` } 18 19 aria-expanded="false" 19 20 data-show-less={ translate( 'Show less' ) }
Note: See TracChangeset
for help on using the changeset viewer.