Make WordPress Core


Ignore:
Timestamp:
12/20/2010 09:25:21 AM (15 years ago)
Author:
nacin
Message:

More @since. props SergeyBiryukov, fixes #15445.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-template.php

    r16704 r17071  
    12131213 * @package WordPress
    12141214 * @uses Walker
    1215  * @since unknown
     1215 * @since 2.7.0
    12161216 */
    12171217class Walker_Comment extends Walker {
    12181218    /**
    12191219     * @see Walker::$tree_type
    1220      * @since unknown
     1220     * @since 2.7.0
    12211221     * @var string
    12221222     */
     
    12251225    /**
    12261226     * @see Walker::$db_fields
    1227      * @since unknown
     1227     * @since 2.7.0
    12281228     * @var array
    12291229     */
     
    12321232    /**
    12331233     * @see Walker::start_lvl()
    1234      * @since unknown
     1234     * @since 2.7.0
    12351235     *
    12361236     * @param string $output Passed by reference. Used to append additional content.
     
    12561256    /**
    12571257     * @see Walker::end_lvl()
    1258      * @since unknown
     1258     * @since 2.7.0
    12591259     *
    12601260     * @param string $output Passed by reference. Used to append additional content.
     
    13191319    /**
    13201320     * @see Walker::start_el()
    1321      * @since unknown
     1321     * @since 2.7.0
    13221322     *
    13231323     * @param string $output Passed by reference. Used to append additional content.
     
    13791379    /**
    13801380     * @see Walker::end_el()
    1381      * @since unknown
     1381     * @since 2.7.0
    13821382     *
    13831383     * @param string $output Passed by reference. Used to append additional content.
Note: See TracChangeset for help on using the changeset viewer.