Display event format icons in admin
This commit is contained in:
@@ -51,21 +51,21 @@
|
||||
.sp-icon-megaphone:before {
|
||||
content: "\f488";
|
||||
}
|
||||
.sp-icon-crown:before {
|
||||
content: "\f313";
|
||||
}
|
||||
.sp-icon-list:before {
|
||||
content: "\f163"
|
||||
}
|
||||
.sp-icon-blocks:before {
|
||||
content: "\f164"
|
||||
}
|
||||
.sp-icon-smile:before {
|
||||
content: "\f328";
|
||||
}
|
||||
.sp-icon-trash:before {
|
||||
content: "\f182";
|
||||
}
|
||||
.sp-icon-league:before {
|
||||
content: "\f313";
|
||||
}
|
||||
.sp-icon-friendly:before {
|
||||
content: "\f328";
|
||||
}
|
||||
|
||||
#adminmenu #toplevel_page_sportspress .toplevel_page_sportspress div.wp-menu-image:before,
|
||||
#adminmenu #menu-posts-sp_event .menu-icon-sp_event div.wp-menu-image:before,
|
||||
|
||||
@@ -24,7 +24,7 @@ class SP_Formats {
|
||||
public function __construct() {
|
||||
$this->data = apply_filters( 'sportspress_formats', array(
|
||||
'event' => array(
|
||||
'league' => __( 'Competition', 'sportspress' ),
|
||||
'league' => __( 'Competitive', 'sportspress' ),
|
||||
'friendly' => __( 'Friendly', 'sportspress' ),
|
||||
),
|
||||
'calendar' => array(
|
||||
|
||||
Reference in New Issue
Block a user