Make WordPress Core


Ignore:
Timestamp:
08/09/2008 05:36:14 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/shortcodes.php

    r8196 r8600  
    4949 * plugin has a similar shortcode, it will override yours or yours will override
    5050 * theirs depending on which order the plugins are included and/or ran.
    51  * 
     51 *
    5252 * Simplest example of a shortcode tag using the API:
    5353 *
     
    205205 * @since 2.5
    206206 *
    207  * @param string $text 
     207 * @param string $text
    208208 * @return array List of attributes and their value.
    209209 */
     
    279279}
    280280
    281 add_filter('the_content', 'do_shortcode', 11); // AFTER wpautop() 
     281add_filter('the_content', 'do_shortcode', 11); // AFTER wpautop()
    282282
    283283?>
Note: See TracChangeset for help on using the changeset viewer.