Changeset 6437
- Timestamp:
- 12/20/2007 09:28:53 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.