Changeset 6740
- Timestamp:
- 11/17/2017 08:46:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/functions.php
r6722 r6740 62 62 */ 63 63 function bbp_current_anonymous_user_data( $key = '' ) { 64 echo bbp_get_current_anonymous_user_data( $key);64 echo esc_attr( bbp_get_current_anonymous_user_data( $key ) ); 65 65 } 66 66 … … 87 87 'comment_author_url' => 'comment_author_url', 88 88 ); 89 90 // Sanitize core cookies91 sanitize_comment_cookies();92 89 93 90 // Get the current poster's info from the cookies
Note: See TracChangeset
for help on using the changeset viewer.