mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
Remove debug. see #13566
git-svn-id: http://svn.automattic.com/wordpress/trunk@14969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d45ae3d22c
commit
6f17332d8c
@ -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…
x
Reference in New Issue
Block a user