Docs: Use third-person singular verbs for function descriptions in `wp-includes/class-wp-locale.php`.
Follow-up to [52929]. See #54729. Built from https://develop.svn.wordpress.org/trunk@52930 git-svn-id: http://core.svn.wordpress.org/trunk@52519 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
30a77d5fa4
commit
837cb1e93b
|
@ -231,7 +231,7 @@ class WP_Locale {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve the full translated weekday word.
|
* Retrieves the full translated weekday word.
|
||||||
*
|
*
|
||||||
* Week starts on translated Sunday and can be fetched
|
* Week starts on translated Sunday and can be fetched
|
||||||
* by using 0 (zero). So the week starts with 0 (zero)
|
* by using 0 (zero). So the week starts with 0 (zero)
|
||||||
|
@ -247,7 +247,7 @@ class WP_Locale {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve the translated weekday initial.
|
* Retrieves the translated weekday initial.
|
||||||
*
|
*
|
||||||
* The weekday initial is retrieved by the translated
|
* The weekday initial is retrieved by the translated
|
||||||
* full weekday word. When translating the weekday initial
|
* full weekday word. When translating the weekday initial
|
||||||
|
@ -264,7 +264,7 @@ class WP_Locale {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve the translated weekday abbreviation.
|
* Retrieves the translated weekday abbreviation.
|
||||||
*
|
*
|
||||||
* The weekday abbreviation is retrieved by the translated
|
* The weekday abbreviation is retrieved by the translated
|
||||||
* full weekday word.
|
* full weekday word.
|
||||||
|
@ -279,7 +279,7 @@ class WP_Locale {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve the full translated month by month number.
|
* Retrieves the full translated month by month number.
|
||||||
*
|
*
|
||||||
* The $month_number parameter has to be a string
|
* The $month_number parameter has to be a string
|
||||||
* because it must have the '0' in front of any number
|
* because it must have the '0' in front of any number
|
||||||
|
@ -299,7 +299,7 @@ class WP_Locale {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve translated version of month abbreviation string.
|
* Retrieves translated version of month abbreviation string.
|
||||||
*
|
*
|
||||||
* The $month_name parameter is expected to be the translated or
|
* The $month_name parameter is expected to be the translated or
|
||||||
* translatable version of the month.
|
* translatable version of the month.
|
||||||
|
@ -314,7 +314,7 @@ class WP_Locale {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve translated version of meridiem string.
|
* Retrieves translated version of meridiem string.
|
||||||
*
|
*
|
||||||
* The $meridiem parameter is expected to not be translated.
|
* The $meridiem parameter is expected to not be translated.
|
||||||
*
|
*
|
||||||
|
@ -361,7 +361,7 @@ class WP_Locale {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Register date/time format strings for general POT.
|
* Registers date/time format strings for general POT.
|
||||||
*
|
*
|
||||||
* Private, unused method to add some date/time formats translated
|
* Private, unused method to add some date/time formats translated
|
||||||
* on wp-admin/options-general.php to the general POT that would
|
* on wp-admin/options-general.php to the general POT that would
|
||||||
|
@ -379,7 +379,7 @@ class WP_Locale {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve the localized list item separator.
|
* Retrieves the localized list item separator.
|
||||||
*
|
*
|
||||||
* @since 6.0.0
|
* @since 6.0.0
|
||||||
*
|
*
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.0-alpha-52929';
|
$wp_version = '6.0-alpha-52930';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue