Make WordPress Core

Ticket #32388: 32388.patch

File 32388.patch, 561 bytes (added by pavelevap, 11 years ago)
  • src/wp-admin/includes/ajax-actions.php

     
    29082908        }
    29092909
    29102910        if ( ! current_user_can( 'update_plugins' ) ) {
    2911                 $status['error'] = __( 'You do not have sufficient permissions to update plugins on this site.' );
     2911                $status['error'] = __( 'You do not have sufficient permissions to update plugins for this site.' );
    29122912                wp_send_json_error( $status );
    29132913        }
    29142914