Changeset 2856011
- Timestamp:
- 01/27/2023 05:32:13 PM (3 years ago)
- File:
-
- 1 edited
-
trunc-logging/trunk/trunc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunc-logging/trunk/trunc.php
r2816319 r2856011 48 48 add_action('publish_page', 'trunc_logging_hook_publish_page', 20); 49 49 add_action('private_to_published', 'trunc_logging_hook_private_to_published', 20); 50 add_action('login_form_resetpass', 'trunc_logging_hook_login_form_resetpass', 20);50 //add_action('login_form_resetpass', 'trunc_logging_hook_login_form_resetpass', 20); 51 51 add_action('delete_user', 'trunc_logging_hook_delete_user', 20); 52 52 add_action('delete_post', 'trunc_logging_hook_delete_post', 20);
Note: See TracChangeset
for help on using the changeset viewer.