Changeset 3745 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/client/components/plugin-card/index.jsx
- Timestamp:
- 07/29/2016 04:35:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/client/components/plugin-card/index.jsx
r3734 r3745 8 8 */ 9 9 import { getPlugin } from 'actions'; 10 import PluginIcon from 'components/plugin-icon'; 10 11 import PluginRatings from 'components/plugin-ratings'; 11 12 … … 22 23 return ( 23 24 <article className="plugin type-plugin"> 24 < div className="entry-thumbnail"></div>25 <PluginIcon plugin={ this.props.plugin } /> 25 26 <div className="entry"> 26 27 <header className="entry-header">
Note: See TracChangeset
for help on using the changeset viewer.