Skip to:
Content

bbPress.org

Changeset 5206


Ignore:
Timestamp:
11/27/2013 07:31:16 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Add target to anchor in bbp_kses_allowed_tags(). Props wpdennis. Fixes #2483. (2.5)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/includes/common/formatting.php

    r5086 r5206  
    2929            'href'     => array(),
    3030            'title'    => array(),
    31             'rel'      => array()
     31            'rel'      => array(),
     32            'target'   => array()
    3233        ),
    3334
Note: See TracChangeset for help on using the changeset viewer.