Changeset 12547 for trunk/src/bp-core/deprecated/1.5.php
- Timestamp:
- 01/29/2020 09:43:16 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/deprecated/1.5.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/deprecated/1.5.php
r11763 r12547 8 8 */ 9 9 10 // Exit if accessed directly 10 // Exit if accessed directly. 11 11 defined( 'ABSPATH' ) || exit; 12 12 … … 75 75 /** 76 76 * In BuddyPress 1.1 - 1.2.x, this function provided a better version of add_menu_page() 77 * that allowed positioning of menus. Deprecated in 1.5 in favo ur of a WP core function.77 * that allowed positioning of menus. Deprecated in 1.5 in favor of a WP core function. 78 78 * 79 79 * @deprecated 1.5.0 … … 342 342 continue; 343 343 344 // Now email the user with the contents of the message (if they have enabled email notifications) 344 // Now email the user with the contents of the message (if they have enabled email notifications). 345 345 if ( 'no' != bp_get_user_meta( $receiver_user_id, 'notification_activity_new_mention', true ) ) { 346 346 $poster_name = bp_core_get_user_displayname( $poster_user_id ); … … 353 353 $content = bp_groups_filter_kses( stripslashes( $content ) ); 354 354 355 // Set up and send the message 355 // Set up and send the message. 356 356 $ud = bp_core_get_core_userdata( $receiver_user_id ); 357 357 $to = $ud->user_email;
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)