Changeset 3359568
- Timestamp:
- 09/11/2025 05:43:02 AM (7 months ago)
- Location:
- adirectory
- Files:
-
- 2 edited
-
tags/2.8.8/inc/Admin/Setting.php (modified) (1 diff)
-
trunk/inc/Admin/Setting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adirectory/tags/2.8.8/inc/Admin/Setting.php
r3359563 r3359568 176 176 "path" => "general", 177 177 "input" => "toggle", 178 "label" => esc_html__('Gutenberg Editor Suppor ', 'adirectory'),178 "label" => esc_html__('Gutenberg Editor Support', 'adirectory'), 179 179 "option_name" => "gutenberg_editor_support", 180 180 'value' => '0', -
adirectory/trunk/inc/Admin/Setting.php
r3336127 r3359568 176 176 "path" => "general", 177 177 "input" => "toggle", 178 "label" => esc_html__('Gutenberg Editor Suppor ', 'adirectory'),178 "label" => esc_html__('Gutenberg Editor Support', 'adirectory'), 179 179 "option_name" => "gutenberg_editor_support", 180 180 'value' => '0',
Note: See TracChangeset
for help on using the changeset viewer.