X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/0459461f9ea42e0b090759ff6fe5f48360bef750..3d39054f012aefe514b3f5509e32f09fc4feda44:/wp-admin/widgets.php diff --git a/wp-admin/widgets.php b/wp-admin/widgets.php index 0abd81c2..a9876b89 100644 --- a/wp-admin/widgets.php +++ b/wp-admin/widgets.php @@ -15,7 +15,7 @@ require_once(ABSPATH . 'wp-admin/includes/widgets.php'); if ( ! current_user_can( 'edit_theme_options' ) ) { wp_die( '

' . __( 'Cheatin’ uh?' ) . '

' . - '

' . __( 'You are not allowed to edit theme options on this site.' ) . '

', + '

' . __( 'Sorry, you are not allowed to edit theme options on this site.' ) . '

', 403 ); } @@ -357,7 +357,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); ?> ), admin_url( 'customize.php' ) ) ), - __( 'Manage in Customizer' ) + __( 'Manage with Live Preview' ) ); } ?> @@ -425,7 +425,7 @@ foreach ( $wp_registered_sidebars as $sidebar => $registered_sidebar ) { submit_button( __( 'Clear Inactive Widgets' ), 'delete', 'removeinactivewidgets', false, $attributes ); ?> - +

@@ -455,12 +455,12 @@ $sidebars_count = count( $theme_sidebars ); if ( $sidebars_count > 1 ) { $split = ceil( $sidebars_count / 2 ); } else { - $single_sidebar_class = ' class="single-sidebar"'; + $single_sidebar_class = ' single-sidebar'; } ?>
-
> +