Remove debug. see #13566
git-svn-id: https://develop.svn.wordpress.org/trunk@14969 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7dfa8b6bf6
commit
91651abeed
@ -68,7 +68,6 @@ $importers = get_importers();
|
||||
foreach ( $popular_importers as $pop_importer => $pop_data ) {
|
||||
if ( isset($importers[$pop_importer] ) )
|
||||
continue;
|
||||
var_dump( $pop_data );
|
||||
if ( isset( $pop_data[3] ) && isset( $importers[ $pop_data[3] ] ) )
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user