Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/10/2017 02:48:42 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Fix undeclared arrays for PHP 7.1 compatibility.

Props hellofromTonya. See #3031. (2.5 branch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/includes/users/template.php

    r6120 r6647  
    16591659                        $anonymous = bbp_is_reply_anonymous( $r['post_id'] );
    16601660
     1661                        // Declare empty array
     1662                        $author_links = array();
     1663
    16611664                        // Get avatar
    16621665                        if ( 'avatar' === $r['type'] || 'both' === $r['type'] ) {
Note: See TracChangeset for help on using the changeset viewer.