Changeset 6437

Show
Ignore:
Timestamp:
12/20/07 21:28:53 (10 months ago)
Author:
westi
Message:

Fix @since for timer_start and timer_stop. See #5211.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-settings.php

    r6434 r6437  
    104104 * @global int $timestart Seconds and Microseconds added together from when function is called 
    105105 * @return bool Always returns true 
    106  * @since 1.5 
     106 * @since 0.71 
    107107 */ 
    108108function timer_start() { 
     
    131131 * 
    132132 * @package WordPress 
    133  * @since 1.5 
     133 * @since 0.71 
    134134 * @global int $timestart Seconds and Microseconds added together from when timer_start() is called 
    135135 * @global int $timeend  Seconds and Microseconds added together from when function is called