Skip to:
Content

bbPress.org


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

Filter the TeenyMCE buttons to remove buttons that users cannot use. Maybe allow images; commented out for now.

File:
1 edited

Legend:

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

    r4605 r4606  
    4242        'em'           => array(),
    4343        'strong'       => array(),
    44         'span'         => array(
    45             'style'    => true
    46         ),
    4744        'del'          => array(
    4845            'datetime' => true,
     
    5754
    5855        // Images
     56        /*
    5957        'img'          => array(
    6058            'src'      => true,
     59            'border'   => true,
    6160            'alt'      => true,
    6261            'height'   => true,
    6362            'width'    => true,
    6463        )
     64        */
    6565    ) );
    6666}
Note: See TracChangeset for help on using the changeset viewer.