Making WordPress.org


Ignore:
Timestamp:
08/31/2016 03:49:39 AM (10 years ago)
Author:
obenland
Message:

Plugin Directory: First pass at a screenshot slider.

Testable at: https://wordpress.org/plugins-wp/shortcode-ui/?react

See #1828.

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  
    4848                <div className="entry-content">
    4949                    <Section slug="description" title="Description" content={ this.props.plugin.sections.description } />
    50                     <Screenshots />
     50                    <Screenshots screenshots={ this.props.plugin.screenshots } />
    5151                    <FAQ content={ this.props.plugin.sections.faq } />
    5252                    <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.