Replace deprecated functions

This commit is contained in:
Brian Miyaji
2014-03-28 16:53:15 +11:00
parent 461b4f394c
commit 1add35a47f
58 changed files with 348 additions and 471 deletions

View File

@@ -93,7 +93,7 @@ class SP_Admin_Permalink_Settings {
else
update_option( $key, $value );
endforeach;
sportspress_flush_rewrite_rules();
sp_flush_rewrite_rules();
endif;
}
}