Ticket #11875: 11875.001.diff

File 11875.001.diff, 1.4 KB (added by cnorris23, 3 years ago)
Line 
1Index: wp-includes/general-template.php
2===================================================================
3--- wp-includes/general-template.php    (revision 12704)
4+++ wp-includes/general-template.php    (working copy)
5@@ -1364,7 +1364,7 @@
6  * @since 2.0.0
7  *
8  * @param string $d Optional Either 'G', 'U', or php date format.
9- * @param bool $gmt Optional, default is false. Whether of not to return the gmt time.
10+ * @param bool $gmt Optional, default is false. Whether or not to return the gmt time.
11  * @param int|object $post Optional post ID or object. Default is global $post object.
12  * @param bool $translate Whether to translate the time string or not
13  * @return string
14@@ -1414,7 +1414,7 @@
15  * @since 2.0.0
16  *
17  * @param string $d Optional, default is 'U'. Either 'G', 'U', or php date format.
18- * @param bool $gmt Optional, default is false. Whether of not to return the gmt time.
19+ * @param bool $gmt Optional, default is false. Whether or not to return the gmt time.
20  * @param int|object $post Optional, default is global post object. A post_id or post object
21  * @param bool $translate Optional, default is false. Whether to translate the result or not
22  * @return string Returns timestamp
23@@ -1627,7 +1627,7 @@
24  *
25  * @since 2.1.0
26  *
27- * @return bool Whether of not TinyMCE exists.
28+ * @return bool Whether or not TinyMCE exists.
29  */
30 function rich_edit_exists() {
31        global $wp_rich_edit_exists;