Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/15/2015 06:07:35 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Always predefine $args as an array, for code consistency across all components.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/users/functions.php

    r5770 r5802  
    15691569 * @uses wp_mail()                       To send the notification
    15701570 */
    1571 function bbp_edit_user_email_send_notification( $user_id = 0, $args = '' ) {
     1571function bbp_edit_user_email_send_notification( $user_id = 0, $args = array() ) {
    15721572
    15731573    // Parse args
Note: See TracChangeset for help on using the changeset viewer.