Skip to content

Commit e912bb7

Browse files
committed
Removed tinymce styles
With Gutenberg coming, this no longer seems useful. Never used it a ton anyway.
1 parent bc04236 commit e912bb7

3 files changed

Lines changed: 0 additions & 157 deletions

File tree

carelib.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
require_once CARELIB_DIR . 'includes/template-hooks.php';
104104
require_once CARELIB_DIR . 'includes/template-load.php';
105105
require_once CARELIB_DIR . 'includes/theme.php';
106-
require_once CARELIB_DIR . 'includes/tinymce.php';
107106
require_once CARELIB_DIR . 'admin/layouts.php';
108107
require_once CARELIB_DIR . 'admin/metabox-post-layouts.php';
109108
require_once CARELIB_DIR . 'admin/scripts.php';

includes/filters.php

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -310,27 +310,6 @@
310310
*/
311311
add_filter( 'get_search_form', 'carelib_search_form_get_form', 99 );
312312

313-
/**
314-
* Callback defined in includes/tinymce.php
315-
*
316-
* @see carelib_tinymce_add_styleselect
317-
*/
318-
add_filter( 'mce_buttons', 'carelib_tinymce_add_styleselect', 99 );
319-
320-
/**
321-
* Callback defined in includes/tinymce.php
322-
*
323-
* @see carelib_tinymce_disable_styleselect
324-
*/
325-
add_filter( 'mce_buttons_2', 'carelib_tinymce_disable_styleselect', 99 );
326-
327-
/**
328-
* Callback defined in includes/tinymce.php
329-
*
330-
* @see carelib_tinymce_formats
331-
*/
332-
add_filter( 'tiny_mce_before_init', 'carelib_tinymce_formats', 99 );
333-
334313
/**
335314
* Callback defined in includes/layouts.php
336315
*

includes/tinymce.php

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)