Better phrasing. Props kichu and MtDewVirus. fixes #6259
git-svn-id: http://svn.automattic.com/wordpress/trunk@7351 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d95e0cf394
commit
7afb7b63ac
|
@ -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