Make WordPress Core

Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#4430 closed defect (bug) (duplicate)

In Tiny_MCE Advanced button don't appear

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

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
19 years ago

  • Milestone2.2.1
  • Version2.2.1

#2 @foolswisdom
19 years ago

  • Milestone 2.2.12.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
19 years ago

  • Resolutionduplicate
  • Status newclosed

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

#4 @rob1n
19 years ago

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