- Timestamp:
- 07/01/2021 09:11:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-date-time-control.php
r49108 r51300 215 215 * @since 4.9.0 216 216 * 217 * @return array abbr and description. 217 * @return array { 218 * Timezone info. All properties are optional. 219 * 220 * @type string $abbr Timezone abbreviation, eg. PST or CEST. 221 * @type string $description Human-readable timezone description as HTML. 222 * } 218 223 */ 219 224 public function get_timezone_info() {
Note: See TracChangeset
for help on using the changeset viewer.