Changeset 34603 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 09/26/2015 07:48:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r34580 r34603 5722 5722 } 5723 5723 5724 if ( is_multisite() && upload_is_user_over_quota( false ) ) { 5725 $this->error = new IXR_Error( 401, __( 'Sorry, you have used your space allocation.' ) ); 5726 return $this->error; 5727 } 5728 5724 5729 /** 5725 5730 * Filter whether to preempt the XML-RPC media upload.
Note: See TracChangeset
for help on using the changeset viewer.