Changeset 339568
- Timestamp:
- 02/01/2011 02:21:05 PM (15 years ago)
- Location:
- empty-paragraph-for-tinymce-editor
- Files:
-
- 3 edited
- 5 copied
-
tags/0.9.1 (copied) (copied from empty-paragraph-for-tinymce-editor/trunk)
-
tags/0.9.1/editor_plugin.js (copied) (copied from empty-paragraph-for-tinymce-editor/trunk/editor_plugin.js) (1 diff)
-
tags/0.9.1/emptyp.png (copied) (copied from empty-paragraph-for-tinymce-editor/trunk/emptyp.png)
-
tags/0.9.1/index.php (copied) (copied from empty-paragraph-for-tinymce-editor/trunk/index.php) (1 diff)
-
tags/0.9.1/readme.txt (copied) (copied from empty-paragraph-for-tinymce-editor/trunk/readme.txt) (2 diffs)
-
trunk/editor_plugin.js (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
empty-paragraph-for-tinymce-editor/tags/0.9.1/editor_plugin.js
r339537 r339568 26 26 author : 'Kevin Brubeck Unhammer', 27 27 authorurl : 'http://unhammer.wordpress.com', 28 infourl : ' ',29 version : "0.9. 0"28 infourl : 'http://wordpress.org/extend/plugins/empty-paragraph-for-tinymce-editor/', 29 version : "0.9.1" 30 30 }; 31 31 } -
empty-paragraph-for-tinymce-editor/tags/0.9.1/index.php
r339537 r339568 2 2 /* 3 3 Plugin Name: Empty Paragraph in TinyMCE editor 4 Plugin URI: http:// unhammer.wordpress.com4 Plugin URI: http://wordpress.org/extend/plugins/empty-paragraph-for-tinymce-editor/ 5 5 Description: Adds a button to the TinyMCE editor that adds an empty paragraph that won't get deleted. 6 6 Author: Kevin Brubeck Unhammer 7 Version: 0.9. 07 Version: 0.9.1 8 8 Author URI: http://unhammer.wordpress.com 9 9 */ -
empty-paragraph-for-tinymce-editor/tags/0.9.1/readme.txt
r339548 r339568 5 5 Requires at least: 3.0.4 6 6 Tested up to: 3.0.4 7 Stable tag: 0.9. 07 Stable tag: 0.9.1 8 8 9 9 Adds an editor button that puts in an empty paragraph which won't get … … 31 31 == Changelog == 32 32 33 = 0.9.1 = 34 * fix urls 35 33 36 = 0.9.0 = 34 37 * initial release -
empty-paragraph-for-tinymce-editor/trunk/editor_plugin.js
r339537 r339568 26 26 author : 'Kevin Brubeck Unhammer', 27 27 authorurl : 'http://unhammer.wordpress.com', 28 infourl : ' ',29 version : "0.9. 0"28 infourl : 'http://wordpress.org/extend/plugins/empty-paragraph-for-tinymce-editor/', 29 version : "0.9.1" 30 30 }; 31 31 } -
empty-paragraph-for-tinymce-editor/trunk/index.php
r339537 r339568 2 2 /* 3 3 Plugin Name: Empty Paragraph in TinyMCE editor 4 Plugin URI: http:// unhammer.wordpress.com4 Plugin URI: http://wordpress.org/extend/plugins/empty-paragraph-for-tinymce-editor/ 5 5 Description: Adds a button to the TinyMCE editor that adds an empty paragraph that won't get deleted. 6 6 Author: Kevin Brubeck Unhammer 7 Version: 0.9. 07 Version: 0.9.1 8 8 Author URI: http://unhammer.wordpress.com 9 9 */ -
empty-paragraph-for-tinymce-editor/trunk/readme.txt
r339548 r339568 5 5 Requires at least: 3.0.4 6 6 Tested up to: 3.0.4 7 Stable tag: 0.9. 07 Stable tag: 0.9.1 8 8 9 9 Adds an editor button that puts in an empty paragraph which won't get … … 31 31 == Changelog == 32 32 33 = 0.9.1 = 34 * fix urls 35 33 36 = 0.9.0 = 34 37 * initial release
Note: See TracChangeset
for help on using the changeset viewer.