Make WordPress Core


Ignore:
Timestamp:
12/24/2013 06:56:05 PM (11 years ago)
Author:
DrewAPicture
Message:

First there were two, and now there are three -- in the @since versions that came before and that shall be. And so it will be, says nacin.

Props JustinSainton, SergeyBiryukov, DrewAPicture.
Fixes #26713.

File:
1 edited

Legend:

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

    r25880 r26868  
    3030 * @package WordPress
    3131 * @subpackage Shortcodes
    32  * @since 2.5
     32 * @since 2.5.0
    3333 */
    3434
     
    3636 * Container for storing shortcode tags and their hook to call for the shortcode
    3737 *
    38  * @since 2.5
     38 * @since 2.5.0
     39 *
    3940 * @name $shortcode_tags
    4041 * @var array
     
    8586 * </code>
    8687 *
    87  * @since 2.5
     88 * @since 2.5.0
     89 *
    8890 * @uses $shortcode_tags
    8991 *
     
    101103 * Removes hook for shortcode.
    102104 *
    103  * @since 2.5
     105 * @since 2.5.0
     106 *
    104107 * @uses $shortcode_tags
    105108 *
     
    119122 * for removing all shortcodes.
    120123 *
    121  * @since 2.5
     124 * @since 2.5.0
     125 *
    122126 * @uses $shortcode_tags
    123127 */
     
    172176 * the shortcode will still show up in the post or content.
    173177 *
    174  * @since 2.5
     178 * @since 2.5.0
     179 *
    175180 * @uses $shortcode_tags
    176181 * @uses get_shortcode_regex() Gets the search pattern for searching shortcodes.
     
    204209 * 6 - An extra ] to allow for escaping shortcodes with double [[]]
    205210 *
    206  * @since 2.5
     211 * @since 2.5.0
     212 *
    207213 * @uses $shortcode_tags
    208214 *
     
    251257 * @see get_shortcode_regex for details of the match array contents.
    252258 *
    253  * @since 2.5
     259 * @since 2.5.0
    254260 * @access private
    255261 * @uses $shortcode_tags
     
    285291 * retrieval of the attributes, since all attributes have to be known.
    286292 *
    287  * @since 2.5
     293 * @since 2.5.0
    288294 *
    289295 * @param string $text
     
    323329 * removed from the final returned list.
    324330 *
    325  * @since 2.5
     331 * @since 2.5.0
    326332 *
    327333 * @param array $pairs Entire list of supported attributes and their defaults.
     
    360366 * Remove all shortcode tags from the given content.
    361367 *
    362  * @since 2.5
     368 * @since 2.5.0
     369 *
    363370 * @uses $shortcode_tags
    364371 *
Note: See TracChangeset for help on using the changeset viewer.