Changeset 24125 for trunk/wp-includes/rewrite.php
- Timestamp:
- 04/29/2013 01:25:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r23524 r24125 90 90 $hook = 'do_feed_' . $feedname; 91 91 // Remove default function hook 92 remove_action($hook, $hook , 10, 1);92 remove_action($hook, $hook); 93 93 add_action($hook, $function, 10, 1); 94 94 return $hook;
Note: See TracChangeset
for help on using the changeset viewer.