Changeset 3862 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin-directory.jsx
- Timestamp:
- 08/26/2016 07:58:01 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-directory.jsx
r3771 r3862 10 10 widgetArea() { 11 11 return ( 12 <WidgetArea >12 <WidgetArea { ...this.props }> 13 13 { this.props.widgets.map( widget => 14 14 <TextWidget key={ widget.title } widget={ widget } />
Note: See TracChangeset
for help on using the changeset viewer.