~canonical-sysadmins/wordpress/4.7.1

« back to all changes in this revision

Viewing changes to wp-admin/widgets.php

  • Committer: Barry Price
  • Date: 2016-08-17 04:50:12 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: barry.price@canonical.com-20160817045012-qfui81zhqnqv2ba9
Merge WP4.6 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
if ( ! current_user_can( 'edit_theme_options' ) ) {
16
16
        wp_die(
17
17
                '<h1>' . __( 'Cheatin&#8217; uh?' ) . '</h1>' .
18
 
                '<p>' . __( 'You are not allowed to edit theme options on this site.' ) . '</p>',
 
18
                '<p>' . __( 'Sorry, you are not allowed to edit theme options on this site.' ) . '</p>',
19
19
                403
20
20
        );
21
21
}
357
357
                                ),
358
358
                                admin_url( 'customize.php' )
359
359
                        ) ),
360
 
                        __( 'Manage in Customizer' )
 
360
                        __( 'Manage with Live Preview' )
361
361
                );
362
362
        }
363
363
?>