- Timestamp:
- 03/28/2020 09:21:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-functions.php
r12307 r12602 234 234 $notification_object->href = bp_loggedin_user_domain(); 235 235 } else { 236 $notification_object->content = $content['text'];237 $notification_object->href = $content['link'];236 $notification_object->content = isset( $content['text'] ) ? $content['text'] : ''; 237 $notification_object->href = isset( $content['link'] ) ? $content['link'] : ''; 238 238 } 239 239
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)