Skip to content

Commit 6f29098

Browse files
committed
update menu controls and version
1 parent 437eaa4 commit 6f29098

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boldgrid-theme-framework",
3-
"version": "2.13.0-rc3",
3+
"version": "2.13.0",
44
"description": "BoldGrid Theme Framework",
55
"main": "index.js",
66
"engines": {

src/boldgrid-theme-framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: BoldGrid Theme Framework
44
* Plugin URI: https://www.boldgrid.com/docs/configuration-file
55
* Description: BoldGrid Theme Framework is a library that allows you to easily make BoldGrid themes. Please see our reference guide for more information: https://www.boldgrid.com/docs/configuration-file
6-
* Version: 2.13.0-rc3
6+
* Version: 2.13.0
77
* Author: BoldGrid.com <[email protected]>
88
* Author URI: https://www.boldgrid.com/
99
* Text Domain: bgtfw

src/includes/configs/customizer/controls/menu.controls.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@
502502
'label' => esc_attr__( 'Sub Menu Link Color', 'bgtfw' ),
503503
'section' => 'bgtfw_menu_items_link_color_main',
504504
'priority' => 2,
505-
'default' => get_theme_mod( 'bgtfw_menu_items_link_color_main', 'transparent' ),
505+
'default' => 'transparent',
506506
'choices' => array(
507507
'colors' => $bgtfw_formatted_palette,
508508
'size' => $bgtfw_palette->get_palette_size( $bgtfw_formatted_palette ),

0 commit comments

Comments
 (0)