Changeset 8600 for trunk/wp-includes/shortcodes.php
- Timestamp:
- 08/09/2008 05:36:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/shortcodes.php
r8196 r8600 49 49 * plugin has a similar shortcode, it will override yours or yours will override 50 50 * theirs depending on which order the plugins are included and/or ran. 51 * 51 * 52 52 * Simplest example of a shortcode tag using the API: 53 53 * … … 205 205 * @since 2.5 206 206 * 207 * @param string $text 207 * @param string $text 208 208 * @return array List of attributes and their value. 209 209 */ … … 279 279 } 280 280 281 add_filter('the_content', 'do_shortcode', 11); // AFTER wpautop() 281 add_filter('the_content', 'do_shortcode', 11); // AFTER wpautop() 282 282 283 283 ?>
Note: See TracChangeset
for help on using the changeset viewer.