Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/27/2009 03:47:36 PM (17 years ago)
Author:
apeatling
Message:

Adding wp_filter_kses() to all saves() to make double sure that nothing bad is getting in OR out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-wire/bp-wire-classes.php

    r1238 r1280  
    3838    function save() {
    3939        global $wpdb, $bp;
     40       
     41        $this->content = wp_filter_kses( $this->content );
    4042       
    4143        if ( $this->id ) {
Note: See TracChangeset for help on using the changeset viewer.