Changeset 1807635
- Timestamp:
- 01/23/2018 05:40:10 AM (8 years ago)
- Location:
- ab-simple-weather
- Files:
-
- 2 edited
-
tags/1.0/Readme.txt (modified) (1 diff)
-
trunk/Readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ab-simple-weather/tags/1.0/Readme.txt
r1807634 r1807635 19 19 20 20 * Ability to set the preferred location for the weather to be displayed 21 * Ability to add the weather info to page or post using the shortcode <pre><code>[abs-weather]</code></pre>22 * Add the weather info to the source code using the PHP code: <pre><code> <?php if(function_exists('absWeather')) { echo absWeather(); } ?> </code></pre>21 * Ability to add the weather info to page or post using the shortcode `[abs-weather]` 22 * Add the weather info to the source code using the PHP code: `<?php if(function_exists('absWeather')) { echo absWeather(); } ?>` 23 23 * Change the display container element (HTML) for flexibility in styling the weather in your template 24 24 * Display a dynamic weather icon based on the current weather -
ab-simple-weather/trunk/Readme.txt
r1807634 r1807635 19 19 20 20 * Ability to set the preferred location for the weather to be displayed 21 * Ability to add the weather info to page or post using the shortcode <pre><code>[abs-weather]</code></pre>22 * Add the weather info to the source code using the PHP code: <pre><code> <?php if(function_exists('absWeather')) { echo absWeather(); } ?> </code></pre>21 * Ability to add the weather info to page or post using the shortcode `[abs-weather]` 22 * Add the weather info to the source code using the PHP code: `<?php if(function_exists('absWeather')) { echo absWeather(); } ?>` 23 23 * Change the display container element (HTML) for flexibility in styling the weather in your template 24 24 * Display a dynamic weather icon based on the current weather
Note: See TracChangeset
for help on using the changeset viewer.