Apply text settings via gettext

This commit is contained in:
Brian Miyaji
2014-03-18 23:37:27 +11:00
parent 2d55969554
commit 48924abf72
8 changed files with 61 additions and 35 deletions

View File

@@ -150,6 +150,8 @@ function sportspress_options_validate( $input ) {
endforeach;
elseif ( isset( $input['text'] ) ):
$input['text'] = array_filter( $input['text'] );
endif;
if ( ! is_array( $input ) )