Changeset 49735
- Timestamp:
- 12/02/2020 04:53:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r49693 r49735 1034 1034 * @since 1.5.0 1035 1035 * 1036 * @param string $format Optional. PHP date format. Defaults to the 'time_format' option.1036 * @param string $format Optional. PHP time format. Defaults to the 'time_format' option. 1037 1037 * @param bool $gmt Optional. Whether to use the GMT date. Default false. 1038 1038 * @param bool $translate Optional. Whether to translate the time (for use in feeds). … … 1068 1068 * @since 0.71 1069 1069 * 1070 * @param string $format Optional. PHP date format. Defaults to the 'time_format' option.1070 * @param string $format Optional. PHP time format. Defaults to the 'time_format' option. 1071 1071 */ 1072 1072 function comment_time( $format = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.