Changeset 7561
- Timestamp:
- 03/28/08 15:23:09 (3 months ago)
- Files:
-
- trunk/wp-includes/shortcodes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/shortcodes.php
r7496 r7561 130 130 } 131 131 132 add_filter( 'the_content', 'do_shortcode');132 add_filter( 'the_content', 'do_shortcode', 9 ); 133 133 134 134 ?>
