Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/28/2004 08:41:29 AM (21 years ago)
Author:
matt
Message:

Change path not to conflict with WP. Protect template directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-includes/formatting-functions.php

    r16 r17  
    108108
    109109    if ( !function_exists('wp_kses') )
    110         require_once( ABSPATH . '/bb-includes/kses.php');
     110        require_once( BBPATH . '/bb-includes/kses.php');
    111111    return wp_kses($data, $allowedtags);
    112112}
Note: See TracChangeset for help on using the changeset viewer.