Changeset 1412
- Timestamp:
- 04/27/2009 03:16:05 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
bp-messages/bp-messages-ajax.php (modified) (1 diff)
-
bp-wire.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-ajax.php
r1366 r1412 17 17 <small><?php echo bp_format_time($result['reply']->date_sent) ?></small> 18 18 </div> 19 <?php echo stripslashes( apply_filters( 'bp_ message_content', $result['reply']->message ) ) ?>19 <?php echo stripslashes( apply_filters( 'bp_get_message_content', $result['reply']->message ) ) ?> 20 20 <div class="clear"></div> 21 21 <?php -
trunk/bp-wire.php
r1366 r1412 99 99 $wire_post->date_posted = time(); 100 100 101 $allowed_tags = apply_filters( 'bp_wire_post_allowed_tags', '<a> ,<b>,<strong>,<i>,<em>,<img>' );101 $allowed_tags = apply_filters( 'bp_wire_post_allowed_tags', '<a><b><strong><i><em><img>' ); 102 102 103 103 $message = strip_tags( $message, $allowed_tags );
Note: See TracChangeset
for help on using the changeset viewer.