Changeset 4313 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/developers/index.jsx
- Timestamp:
- 11/01/2016 06:38:42 PM (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/developers/index.jsx
r4263 r4313 10 10 <div> 11 11 <div id="developers" className="read-more" aria-expanded="false"> 12 <h2>Authors</h2> 12 <h2>Contributors & Developers</h2> 13 <p>This is open source software. The following people have contributed to this plugin.</p> 13 14 <DeveloperList contributors={ this.props.contributors } /> 14 15 15 <h5>Browse the Code</h5> 16 <ul> 17 <li> 18 <a href={ `https://plugins.trac.wordpress.org/log/${ this.props.slug }/` } rel="nofollow">Development Log</a> 19 <a href={ `https://plugins.trac.wordpress.org/log/${ this.props.slug }/?limit=100&mode=stop_on_copy&format=rss` } rel="nofollow"> 20 <img src="https://s.w.org/style/images/feedicon.png" /> 21 </a> 22 </li> 23 <li><a href={ `https://plugins.svn.wordpress.org/${ this.props.slug }/` } rel="nofollow">Subversion Repository</a></li> 24 <li><a href={ `https://plugins.trac.wordpress.org/browser/${ this.props.slug }/` } rel="nofollow">Browse in Trac</a></li> 25 <li><a href={ `https://translate.wordpress.org/projects/wp-plugins/${ this.props.slug }/` } rel="nofollow">Translation Contributors</a></li> 26 </ul> 16 <h5>Interested in development?</h5> 17 <p><a href={ `https://plugins.svn.wordpress.org/${ this.props.slug }/` } rel="nofollow">Browse the code</a> or subscribe to the <a href={ `https://plugins.trac.wordpress.org/log/${ this.props.slug }/` } rel="nofollow">development log</a> by <a href={ `https://plugins.trac.wordpress.org/log/${ this.props.slug }/?limit=100&mode=stop_on_copy&format=rss` } rel="nofollow">RSS</a>.</p> 27 18 </div> 28 19 <button type="button" className="button-link section-toggle" aria-controls="developers">Read more</button>
Note: See TracChangeset
for help on using the changeset viewer.