Ticket #30344: miqro-30344.patch
| File miqro-30344.patch, 1.3 KB (added by , 12 years ago) |
|---|
-
src/wp-includes/formatting.php
227 227 . '(?(?=!--)' // Is this a comment? 228 228 . $comment_regex // Find end of comment. 229 229 . '|' 230 . '[^>] +>' // Find end of element.230 . '[^>]*>' // Find end of element. 231 231 . ')' 232 232 . '|' 233 233 . $shortcode_regex // Find shortcodes. -
tests/phpunit/tests/formatting/WPTexturize.php
1379 1379 '[Let\'s get crazy<input>[caption code="<a href=\'?a[]=100\'>hello</a>"]</input>world]', // caption shortcode is invalid here because it contains [] chars. 1380 1380 '[Let’s get crazy<input>[caption code=”<a href=\'?a[]=100\'>hello</a>“]</input>world]', 1381 1381 ), 1382 array( 1383 '<> ... <>', 1384 '<> … <>', 1385 ), 1386 array( 1387 '<> ... <> ... >', 1388 '<> … <> … >', 1389 ), 1390 array( 1391 '<> ... < ... > ... <>', 1392 '<> … < ... > … <>', 1393 ), 1382 1394 ); 1383 1395 } 1384 1396
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)