Tag version 2.7.9
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* @author ThemeBoy
|
||||
* @category Admin
|
||||
* @package SportsPress/Admin
|
||||
* @version 2.6.1
|
||||
* @version 2.7.9
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
@@ -463,7 +463,7 @@ class SP_Admin_Settings {
|
||||
<?php
|
||||
foreach ( $value['options'] as $group => $options ) {
|
||||
?>
|
||||
<optgroup label="<?php echo sp_array_value( $categories, $group, $group ); ?>">
|
||||
<optgroup label="<?php echo esc_attr( sp_array_value( $categories, $group, $group ) ); ?>">
|
||||
<?php
|
||||
foreach ( $options as $key => $val ) {
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user