Plugin Directory

Changeset 1879667


Ignore:
Timestamp:
05/23/2018 03:40:11 AM (8 years ago)
Author:
tijaji
Message:

修正

Location:
tijaji-formatting/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tijaji-formatting/trunk/readme.txt

    r1879001 r1879667  
    55Requires at least: 4.9
    66Tested up to: 4.9
    7 Stable tag: 1.08
     7Stable tag: 1.09
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • tijaji-formatting/trunk/tijaji-formatting.php

    r1879001 r1879667  
    88 * Text Domain: tijaji-formatting
    99 * Domain Path: /languages
    10  * Version: 1.08
     10 * Version: 1.09
    1111 * License: GPL-2.0+
    1212 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
  • tijaji-formatting/trunk/tjf_execution.php

    r1878343 r1879667  
    8989
    9090$tjf_tag = 'div|center|fieldset|blockquote|form|input|noscript|h1|h2|h3|h4|h5|h6|address|p|pre|ul|ol|li|dl|dt|dd|dir|menu|table|tbody|thead|tr|th|td|isindex|noframes';
    91 $tjf_inline_tag = 'style|script|object|applet|iframe|button|textarea|select|option|map|area';
     91$tjf_inline_tag = 'style|script|object|applet|button|textarea|select|option|map|area';
    9292
    9393function tjf_erase_br( $matches ) {
Note: See TracChangeset for help on using the changeset viewer.