Changeset 643916
- Timestamp:
- 12/24/2012 03:03:24 AM (13 years ago)
- Location:
- quicktag-extender/trunk
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
quicktag-extender.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
quicktag-extender/trunk
-
Property
svn:ignore
set to
.git
.gitignore
-
Property
svn:ignore
set to
-
quicktag-extender/trunk/quicktag-extender.php
r643580 r643916 4 4 Plugin URI: http://benjaminsterling.com/wordpress-plugins/wordpress-quicktag-extender/ 5 5 Description: This plugin adds more buttons to the non-visual editor view for creating/editing posts/pages 6 Version: 0.1. 36 Version: 0.1.4 7 7 Author: Benjamin Sterling 8 8 Author URI: http://kenzomedia.com … … 60 60 edButtons[edButtons.length] = 61 61 new 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;?>' 66 66 ); 67 67 <?php -
quicktag-extender/trunk/readme.txt
r643580 r643916 4 4 Tags: quicktags, visual editor, edit 5 5 Requires at least: 3.0 6 Tested up to: 3. 57 Stable tag: 0.1. 36 Tested up to: 3.1.1 7 Stable tag: 0.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.