mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00:00
Docs: Miscellaneous docblock improvements.
See #53399 git-svn-id: https://develop.svn.wordpress.org/trunk@51957 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -565,7 +565,12 @@ function human_readable_duration( $duration = '' ) {
|
||||
*
|
||||
* @param string $mysqlstring Date or datetime field type from MySQL.
|
||||
* @param int|string $start_of_week Optional. Start of the week as an integer. Default empty string.
|
||||
* @return array Keys are 'start' and 'end'.
|
||||
* @return int[] {
|
||||
* Week start and end dates as Unix timestamps.
|
||||
*
|
||||
* @type int $start The week start date as a Unix timestamp.
|
||||
* @type int $end The week end date as a Unix timestamp.
|
||||
* }
|
||||
*/
|
||||
function get_weekstartend( $mysqlstring, $start_of_week = '' ) {
|
||||
// MySQL string year.
|
||||
|
||||
Reference in New Issue
Block a user