PluginProbe
Image Source Control Lite – Show Image Credits and Captions / 3.11.0
Image Source Control Lite – Show Image Credits and Captions v3.11.0
3.12.0 3.11.0 trunk 1.1 1.1.1 1.1.2 1.1.2.1 1.1.3 1.10 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.2 1.2.0.1 1.2.0.2 1.2.0.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.4.1 1.3.5 All 110 releases
← All changes | public/public.php +1 -3 trunk3.11.0 View file →
@@ -85,9 +85,8 @@
85 85 }
86 86
87 87 if ( ISC_Log::enabled() ) {
88 88 ISC_Log::log( '---' );
89 - ISC_Log::maybe_log_settings();
90 89 }
91 90 }
92 91
93 92 /**
@@ -183,9 +182,8 @@
183 182 $options = $this->get_options();
184 183 ?>
185 184 <style>
186 185 .isc-source { position: relative; display: inline-block; line-height: initial; }
187 - .isc-ai-label-icon { display: inline-block; width: auto; height: 1.25em; vertical-align: -0.25em; }
188 186 /* Hides the caption initially until it is positioned via JavaScript */
189 187 .isc-source > .isc-source-text { display: none; }
190 188 .wp-block-cover .isc-source { position: static; }
191 189 <?php
@@ -515,9 +513,9 @@
515 513 $atts[ $attachment_id ]['title'] = get_the_title( $attachment_id );
516 514 ISC_Log::log( sprintf( 'image %d: getting title "%s"', $attachment_id, $atts[ $attachment_id ]['title'] ) );
517 515 $atts[ $attachment_id ]['source'] = ISC\Image_Sources\Renderer\Image_Source_String::get( $attachment_id );
518 516 if ( ! $atts[ $attachment_id ]['source'] ) {
519 - ISC_Log::log( sprintf( 'image %d: skipped because of empty source', $attachment_id ) );
517 + ISC_Log::log( sprintf( 'image %d: skipped because of empty standard source', $attachment_id ) );
520 518 unset( $atts[ $attachment_id ] );
521 519 }
522 520 }
523 521 }