Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/10/2014 06:09:14 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Update to newer slashing functions, as our minimum requirement is WordPress 3.6.

Also add filters to topic-title & topic-tags form fields. See #2719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/common/functions.php

    r5488 r5559  
    702702    // @see: http://bbpress.trac.wordpress.org/ticket/2185/
    703703    // @see: http://core.trac.wordpress.org/changeset/23973/
    704     $r = function_exists( 'wp_unslash' ) ? wp_unslash( $r ) : stripslashes_deep( $r );
     704    $r = wp_unslash( $r );
    705705
    706706    // Prepare duplicate check query
Note: See TracChangeset for help on using the changeset viewer.