diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index 9f6e7966..6a7229bc 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -7,7 +7,7 @@ * @author ThemeBoy * @category Core * @package SportsPress/Functions - * @version 1.3 + * @version 1.3.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly @@ -896,14 +896,14 @@ if ( !function_exists( 'sp_post_adder' ) ) { } if ( !function_exists( 'sp_taxonomy_adder' ) ) { - function sp_taxonomy_adder( $taxonomy = 'category', $post_type = 'post', $label = null ) { + function sp_taxonomy_adder( $taxonomy = 'category', $post_type = null, $label = null ) { $obj = get_taxonomy( $taxonomy ); if ( $label == null ) $label = __( 'Add New', 'sportspress' ); ?>
+ + + +
+