Changeset 3181 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-readme-parser.php
- Timestamp:
- 05/19/2016 06:56:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-readme-parser.php
r3180 r3181 317 317 ); 318 318 319 $text = balanceTags( $text ); 320 $text = make_clickable( $text ); 319 $text = force_balance_tags( $text ); 320 // TODO: make_clickable() will act inside shortcodes. 321 //$text = make_clickable( $text ); 321 322 322 323 $text = wp_kses( $text, $allowed );
Note: See TracChangeset
for help on using the changeset viewer.