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/users/template.php

    r6647 r6684  
    16751675                        if ( empty( $anonymous ) && bbp_user_has_profile( $user_id ) ) {
    16761676                                $author_url = bbp_get_user_profile_url( $user_id );
     1677                                $author_link = array();
    16771678                                foreach ( $author_links as $link_text ) {
    16781679                                        $author_link[] = sprintf( '<a href="%1$s"%2$s>%3$s</a>', esc_url( $author_url ), $link_title, $link_text );
Note: See TracChangeset for help on using the changeset viewer.