Plugin Directory

Changeset 794161


Ignore:
Timestamp:
10/26/2013 04:32:27 PM (12 years ago)
Author:
josemarques
Message:

minor fixes

Location:
ie-check/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ie-check/trunk/ie_check.php

    r794156 r794161  
    22/**
    33 * @package IE Check
    4  * @version 0.9
     4 * @version 0.9.1
    55 */
    66/*
  • ie-check/trunk/readme.txt

    r794159 r794161  
    22221. Install the IE Check plugin on your blog
    23232. Activate it,
    24 3. Add the add the following code to your template:
    25 `<?php if (function_exists("ie_check")) { ie_check(); } ?>`  (I recommend adding it to your footer.php)
     243. Add the add the following code to your template:  `<?php if (function_exists("ie_check")) { ie_check(); } ?>`  (I recommend adding it to your footer.php)
    26254. Go to "Settings > IE Check" to configure the plugin
    27265. Open your blog on an outdate Internet Explorer instalationn (or use developer tools to see the results)
Note: See TracChangeset for help on using the changeset viewer.