PluginProbe
wp-forecast / 9.6
wp-forecast v9.6
10.0 trunk 1.4 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3..5 3..8 3.0 3.1 3.2 3.3 3.4 3.6 All 86 releases
← All changes | class-wpfuvwidget.php +1 -0 trunk9.6 View file →
@@ -261,8 +261,9 @@
261 261 // show icon.
262 262 $out .= "<div class='wp-forecast-curr-left'>";
263 263
264 264 $uviconno = ( isset( $w['openuv']['uv'] ) ? round( $w['openuv']['uv'] ) : 0 );
265 + error_log( print_r( $wpf_vars, true ) );
265 266 $uvicon = 'UVIndex' . $uviconno . '.jpg';
266 267 if ( $wpf_vars['ouv_alticons'] ) {
267 268 $uvicon = 'A' . $uvicon;
268 269 }