Changeset 1097 for trunk/wp-settings.php
- Timestamp:
- 04/19/2004 05:19:45 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r1080 r1097 77 77 } 78 78 } 79 80 function shutdown_action_hook() { 81 do_action('shutdown', ''); 82 } 83 register_shutdown_function('shutdown_action_hook'); 84 79 85 ?>
Note: See TracChangeset
for help on using the changeset viewer.