modify label function names

This commit is contained in:
Takumi
2013-07-30 20:20:49 +10:00
parent e3f2e521cc
commit 156afd5e79
12 changed files with 18 additions and 24 deletions

View File

@@ -3,7 +3,7 @@ function sp_position_tax_init() {
$name = __( 'Positions', 'sportspress' );
$singular_name = __( 'Position', 'sportspress' );
$object_type = array( 'sp_player', 'sp_staff' );
$labels = sp_get_tax_labels( $name, $singular_name );
$labels = sp_tax_labels( $name, $singular_name );
$args = array(
'label' => $name,
'labels' => $labels,