Changeset 851915
- Timestamp:
- 02/05/2014 12:29:23 PM (12 years ago)
- Location:
- html-parser
- Files:
-
- 3 edited
-
tags/1.0/index.php (modified) (1 diff)
-
tags/1.0/readme.txt (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
html-parser/tags/1.0/index.php
r851847 r851915 6 6 Plugin Name: HTML Parser 7 7 Plugin URI: 8 Description: A simple Plugin for Parsing your <strong>HTML Code</strong>. 8 Description: A simple Plugin for Parsing your <strong>HTML Code</strong>. For example: '<html>' will get converted into ' &lt;html&gt; ' 9 9 Version: 1.0 10 10 Author: Rishabh Shah -
html-parser/tags/1.0/readme.txt
r851847 r851915 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.8.1 6 Stable tag: trunk6 Stable tag: 1.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 It is a very simple plugin that will help you parse your HTML code. For example: <html> will get converted into <html>10 It is a very simple plugin that will help you parse your HTML code. For example: '<html>' will get converted into ' &lt;html&gt; ' 11 11 12 12 == Installation == -
html-parser/trunk/index.php
r851847 r851915 6 6 Plugin Name: HTML Parser 7 7 Plugin URI: 8 Description: A simple Plugin for Parsing your <strong>HTML Code</strong>. 8 Description: A simple Plugin for Parsing your <strong>HTML Code</strong>. For example: '<html>' will get converted into ' &lt;html&gt; ' 9 9 Version: 1.0 10 10 Author: Rishabh Shah
Note: See TracChangeset
for help on using the changeset viewer.