Plugin Directory

Changeset 643916


Ignore:
Timestamp:
12/24/2012 03:03:24 AM (13 years ago)
Author:
bmsterling
Message:

Remove quicktag-extender.js; Update version number

Location:
quicktag-extender/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • quicktag-extender/trunk

    • Property svn:ignore set to
      .git
      .gitignore
  • quicktag-extender/trunk/quicktag-extender.php

    r643580 r643916  
    44Plugin URI: http://benjaminsterling.com/wordpress-plugins/wordpress-quicktag-extender/
    55Description: This plugin adds more buttons to the non-visual editor view for creating/editing posts/pages
    6 Version: 0.1.3
     6Version: 0.1.4
    77Author: Benjamin Sterling
    88Author URI: http://kenzomedia.com
     
    6060edButtons[edButtons.length] =
    6161new edButton('ed_<?php echo $tag;?>'
    62     ,'<?php echo $tag;?>'
    63     ,'<<?php echo $tag;?>>'
    64     ,'</<?php echo $tag;?>>'
    65     ,'<?php echo $i+1;?>'
     62    ,'<?php echo $tag;?>'
     63    ,'<<?php echo $tag;?>>'
     64    ,'</<?php echo $tag;?>>'
     65    ,'<?php echo $i+1;?>'
    6666);
    6767<?php
  • quicktag-extender/trunk/readme.txt

    r643580 r643916  
    44Tags: quicktags, visual editor, edit
    55Requires at least: 3.0
    6 Tested up to: 3.5
    7 Stable tag: 0.1.3
     6Tested up to: 3.1.1
     7Stable tag: 0.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.