Skip to:
Content

bbPress.org

Changeset 7118


Ignore:
Timestamp:
08/11/2020 05:34:12 AM (4 years ago)
Author:
xknown
Message:

Fix PHP warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.9/bb-includes/functions.php

    r7114 r7118  
    19001900// in future versions this could eaily become a user option.
    19011901function bb_offset_time( $time, $args = '' ) {
    1902     if ( 'since' == $args['format'] )
     1902    if ( isset( $args['format'] ) && 'since' == $args['format'] )
    19031903        return $time;
    19041904    if ( !is_numeric($time) ) {
Note: See TracChangeset for help on using the changeset viewer.