Unit sign missing
-
Unit signs are missing from several places.
For example the temperature should be:
$content .= ‘<p class=”temperature”>’ . $weather->get_temperature() . ‘ °’ . $weather->get_units_temp() . ‘</p>’;
(the “$weather->get_units_temp()”) was missing.
https://www.ads-software.com/extend/plugins/yahoo-weather-forecasts/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Unit sign missing’ is closed to new replies.