Plugin Directory

Changeset 851915


Ignore:
Timestamp:
02/05/2014 12:29:23 PM (12 years ago)
Author:
rishabh_19
Message:

updated Info in /tag/1.0

Location:
html-parser
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • html-parser/tags/1.0/index.php

    r851847 r851915  
    66Plugin Name: HTML Parser
    77Plugin URI:
    8 Description: A simple Plugin for Parsing your <strong>HTML Code</strong>.
     8Description: A simple Plugin for Parsing your <strong>HTML Code</strong>. For example: '&lt;html&gt;' will get converted into ' &amp;lt;html&amp;gt; '
    99Version: 1.0
    1010Author: Rishabh Shah
  • html-parser/tags/1.0/readme.txt

    r851847 r851915  
    44Requires at least: 3.0.1
    55Tested up to: 3.8.1
    6 Stable tag: trunk
     6Stable tag: 1.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    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;
     10It is a very simple plugin that will help you parse your HTML code. For example: '&lt;html&gt;' will get converted into ' &amp;lt;html&amp;gt; '
    1111
    1212== Installation ==
  • html-parser/trunk/index.php

    r851847 r851915  
    66Plugin Name: HTML Parser
    77Plugin URI:
    8 Description: A simple Plugin for Parsing your <strong>HTML Code</strong>.
     8Description: A simple Plugin for Parsing your <strong>HTML Code</strong>. For example: '&lt;html&gt;' will get converted into ' &amp;lt;html&amp;gt; '
    99Version: 1.0
    1010Author: Rishabh Shah
Note: See TracChangeset for help on using the changeset viewer.