Plugin Directory

Changeset 223739


Ignore:
Timestamp:
03/31/2010 09:41:32 PM (16 years ago)
Author:
LiRo
Message:
 
Location:
wp-headline
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-headline/tags/0.1/readme.txt

    r223731 r223739  
    44Requires at least: 2.0
    55Tested up to: 2.9
    6 Stable tag: 0.1
     6Stable tag: 0.2
    77Donate link: http://coding-bereich.de/
    88
     
    1212
    1313Adds headline BBCodes to WordPress.
     14
     15With index:
     16[hl]Headline[/hl]
     17[hl=1-5]Headline[/hl]
     18
     19Without index:
     20[h]Headline[/h]
     21[h=1-5]Headline[/h]
    1422
    1523== Installation ==
  • wp-headline/trunk/readme.txt

    r223730 r223739  
    44Requires at least: 2.0
    55Tested up to: 2.9
    6 Stable tag: 0.1
     6Stable tag: 0.2
    77Donate link: http://coding-bereich.de/
    88
     
    1212
    1313Adds headline BBCodes to WordPress.
     14
     15With index:
     16[hl]Headline[/hl]
     17[hl=1-5]Headline[/hl]
     18
     19Without index:
     20[h]Headline[/h]
     21[h=1-5]Headline[/h]
    1422
    1523== Installation ==
  • wp-headline/trunk/wp-headline.php

    r223732 r223739  
    33Plugin Name: WP Headline
    44Author URI: http://coding-bereich.de/
    5 Description: Adds Headline BBCodes to WordPress
    6 Version: 0.1
     5Description: Adds Headline BBCodes to WordPress. Use: [hl=1-5]Headline[/hl] or [h=1-5]Headline[/h]
     6Version: 0.2
    77Author: Thomas Heck
    88Plugin URI: http://coding-bereich.de/2010/03/31/allgemein/wordpress-plugin-wp-headline.html
Note: See TracChangeset for help on using the changeset viewer.