Making WordPress.org


Ignore:
Timestamp:
11/24/2016 01:38:06 AM (10 years ago)
Author:
dd32
Message:

Plugin Directory: Clean up the section templates, bring some custom functionality into their respective shortcodes and shifting the read-more logic from CSS/JS to PHP/HTML.

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  
    77                return (
    88                        <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">
    1010                                        <h2>{ this.props.title }</h2>
    1111                                        <div dangerouslySetInnerHTML={ { __html: this.props.content } } />
Note: See TracChangeset for help on using the changeset viewer.