Pinking shears 6-20000

git-svn-id: http://svn.automattic.com/wordpress/trunk@20000 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2012-02-27 19:46:52 +00:00
parent e4ce1046b0
commit d910c26182
12 changed files with 29 additions and 29 deletions

View File

@@ -20,7 +20,7 @@ require( ABSPATH . WPINC . '/option.php' );
*
* @param string $format Format of the date to return.
* @param string $date Date string to convert.
* @param bool $translate Whether the return date should be translated. Default is true.
* @param bool $translate Whether the return date should be translated. Default is true.
* @return string|int Formatted date string, or Unix timestamp.
*/
function mysql2date( $format, $date, $translate = true ) {