Changeset 6338 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/screenshots/index.jsx
- Timestamp:
- 01/10/2018 06:17:15 PM (7 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/screenshots/index.jsx
r5190 r6338 11 11 import ImageGallery from './image-gallery'; 12 12 13 export const Screenshots = ( { screenshots , translate} ) => {13 export const Screenshots = ( { screenshots } ) => { 14 14 const items = map( screenshots, ( { caption, src } ) => ( { 15 15 original: src, … … 23 23 return ( 24 24 <div id="screenshots" className="plugin-screenshots"> 25 <h2>{ translate( 'Screenshots' )}</h2>25 <h2>{ localeData.screenshots }</h2> 26 26 <ImageGallery items={ items } /> 27 27 </div>
Note: See TracChangeset
for help on using the changeset viewer.