Better phrasing. Props kichu and MtDewVirus. fixes #6259
git-svn-id: https://develop.svn.wordpress.org/trunk@7351 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cff8236acf
commit
06db41b417
@ -387,7 +387,7 @@ EOD;
|
||||
|
||||
function get_attachment($postID = NULL) {
|
||||
if( !current_user_can( 'upload_files' ) )
|
||||
$this->auth_required( __( 'Sorry, you do not have the right to file uploads on this blog.' ) );
|
||||
$this->auth_required( __( 'Sorry, you do not have permission to upload files.' ) );
|
||||
|
||||
if (!isset($postID)) {
|
||||
$this->get_attachments();
|
||||
|
Loading…
Reference in New Issue
Block a user