Changeset 1879667
- Timestamp:
- 05/23/2018 03:40:11 AM (8 years ago)
- Location:
- tijaji-formatting/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
tijaji-formatting.php (modified) (1 diff)
-
tjf_execution.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tijaji-formatting/trunk/readme.txt
r1879001 r1879667 5 5 Requires at least: 4.9 6 6 Tested up to: 4.9 7 Stable tag: 1.0 87 Stable tag: 1.09 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
tijaji-formatting/trunk/tijaji-formatting.php
r1879001 r1879667 8 8 * Text Domain: tijaji-formatting 9 9 * Domain Path: /languages 10 * Version: 1.0 810 * Version: 1.09 11 11 * License: GPL-2.0+ 12 12 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt -
tijaji-formatting/trunk/tjf_execution.php
r1878343 r1879667 89 89 90 90 $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'; 92 92 93 93 function tjf_erase_br( $matches ) {
Note: See TracChangeset
for help on using the changeset viewer.