Make WordPress Core

Ticket #41786: customize-header-actions.patch

File customize-header-actions.patch, 646 bytes (added by Collizo4sky, 9 years ago)
  • wp-admin/customize.php

     
    133133        <form id="customize-controls" class="wrap wp-full-overlay-sidebar">
    134134                <div id="customize-header-actions" class="wp-full-overlay-header">
    135135                        <?php
     136            do_action( 'customize_header_actions' );
    136137                        $save_text = $wp_customize->is_theme_active() ? __( 'Save &amp; Publish' ) : __( 'Save &amp; Activate' );
    137138                        $save_attrs = array();
    138139                        if ( ! current_user_can( get_post_type_object( 'customize_changeset' )->cap->publish_posts ) ) {