Changeset 1280 for trunk/bp-wire/bp-wire-classes.php
- Timestamp:
- 03/27/2009 03:47:36 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-wire/bp-wire-classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-wire/bp-wire-classes.php
r1238 r1280 38 38 function save() { 39 39 global $wpdb, $bp; 40 41 $this->content = wp_filter_kses( $this->content ); 40 42 41 43 if ( $this->id ) {
Note: See TracChangeset
for help on using the changeset viewer.