Skip to:
Content

bbPress.org

Changeset 4605


Ignore:
Timestamp:
12/20/2012 01:01:57 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Clean up phpdoc block for bbp_kses_allowed_tags().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/common/kses.php

    r4604 r4605  
    1414 * Custom allowed tags for forum topics and replies
    1515 *
    16  * Allows all users to post links, quotes, code, formatting
     16 * Allows all users to post links, quotes, code, formatting, lists, and images
     17 *
    1718 * @since bbPress (r4603)
    1819 *
    19  * @return array
     20 * @return array Associative array of allowed tags and attributes
    2021 */
    2122function bbp_kses_allowed_tags() {
Note: See TracChangeset for help on using the changeset viewer.