Changeset 8179 for trunk/wp-includes/rewrite.php
- Timestamp:
- 06/24/2008 12:29:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r7841 r8179 32 32 } 33 33 $hook = 'do_feed_' . $feedname; 34 remove_action($hook, $function, 10, 1); 34 // Remove default function hook 35 remove_action($hook, $hook, 10, 1); 35 36 add_action($hook, $function, 10, 1); 36 37 return $hook;
Note: See TracChangeset
for help on using the changeset viewer.