Changeset 15802 for trunk/wp-admin/includes/template.php
- Timestamp:
- 10/14/2010 09:53:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r15764 r15802 1465 1465 unset($actions[$default_key]); 1466 1466 $actions = array_merge($default_action, $actions); 1467 $actions = apply_filters( 'favorite_actions', $actions);1467 $actions = apply_filters( 'favorite_actions', $actions, $screen ); 1468 1468 1469 1469 $allowed_actions = array();
Note: See TracChangeset
for help on using the changeset viewer.