Changeset 438626
- Timestamp:
- 09/15/2011 05:07:34 PM (14 years ago)
- Location:
- people-lists/trunk
- Files:
-
- 2 edited
-
people-lists.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
people-lists/trunk/people-lists.php
r438281 r438626 249 249 add_filter( 'tiny_mce_before_init', 'people_lists_tiny_filter_remove_fullscreen'); 250 250 } 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 255 252 /** 256 253 * people_lists_tinymce_init_style function. -
people-lists/trunk/readme.txt
r438281 r438626 96 96 97 97 == Changelog == 98 = 1.3.6 = 99 * bug fix: try again! 100 98 101 = 1.3.5 = 99 102 * 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.