Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/09/2017 02:43:03 PM (9 years ago)
Author:
johnjamesjacoby
Message:

General: more PHP7.1 array fixes.

See #3031. 2.5 branch, for 2.5.14.

File:
1 edited

Legend:

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

    r5692 r6684  
    12351235                        if ( empty( $anonymous ) && bbp_user_has_profile( bbp_get_reply_author_id( $reply_id ) ) ) {
    12361236
     1237                                $author_link = array();
     1238
    12371239                                // Assemble the links
    12381240                                foreach ( $author_links as $link => $link_text ) {
Note: See TracChangeset for help on using the changeset viewer.