Plugin Directory

Changeset 1807632


Ignore:
Timestamp:
01/23/2018 05:32:56 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

    r1807623 r1807632  
    1414== Description ==
    1515
    16 Want to display a beautiful weather snippet in your website? Here is the solution. AB Simple Weather helps you to add a the weather info to your website.
     16Want to display a beautiful weather snippet in your website? Here is the solution. AB Simple Weather helps you to add the weather info to your website.
    1717
    1818Here is the more details:
    1919
    20 *   Ability to set the prefered location for the weather to be displayed
    21 *   Ability to add the wather info to page or post using the shortcode <strong><code>[abs-weather]</code></strong>
    22 *   Add the weather info to the source code using the PHP code: <strong><code> <?php if(function_exists('absWeather')) { echo absWeather(); } ?> </code></strong>
     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>
    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
     
    3333== Installation ==
    3434
    35 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
     351. Upload `ab-simple-weather` to the `/wp-content/plugins/` directory
    36362. Activate the plugin through the 'Plugins' menu in WordPress
    37 3. Navigate to the settings menu inthe Wordpress backend called `"Simple Weather"`
     373. Navigate to the settings menu in the Wordpress backend called `"Simple Weather"`
    3838
    3939== Frequently asked questions ==
     
    4141= How to add weather info to page or post =
    4242 
    43 You can use the shortcode [ab-weather] in page or post
     43You can use the shortcode `[abs-weather]` in page or post
    4444 
    4545= How to add weather info in a template =
    4646 
    47 You can use the template code <?php if(function_exists('abWeather')) { echo abWeather(); } ?> in page or post
     47You can use the template code `&lt;?php if(function_exists('absWeather')) { echo absWeather(); } ?&gt;`in page or post
    4848
    4949== Screenshots ==
     
    5959== Upgrade notice ==
    6060
    61 == Upgrade Notice ==
    62  
    6361= 1.0 =
    6462Updates to come.
  • ab-simple-weather/trunk/Readme.txt

    r1807623 r1807632  
    1414== Description ==
    1515
    16 Want to display a beautiful weather snippet in your website? Here is the solution. AB Simple Weather helps you to add a the weather info to your website.
     16Want to display a beautiful weather snippet in your website? Here is the solution. AB Simple Weather helps you to add the weather info to your website.
    1717
    1818Here is the more details:
    1919
    20 *   Ability to set the prefered location for the weather to be displayed
    21 *   Ability to add the wather info to page or post using the shortcode <strong><code>[abs-weather]</code></strong>
    22 *   Add the weather info to the source code using the PHP code: <strong><code> <?php if(function_exists('absWeather')) { echo absWeather(); } ?> </code></strong>
     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>
    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
     
    3333== Installation ==
    3434
    35 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
     351. Upload `ab-simple-weather` to the `/wp-content/plugins/` directory
    36362. Activate the plugin through the 'Plugins' menu in WordPress
    37 3. Navigate to the settings menu inthe Wordpress backend called `"Simple Weather"`
     373. Navigate to the settings menu in the Wordpress backend called `"Simple Weather"`
    3838
    3939== Frequently asked questions ==
     
    4141= How to add weather info to page or post =
    4242 
    43 You can use the shortcode [ab-weather] in page or post
     43You can use the shortcode `[abs-weather]` in page or post
    4444 
    4545= How to add weather info in a template =
    4646 
    47 You can use the template code <?php if(function_exists('abWeather')) { echo abWeather(); } ?> in page or post
     47You can use the template code `&lt;?php if(function_exists('absWeather')) { echo absWeather(); } ?&gt;`in page or post
    4848
    4949== Screenshots ==
     
    5959== Upgrade notice ==
    6060
    61 == Upgrade Notice ==
    62  
    6361= 1.0 =
    6462Updates to come.
Note: See TracChangeset for help on using the changeset viewer.