Changeset 7351
- Timestamp:
- 03/17/08 21:18:03 (5 months ago)
- Files:
-
- trunk/wp-app.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-app.php
r7301 r7351 388 388 function get_attachment($postID = NULL) { 389 389 if( !current_user_can( 'upload_files' ) ) 390 $this->auth_required( __( 'Sorry, you do not have the right to file uploads on this blog.' ) );390 $this->auth_required( __( 'Sorry, you do not have permission to upload files.' ) ); 391 391 392 392 if (!isset($postID)) {
