Changeset 4765 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin.php
- Timestamp:
- 01/24/2017 11:06:35 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin.php
r4764 r4765 142 142 if ( $descriptions && !empty( $description[ (int)$image['resolution'] ] ) ) { 143 143 $caption = $description[ (int)$image['resolution'] ]; 144 $caption = Plugin_I18n::instance()->translate( 'screenshot-' . $image['resolution'], $caption, [ 'post_id' => $ $post->ID ] );144 $caption = Plugin_I18n::instance()->translate( 'screenshot-' . $image['resolution'], $caption, [ 'post_id' => $post->ID ] ); 145 145 } 146 146
Note: See TracChangeset
for help on using the changeset viewer.