- Timestamp:
- 03/27/2023 06:19:06 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-functions.php
r13395 r13442 235 235 if ( is_string( $content ) ) { 236 236 $notification_object->content = $content; 237 $notification_object->href = bp_loggedin_user_ domain();237 $notification_object->href = bp_loggedin_user_url(); 238 238 } else { 239 239 $notification_object->content = isset( $content['text'] ) ? $content['text'] : ''; … … 303 303 if ( is_string( $content ) ) { 304 304 $notification_object->content = $content; 305 $notification_object->href = bp_loggedin_user_ domain();305 $notification_object->href = bp_loggedin_user_url(); 306 306 } else { 307 307 $notification_object->content = $content['text'];
Note: See TracChangeset
for help on using the changeset viewer.