Use singular form in settings
This commit is contained in:
@@ -77,7 +77,7 @@ class SportsPress_Countdowns {
|
|||||||
public function add_settings( $settings ) {
|
public function add_settings( $settings ) {
|
||||||
$settings = array_merge( $settings,
|
$settings = array_merge( $settings,
|
||||||
array(
|
array(
|
||||||
array( 'title' => __( 'Countdowns', 'sportspress' ), 'type' => 'title', 'id' => 'countdown_options' ),
|
array( 'title' => __( 'Countdown', 'sportspress' ), 'type' => 'title', 'id' => 'countdown_options' ),
|
||||||
),
|
),
|
||||||
|
|
||||||
apply_filters( 'sportspress_countdown_options', array(
|
apply_filters( 'sportspress_countdown_options', array(
|
||||||
|
|||||||
Reference in New Issue
Block a user