FIX: Select Image is not working at Player Statistics
This commit is contained in:
@@ -392,6 +392,7 @@ class SP_Post_types {
|
|||||||
'search_items' => __( 'Search', 'sportspress' ),
|
'search_items' => __( 'Search', 'sportspress' ),
|
||||||
'not_found' => __( 'No results found.', 'sportspress' ),
|
'not_found' => __( 'No results found.', 'sportspress' ),
|
||||||
'not_found_in_trash' => __( 'No results found.', 'sportspress' ),
|
'not_found_in_trash' => __( 'No results found.', 'sportspress' ),
|
||||||
|
'featured_image' => __( 'Icon', 'sportspress' ),
|
||||||
'set_featured_image' => __( 'Select Icon', 'sportspress' ),
|
'set_featured_image' => __( 'Select Icon', 'sportspress' ),
|
||||||
'remove_featured_image' => __( 'Remove icon', 'sportspress' ),
|
'remove_featured_image' => __( 'Remove icon', 'sportspress' ),
|
||||||
'use_featured_image' => __( 'Add icon', 'sportspress' ),
|
'use_featured_image' => __( 'Add icon', 'sportspress' ),
|
||||||
@@ -403,7 +404,7 @@ class SP_Post_types {
|
|||||||
'publicly_queryable' => false,
|
'publicly_queryable' => false,
|
||||||
'exclude_from_search' => true,
|
'exclude_from_search' => true,
|
||||||
'hierarchical' => false,
|
'hierarchical' => false,
|
||||||
'supports' => array( 'title', 'page-attributes', 'excerpt' ),
|
'supports' => array( 'title', 'thumbnail', 'page-attributes', 'excerpt' ),
|
||||||
'has_archive' => false,
|
'has_archive' => false,
|
||||||
'show_in_nav_menus' => false,
|
'show_in_nav_menus' => false,
|
||||||
'can_export' => false,
|
'can_export' => false,
|
||||||
|
|||||||
Reference in New Issue
Block a user