Completed
Push — add/site-importer-ui ( a75c30...829ce4 )
by
unknown
08:36 queued 01:50
created
modules/site-importer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -136,6 +136,9 @@
 block discarded – undo
136 136
 		return 'Imported';
137 137
 	}
138 138
 
139
+	/**
140
+	 * @param resource $file
141
+	 */
139 142
 	protected function _import_from_file( $file ) {
140 143
 		if ( ! class_exists( 'WP_Import' ) ) {
141 144
 			return new WP_Error( 'missing_wp_import', 'The WP_Import class does not exist' );
Please login to merge, or discard this patch.