Changeset 6437
- Timestamp:
- 12/20/07 21:28:53 (10 months ago)
- Files:
-
- trunk/wp-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-settings.php
r6434 r6437 104 104 * @global int $timestart Seconds and Microseconds added together from when function is called 105 105 * @return bool Always returns true 106 * @since 1.5106 * @since 0.71 107 107 */ 108 108 function timer_start() { … … 131 131 * 132 132 * @package WordPress 133 * @since 1.5133 * @since 0.71 134 134 * @global int $timestart Seconds and Microseconds added together from when timer_start() is called 135 135 * @global int $timeend Seconds and Microseconds added together from when function is called
