Make WordPress Core

Ticket #36466: 36466.patch

File 36466.patch, 498 bytes (added by Frozzare, 9 years ago)
  • src/wp-admin/customize.php

     
    1515if ( ! current_user_can( 'customize' ) ) {
    1616        wp_die(
    1717                '<h1>' . __( 'Cheatin&#8217; uh?' ) . '</h1>' .
    18                 '<p>' . __( 'You are not allowed to customize the appearance of this site.' ) . '</p>',
     18                '<p>' . __( 'You are not allowed to customize this site.' ) . '</p>',
    1919                403
    2020        );
    2121}