Changeset 3460049
- Timestamp:
- 02/12/2026 02:38:01 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin-menu-editor/trunk/includes/menu-editor-core.php
r3457253 r3460049 1420 1420 'imagesUrl' => plugins_url('images', $this->plugin_file), 1421 1421 'adminAjaxUrl' => admin_url('admin-ajax.php'), 1422 'hideAdvancedSettings' => (bool ean)$this->options['hide_advanced_settings'],1422 'hideAdvancedSettings' => (bool)$this->options['hide_advanced_settings'], 1423 1423 'showExtraIcons' => true, //No longer used. 1424 1424 'submenuIconsEnabled' => $this->options['submenu_icons_enabled'],
Note: See TracChangeset
for help on using the changeset viewer.