Make WordPress Core


Ignore:
Timestamp:
03/26/2010 07:23:39 PM (14 years ago)
Author:
nacin
Message:

Change @since 2.9 to @since 2.9.0.

File:
1 edited

Legend:

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

    r13819 r13829  
    15271527 * Must be called in the themes functions.php file to work.
    15281528 *
    1529  * @since 2.9
     1529 * @since 2.9.0
    15301530 * @param string $feature the feature being added
    15311531 */
     
    15421542 * Checks a theme's support for a given feature
    15431543 *
    1544  * @since 2.9
     1544 * @since 2.9.0
    15451545 * @param string $feature the feature being checked
    15461546 * @return boolean
     
    15801580 * Checks a theme's support for a given feature before loading the functions which implement it.
    15811581 *
    1582  * @since 2.9
     1582 * @since 2.9.0
    15831583 * @param string $feature the feature being checked
    15841584 * @param string $include the file containing the functions that implement the feature
Note: See TracChangeset for help on using the changeset viewer.