Skip to:
Content

bbPress.org

Changeset 5553


Ignore:
Timestamp:
10/21/2014 06:58:23 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Add support for ins HTML tag, to supplement existing del tag support. Props danielbachhuber.

File:
1 edited

Legend:

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

    r5493 r5553  
    4949        'del'          => array(
    5050            'datetime' => true,
     51            'cite'     => true
     52        ),
     53        'ins' => array(
     54            'datetime' => true,
     55            'cite'     => true
    5156        ),
    5257
Note: See TracChangeset for help on using the changeset viewer.