Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/19/2017 10:23:03 AM (8 years ago)
Author:
johnjamesjacoby
Message:

Users: Add user_url, user_registered, and last-active to profiles.

Also divide profile page up into 2 sections: Profile & Forums.

File:
1 edited

Legend:

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

    r6573 r6592  
    330330 */
    331331function bbp_user_last_posted( $user_id = 0 ) {
    332     echo bbp_get_user_last_posted( $user_id );
     332    echo esc_html( bbp_get_user_last_posted( $user_id ) );
    333333}
    334334
Note: See TracChangeset for help on using the changeset viewer.