Changeset 529607
- Timestamp:
- 04/10/2012 09:33:48 PM (14 years ago)
- Location:
- rich-text-widget/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
rich-text-widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rich-text-widget/trunk/readme.txt
r528076 r529607 29 29 == Changelog == 30 30 31 = 1.1.1 = 32 * deactivate user_can_richedit() verification 33 31 34 = 1.1 = 32 35 * no more active/deactivate buttons. -
rich-text-widget/trunk/rich-text-widget.php
r528075 r529607 4 4 Plugin URI: http://julienappert.com/realisations/plugin-rich-text-widget 5 5 Description: Create rich text widgets. 6 Version: 1.1 6 Version: 1.1.1 7 7 Author: Julien Appert 8 8 Author URI: http://julienappert.com … … 121 121 global $pagenow; 122 122 if($pagenow == 'widgets.php'){ 123 $richedit = user_can_richedit(); 123 //$richedit = user_can_richedit(); 124 $richedit = true; 124 125 if ( $richedit ) { 125 126 $version = apply_filters('tiny_mce_version', '');
Note: See TracChangeset
for help on using the changeset viewer.