Changeset 3445565
- Timestamp:
- 01/23/2026 12:25:36 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin-menu-editor/trunk/modules/content-permissions/editor-ui.php
r3442051 r3445565 67 67 68 68 if ( $module->areTermPermissionsEnabled() ) { 69 foreach (['load-term.php', 'load-edit-tags.php' /* <- only for saving */] as $hook) { 69 //Note: The "load-edit-tags.php" hook is only needed for saving policies. 70 foreach (['load-term.php', 'load-edit-tags.php'] as $hook) { 70 71 add_action($hook, [$this, 'addTermUiHooks']); 71 72 }
Note: See TracChangeset
for help on using the changeset viewer.