@@ -60,6 +60,9 @@ |
||
60 | 60 | self::set_importing( null ); |
61 | 61 | } |
62 | 62 | |
63 | + /** |
|
64 | + * @param boolean|null $is_importing |
|
65 | + */ |
|
63 | 66 | static function set_importing( $is_importing ) { |
64 | 67 | // set to NULL to revert to WP_IMPORTING, the standard behaviour |
65 | 68 | self::$is_importing = $is_importing; |