Changeset 1166
- Timestamp:
- 12/04/07 14:03:48 (1 year ago)
- Files:
-
- trunk/wp-includes/wpmu-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/wpmu-functions.php
r1160 r1166 1833 1833 add_filter( 'term_id_filter', 'global_terms', 10, 2 ); // taxonomy specific filter 1834 1834 1835 /* WordPress MU Default Filters */1836 add_filter('the_title', 'wp_filter_kses');1837 1838 1835 function choose_primary_blog() { 1839 1836 global $current_user;
