projects
/
WP-Plugins
/
glm-wp-importer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bf366b
)
retab
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 9 Jul 2015 20:55:05 +0000
(16:55 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 9 Jul 2015 20:55:05 +0000
(16:55 -0400)
controllers/Import.php
patch
|
blob
|
history
diff --git
a/controllers/Import.php
b/controllers/Import.php
index
1cf404e
..
f51a03b
100644
(file)
--- a/
controllers/Import.php
+++ b/
controllers/Import.php
@@
-33,9
+33,9
@@
require_once ABSPATH . 'wp-admin/includes/import.php';
if ( !class_exists( 'WP_Importer' ) ) {
-
$class_wp_importer = ABSPATH . 'wp-admin/includes/class-wp-importer.php';
-
if ( file_exists( $class_wp_importer ) ) {
-
require_once $class_wp_importer;
+ $class_wp_importer = ABSPATH . 'wp-admin/includes/class-wp-importer.php';
+ if ( file_exists( $class_wp_importer ) ) {
+ require_once $class_wp_importer;
}
}