Ticket #41786: customize-header-actions.patch
| File customize-header-actions.patch, 646 bytes (added by , 9 years ago) |
|---|
-
wp-admin/customize.php
133 133 <form id="customize-controls" class="wrap wp-full-overlay-sidebar"> 134 134 <div id="customize-header-actions" class="wp-full-overlay-header"> 135 135 <?php 136 do_action( 'customize_header_actions' ); 136 137 $save_text = $wp_customize->is_theme_active() ? __( 'Save & Publish' ) : __( 'Save & Activate' ); 137 138 $save_attrs = array(); 138 139 if ( ! current_user_can( get_post_type_object( 'customize_changeset' )->cap->publish_posts ) ) {