Ticket #41456: 41456.patch
File 41456.patch, 571 bytes (added by , 4 years ago) |
---|
-
src/wp-includes/class-wp-editor.php
585 585 * 586 586 * @since 2.0.0 587 587 * 588 * @param array $ buttons First-row list of buttons.588 * @param array $mce_buttons First-row list of buttons. 589 589 * @param string $editor_id Unique editor identifier, e.g. 'content'. 590 590 */ 591 591 $mce_buttons = apply_filters( 'mce_buttons', $mce_buttons, $editor_id );