PluginProbe
Image Optimizer – Compress Images and Convert to WebP or AVIF / 1.7.7
Image Optimizer – Compress Images and Convert to WebP or AVIF v1.7.7
1.7.7 1.7.6 1.7.5 1.7.4 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.2.0 1.2.1 1.3.0 1.4.0 1.4.1 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 All 33 releases
← All changes | modules/optimization/templates/details-view/not-optimized.php +5 -5 1.0.1 → 1.7.7 View file →
@@ -7,25 +7,25 @@
7 7 data-image-optimization-context="details-view"
8 8 data-image-optimization-status="not-optimized"
9 9 data-image-optimization-image-id="<?php echo esc_attr( $args['image_id'] ); ?>"
10 10 data-image-optimization-can-be-restored="<?php echo esc_attr( $args['can_be_restored'] ); ?>">
11 - <span class="setting image-optimizer-setting">
11 + <span class="setting image-optimization-setting">
12 12 <span class="name image-optimization-control__property">
13 - <?php esc_html_e( 'Status', 'image-optimizer' ); ?>:
13 + <?php esc_html_e( 'Status', 'image-optimization' ); ?>:
14 14 </span>
15 15
16 16 <span class="image-optimization-control__property-value">
17 - <?php esc_html_e( 'Not optimized', 'image-optimizer' ); ?>
17 + <?php esc_html_e( 'Not optimized', 'image-optimization' ); ?>
18 18 </span>
19 19 </span>
20 20
21 - <span class="setting image-optimizer-setting">
21 + <span class="setting image-optimization-setting">
22 22 <span class="name image-optimization-control__property"></span>
23 23
24 24 <span class="image-optimization-control__property-value image-optimization-control__property-value--button">
25 25 <button type="button"
26 26 class="button button-primary image-optimization-control__button image-optimization-control__button--optimize">
27 - <?php esc_html_e( 'Optimize now', 'image-optimizer' ); ?>
27 + <?php esc_html_e( 'Optimize now', 'image-optimization' ); ?>
28 28 </button>
29 29 </span>
30 30 </span>
31 31 </div>