Plugin Directory

Changeset 438626


Ignore:
Timestamp:
09/15/2011 05:07:34 PM (14 years ago)
Author:
oltdev
Message:

update to 1.3.6

Location:
people-lists/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • people-lists/trunk/people-lists.php

    r438281 r438626  
    249249    add_filter( 'tiny_mce_before_init', 'people_lists_tiny_filter_remove_fullscreen');
    250250}
    251 function people_lists_tiny_filter_remove_fullscreen($initArray){
    252     $initArray["theme_advanced_buttons1"] = str_replace(',fullscreen', '', $initArray["theme_advanced_buttons1"]);
    253     return $initArray;
    254 }
     251
    255252/**
    256253 * people_lists_tinymce_init_style function.
  • people-lists/trunk/readme.txt

    r438281 r438626  
    9696
    9797== Changelog ==
     98= 1.3.6 =
     99* bug fix: try again!
     100
    98101= 1.3.5 =
    99102* bug fix: removed unused clf_base_tiny_filter_remove_fullscreen and replaced it with people_lists_tiny_filter_remove_fullscreen
Note: See TracChangeset for help on using the changeset viewer.