Make WordPress Core

Changeset 33442


Ignore:
Timestamp:
07/27/2015 01:24:39 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Merge two similar strings about insufficient permissions.

props pavelevap.
fixes #33140.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/my-sites.php

    r33080 r33442  
    1414
    1515if ( ! current_user_can('read') )
    16     wp_die( __( 'You do not have sufficient permissions to view this page.' ) );
     16    wp_die( __( 'You do not have sufficient permissions to access this page.' ) );
    1717
    1818$action = isset( $_POST['action'] ) ? $_POST['action'] : 'splash';
Note: See TracChangeset for help on using the changeset viewer.