Make WordPress Core

Ticket #9730: 9730.docblock.patch

File 9730.docblock.patch, 689 bytes (added by hakre, 16 years ago)

Docblock patch

  • wp-includes/functions.php

     
    7777 * will be used instead.
    7878 *
    7979 * @since 0.71
     80 *
     81 * @see http://php.net/manual/en/function.date.php for $dateformatstring Format
    8082 *
    8183 * @param string $dateformatstring Format to display the date.
    82  * @param int $unixtimestamp Optional. Unix timestamp.
     84 * @param int $unixtimestamp Optional. Unix timestamp (UTC).
    8385 * @param bool $gmt Optional, default is false. Whether to convert to GMT for time.
    8486 * @return string The date, translated if locale specifies it.
    8587 */