Changeset 3889 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/plugin.jsx
- Timestamp:
- 08/31/2016 03:49:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/plugin.jsx
r3865 r3889 48 48 <div className="entry-content"> 49 49 <Section slug="description" title="Description" content={ this.props.plugin.sections.description } /> 50 <Screenshots />50 <Screenshots screenshots={ this.props.plugin.screenshots } /> 51 51 <FAQ content={ this.props.plugin.sections.faq } /> 52 52 <Reviews slug={ this.props.plugin.slug } content={ this.props.plugin.sections.reviews } numRatings={ this.props.plugin.num_ratings } />
Note: See TracChangeset
for help on using the changeset viewer.