Ticket #28748: ms-files-action.diff
File ms-files-action.diff, 502 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/ms-files.php
16 16 17 17 ms_file_constants(); 18 18 19 /** 20 * Fires before file loading process for Multisite medias starts. 21 * 22 * @since 23 */ 24 do_action( 'ms_load_files' ); 25 19 26 error_reporting( 0 ); 20 27 21 28 if ( $current_blog->archived == '1' || $current_blog->spam == '1' || $current_blog->deleted == '1' ) {