Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#4430 closed defect (bug) (duplicate)

In Tiny_MCE Advanced button don't appear

Reported by: thedarkness's profile TheDarkness Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.2.1
Component: TinyMCE Keywords:
Focuses: Cc:

Description

In wp-includes/js/tinymce/tiny_mce_config.php , line 32 , have this:

$mce_buttons = apply_filters('mce_buttons', array('bold', 'italic', 'strikethrough', 'separator', 'bullist', 'numlist', 'outdent', 'indent', 'separator', 'justifyleft', 'justifycenter', 'justifyright', 'separator', 'link', 'unlink', 'image', 'wp_more', 'separator', 'spellchecker', 'separator', 'wp_help', 'wp_adv_start', 'wp_adv', 'separator', 'formatselect', 'underline', 'justifyfull', 'forecolor', 'separator', 'pastetext', 'pasteword', 'separator', 'removeformat', 'cleanup', 'separator', 'charmap', 'separator', 'undo', 'redo', 'wp_adv_end'));

I propose change to :

$mce_buttons = apply_filters('mce_buttons', array('bold', 'italic', 'strikethrough', 'separator', 'bullist', 'numlist', 'outdent', 'indent', 'separator', 'justifyleft', 'justifycenter', 'justifyright', 'separator', 'link', 'unlink', 'image', 'wp_more', 'separator', 'spellchecker', 'separator', 'wp_help', 'separator', 'wp_adv', 'wp_adv_start', 'formatselect', 'underline', 'justifyfull', 'forecolor', 'separator', 'pastetext', 'pasteword', 'separator', 'removeformat', 'cleanup', 'separator', 'charmap', 'separator', 'undo', 'redo', 'wp_adv_end'));

Change History (4)

#1 @TheDarkness
17 years ago

  • Milestone set to 2.2.1
  • Version set to 2.2.1

#2 @foolswisdom
17 years ago

  • Milestone changed from 2.2.1 to 2.4 (future)

TheDarkness please include a description of the problem you are trying to fix, and attach the change as a patch. A screenshot would also help. Otherwise, we are left to compare each part of that string.

#3 @Otto42
17 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate. Already been done in trunk: #3171 and [5429].

#4 @rob1n
17 years ago

  • Milestone 2.4 (future) deleted
Note: See TracTickets for help on using tickets.