Skip to content

Commit 8220865

Browse files
committed
fix: rename stackable_font_pair_name to stackable_selected_font_pair, reset previous commit
1 parent 20b7326 commit 8220865

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.vscode/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.fixAll.eslint": "explicit",
4-
"source.fixAll.stylelint": "explicit"
3+
"source.fixAll.eslint": true,
4+
"source.fixAll.stylelint": true
55
},
66
"editor.formatOnSave": false,
77
"eslint.validate": [
@@ -11,4 +11,4 @@
1111
"css",
1212
"scss"
1313
]
14-
}
14+
}

src/global-settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,10 @@ public function register_global_settings() {
284284

285285
register_setting(
286286
'stackable_global_settings',
287-
'stackable_font_pair_name',
287+
'stackable_selected_font_pair',
288288
array(
289289
'type' => 'string',
290-
'description' => __( 'Stackable global font pair', STACKABLE_I18N ),
290+
'description' => __( 'Stackable currently selected global font pair', STACKABLE_I18N ),
291291
'sanitize_callback' => 'sanitize_text_field',
292292
'show_in_rest' => true,
293293
'default' => '',

0 commit comments

Comments
 (0)