Plugin Directory

Changeset 529607


Ignore:
Timestamp:
04/10/2012 09:33:48 PM (14 years ago)
Author:
julienappert
Message:

version 1.1.1

Location:
rich-text-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rich-text-widget/trunk/readme.txt

    r528076 r529607  
    2929== Changelog ==
    3030
     31= 1.1.1 =
     32* deactivate user_can_richedit() verification
     33
    3134= 1.1 =
    3235* no more active/deactivate buttons.
  • rich-text-widget/trunk/rich-text-widget.php

    r528075 r529607  
    44Plugin URI: http://julienappert.com/realisations/plugin-rich-text-widget
    55Description: Create rich text widgets.
    6 Version: 1.1
     6Version: 1.1.1
    77Author: Julien Appert
    88Author URI: http://julienappert.com
     
    121121        global $pagenow;
    122122        if($pagenow == 'widgets.php'){
    123             $richedit =  user_can_richedit();
     123            //$richedit =  user_can_richedit();
     124            $richedit =  true;
    124125            if ( $richedit ) {
    125126                $version = apply_filters('tiny_mce_version', '');
Note: See TracChangeset for help on using the changeset viewer.