Changeset 8628
- Timestamp:
- 07/15/2014 11:33:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/deprecated/1.9.php
r8626 r8628 124 124 _deprecated_function( __FUNCTION__, '1.9', 'bp_notifications_get_notifications_for_user()' ); 125 125 126 $renderable = bp_notifications_get_notifications_for_user( $user_id, $format ); 127 128 return apply_filters( 'bp_core_get_notifications_for_user', $renderable, $user_id, $format ); 126 return bp_notifications_get_notifications_for_user( $user_id, $format ); 129 127 } 130 128
Note: See TracChangeset
for help on using the changeset viewer.