Changeset 7351 for trunk/wp-app.php
- Timestamp:
- 03/17/2008 09:18:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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)) {
Note: See TracChangeset
for help on using the changeset viewer.