Changeset 4697
- Timestamp:
- 01/22/2013 05:19:14 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/common/functions.php
r4694 r4697 1043 1043 $reply_content = strip_tags( bbp_get_reply_content( $reply_id ) ); 1044 1044 $reply_url = bbp_get_reply_url( $reply_id ); 1045 $blog_name = get_option( 'blogname');1045 $blog_name = wp_specialchars_decode( get_option( 'blogname' ), ENT_QUOTES ); 1046 1046 1047 1047 // Loop through users
Note: See TracChangeset
for help on using the changeset viewer.