Fix settings array filters

This commit is contained in:
Brian Miyaji
2014-05-14 14:36:46 +10:00
parent cff91e1ae6
commit 6607e5d6a5
4 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ class SP_Settings_Players extends SP_Settings_Page {
*/
public function get_settings() {
return apply_filters( 'sportspress_event_settings', array(
return apply_filters( 'sportspress_player_settings', array(
array( 'title' => __( 'Player Options', 'sportspress' ), 'type' => 'title','desc' => '', 'id' => 'player_options' ),