Changeset 794161
- Timestamp:
- 10/26/2013 04:32:27 PM (12 years ago)
- Location:
- ie-check/trunk
- Files:
-
- 2 edited
-
ie_check.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ie-check/trunk/ie_check.php
r794156 r794161 2 2 /** 3 3 * @package IE Check 4 * @version 0.9 4 * @version 0.9.1 5 5 */ 6 6 /* -
ie-check/trunk/readme.txt
r794159 r794161 22 22 1. Install the IE Check plugin on your blog 23 23 2. 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) 24 3. 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) 26 25 4. Go to "Settings > IE Check" to configure the plugin 27 26 5. 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.