Ticket #11875: 11875.001.diff
| File 11875.001.diff, 1.4 KB (added by , 16 years ago) |
|---|
-
wp-includes/general-template.php
1364 1364 * @since 2.0.0 1365 1365 * 1366 1366 * @param string $d Optional Either 'G', 'U', or php date format. 1367 * @param bool $gmt Optional, default is false. Whether o fnot to return the gmt time.1367 * @param bool $gmt Optional, default is false. Whether or not to return the gmt time. 1368 1368 * @param int|object $post Optional post ID or object. Default is global $post object. 1369 1369 * @param bool $translate Whether to translate the time string or not 1370 1370 * @return string … … 1414 1414 * @since 2.0.0 1415 1415 * 1416 1416 * @param string $d Optional, default is 'U'. Either 'G', 'U', or php date format. 1417 * @param bool $gmt Optional, default is false. Whether o fnot to return the gmt time.1417 * @param bool $gmt Optional, default is false. Whether or not to return the gmt time. 1418 1418 * @param int|object $post Optional, default is global post object. A post_id or post object 1419 1419 * @param bool $translate Optional, default is false. Whether to translate the result or not 1420 1420 * @return string Returns timestamp … … 1627 1627 * 1628 1628 * @since 2.1.0 1629 1629 * 1630 * @return bool Whether o fnot TinyMCE exists.1630 * @return bool Whether or not TinyMCE exists. 1631 1631 */ 1632 1632 function rich_edit_exists() { 1633 1633 global $wp_rich_edit_exists;