Plugin Directory

Changeset 1807635


Ignore:
Timestamp:
01/23/2018 05:40:10 AM (8 years ago)
Author:
abooze
Message:

Few type changes

Location:
ab-simple-weather
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ab-simple-weather/tags/1.0/Readme.txt

    r1807634 r1807635  
    1919
    2020*   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(); } ?>`
    2323*   Change the display container element (HTML) for flexibility in styling the weather in your template
    2424*   Display a dynamic weather icon based on the current weather
  • ab-simple-weather/trunk/Readme.txt

    r1807634 r1807635  
    1919
    2020*   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(); } ?>`
    2323*   Change the display container element (HTML) for flexibility in styling the weather in your template
    2424*   Display a dynamic weather icon based on the current weather
Note: See TracChangeset for help on using the changeset viewer.