Changeset 5802 for trunk/src/includes/users/functions.php
- Timestamp:
- 06/15/2015 06:07:35 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/users/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/functions.php
r5770 r5802 1569 1569 * @uses wp_mail() To send the notification 1570 1570 */ 1571 function bbp_edit_user_email_send_notification( $user_id = 0, $args = '') {1571 function bbp_edit_user_email_send_notification( $user_id = 0, $args = array() ) { 1572 1572 1573 1573 // Parse args
Note: See TracChangeset
for help on using the changeset viewer.