Make WordPress Core

Changeset 20143


Ignore:
Timestamp:
03/07/2012 07:00:12 PM (13 years ago)
Author:
koopersmith
Message:

Combine two strings. Cheatin', uh?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/media-upload.php

    r19712 r20143  
    3232// Require an ID for the edit screen
    3333if ( isset($action) && $action == 'edit' && !$ID )
    34     wp_die(__("You are not allowed to be here"));
     34    wp_die( __( 'Cheatin’ uh?' ) );
    3535
    3636if ( isset($_GET['inline']) ) {
Note: See TracChangeset for help on using the changeset viewer.