Completed
Push — add/importing-via-rest-api ( 890fbc )
by
unknown
06:58
created
modules/site-importer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -149,6 +149,9 @@
 block discarded – undo
149 149
 		return $result;
150 150
 	}
151 151
 
152
+	/**
153
+	 * @param resource $file
154
+	 */
152 155
 	protected function _import_from_file( $file ) {
153 156
 		if ( ! defined( 'WP_LOAD_IMPORTERS' ) ) {
154 157
 			define( 'WP_LOAD_IMPORTERS', 1 );
Please login to merge, or discard this patch.