Changeset 2012709 for tinymce-advanced
- Timestamp:
- 01/15/2019 01:51:26 PM (7 years ago)
- Location:
- tinymce-advanced/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
tadv_admin.php (modified) (1 diff)
-
tinymce-advanced.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tinymce-advanced/trunk/readme.txt
r2011516 r2012709 52 52 * Added several new buttons to the rich-text toolbar in the Block Editor. 53 53 * Added functionality to add, remove and arrange most buttons on the rich-text toolbar in the Block Editor. 54 * Added alternative location for buttons for the rich-text com onent. That lets users move buttons that are not used frequently out of the way.54 * Added alternative location for buttons for the rich-text component. That lets users move buttons that are not used frequently out of the way. 55 55 * Added settings for selected text color and background color. 56 56 * Improved fixes and enhancements for the Classic Block. -
tinymce-advanced/trunk/tadv_admin.php
r2011503 r2012709 724 724 </p> 725 725 <p> 726 <?php _e( 'In addition most default blocks can be transformed into classic paragraphs, and a Classi sParagraph can be converted to multiple blocks.', 'tinymce-advanced' ); ?>726 <?php _e( 'In addition most default blocks can be transformed into classic paragraphs, and a Classic Paragraph can be converted to multiple blocks.', 'tinymce-advanced' ); ?> 727 727 <?php _e( 'It can be used everywhere instead of the Paragraph Block including in columns, when creating reusable blocks, etc.', 'tinymce-advanced' ); ?> 728 728 </p> -
tinymce-advanced/trunk/tinymce-advanced.php
r2011503 r2012709 4 4 Plugin URI: http://www.laptoptips.ca/projects/tinymce-advanced/ 5 5 Description: Enables advanced features and plugins in TinyMCE, the visual editor in WordPress. 6 Version: 5.0. 06 Version: 5.0.1-alpha 7 7 Author: Andrew Ozz 8 8 Author URI: http://www.laptoptips.ca/ … … 1033 1033 $panels_block[] = 'tadv/background-color-panel'; 1034 1034 } 1035 } 1036 1037 $settings[ 'panels_block' ] = implode( ',', $panels_block ); 1035 1036 $panels_block = implode( ',', $panels_block ); 1037 } 1038 1039 $settings[ 'panels_block' ] = $panels_block; 1038 1040 1039 1041 if ( ! empty( $user_settings['options'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.