Changeset 10874 for trunk/wp-includes/capabilities.php
- Timestamp:
- 04/05/2009 05:23:04 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/capabilities.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/capabilities.php
r10200 r10874 906 906 } 907 907 908 return $caps;908 return apply_filters('map_meta_cap', $caps, $cap, $user_id, $args); 909 909 } 910 910
Note: See TracChangeset
for help on using the changeset viewer.