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

@@ -56,7 +56,7 @@ class SP_Settings_Text extends SP_Settings_Page {
$settings[] = array( 'type' => 'sectionend', 'id' => 'text_options' );
return apply_filters( 'sportspress_event_settings', $settings ); // End event settings
return apply_filters( 'sportspress_text_settings', $settings ); // End event settings
}
}