Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/08/2016 02:43:27 PM (6 years ago)
Author:
johnjamesjacoby
Message:

Tools: Fix undeclared variables and incorrect variable types, for improved PHP 7.1 compatibility.

This will quiet down most of our continuous integration noise.

Props hellofromTonya. Fixes #3031.

File:
1 edited

Legend:

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

    r6118 r6135  
    17221722            $anonymous = bbp_is_reply_anonymous( $r['post_id'] );
    17231723
     1724            // Declare empty array
     1725            $author_links = array();
     1726
    17241727            // Get avatar
    17251728            if ( 'avatar' === $r['type'] || 'both' === $r['type'] ) {
Note: See TracChangeset for help on using the changeset viewer.