Changeset 7524
- Timestamp:
- 11/08/2013 03:24:24 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-notifications/bp-notifications-template.php
r7523 r7524 432 432 */ 433 433 function bp_get_the_notification_item_id() { 434 return apply_filters( 'bp_get_the_notification_item_id', stripslashes_deep( buddypress()->notifications->query_loop->notification->item_id ));434 return apply_filters( 'bp_get_the_notification_item_id', buddypress()->notifications->query_loop->notification->item_id ); 435 435 } 436 436 … … 451 451 */ 452 452 function bp_get_the_notification_secondary_item_id() { 453 return apply_filters( 'bp_get_the_notification_secondary_item_id', stripslashes_deep( buddypress()->notifications->query_loop->notification->secondary_item_id ));453 return apply_filters( 'bp_get_the_notification_secondary_item_id', buddypress()->notifications->query_loop->notification->secondary_item_id ); 454 454 } 455 455 … … 470 470 */ 471 471 function bp_get_the_notification_component_name() { 472 return apply_filters( 'bp_get_the_notification_component_name', stripslashes_deep( buddypress()->notifications->query_loop->notification->component_name ));472 return apply_filters( 'bp_get_the_notification_component_name', buddypress()->notifications->query_loop->notification->component_name ); 473 473 } 474 474 … … 489 489 */ 490 490 function bp_get_the_notification_component_action() { 491 return apply_filters( 'bp_get_the_notification_component_action', stripslashes_deep( buddypress()->notifications->query_loop->notification->component_action ));491 return apply_filters( 'bp_get_the_notification_component_action', buddypress()->notifications->query_loop->notification->component_action ); 492 492 } 493 493 … … 508 508 */ 509 509 function bp_get_the_notification_date_notified() { 510 return apply_filters( 'bp_get_the_notification_date_notified', stripslashes_deep( buddypress()->notifications->query_loop->notification->date_notified ));510 return apply_filters( 'bp_get_the_notification_date_notified', buddypress()->notifications->query_loop->notification->date_notified ); 511 511 } 512 512
Note: See TracChangeset
for help on using the changeset viewer.