Merge branch 'master' of github.com:ThemeBoy/SportsPress

This commit is contained in:
savvasha
2019-08-23 07:04:58 +03:00
4 changed files with 5 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ if ( class_exists( 'WP_Importer' ) ) {
'sp_season',
);
foreach ( $preservable_metas_keys as $p ) {
$meta[ $key ] = '';
$meta[ $p ] = '';
}
foreach ( $columns as $index => $key ):