Changeset 7118
- Timestamp:
- 08/11/2020 05:34:12 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/bb-includes/functions.php
r7114 r7118 1900 1900 // in future versions this could eaily become a user option. 1901 1901 function bb_offset_time( $time, $args = '' ) { 1902 if ( 'since' == $args['format'] )1902 if ( isset( $args['format'] ) && 'since' == $args['format'] ) 1903 1903 return $time; 1904 1904 if ( !is_numeric($time) ) {
Note: See TracChangeset
for help on using the changeset viewer.