Changeset 13382 for trunk/wp-includes/general-template.php
- Timestamp:
- 02/24/2010 08:13:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r13377 r13382 169 169 * 170 170 * Displays a link, which allows the user to navigate to the Log In page to log in 171 * or log out depending on whether or notthey are currently logged in.171 * or log out depending on whether they are currently logged in. 172 172 * 173 173 * @since 1.5.0 … … 1437 1437 * 1438 1438 * @param string $d Optional Either 'G', 'U', or php date format. 1439 * @param bool $gmt Optional, default is false. Whether of notto return the gmt time.1439 * @param bool $gmt Optional, default is false. Whether to return the gmt time. 1440 1440 * @param int|object $post Optional post ID or object. Default is global $post object. 1441 * @param bool $translate Whether to translate the time string or not1441 * @param bool $translate Whether to translate the time string 1442 1442 * @return string 1443 1443 */ … … 1487 1487 * 1488 1488 * @param string $d Optional, default is 'U'. Either 'G', 'U', or php date format. 1489 * @param bool $gmt Optional, default is false. Whether of notto return the gmt time.1489 * @param bool $gmt Optional, default is false. Whether to return the gmt time. 1490 1490 * @param int|object $post Optional, default is global post object. A post_id or post object 1491 * @param bool $translate Optional, default is false. Whether to translate the result or not1491 * @param bool $translate Optional, default is false. Whether to translate the result 1492 1492 * @return string Returns timestamp 1493 1493 */ … … 1700 1700 * @since 2.1.0 1701 1701 * 1702 * @return bool Whether of notTinyMCE exists.1702 * @return bool Whether TinyMCE exists. 1703 1703 */ 1704 1704 function rich_edit_exists() { … … 1710 1710 1711 1711 /** 1712 * Whether or notthe user should have a WYSIWIG editor.1712 * Whether the user should have a WYSIWIG editor. 1713 1713 * 1714 1714 * Checks that the user requires a WYSIWIG editor and that the editor is
Note: See TracChangeset
for help on using the changeset viewer.