Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/10/2020 07:41:45 PM (3 years ago)
Author:
xknown
Message:

PHP 7.4 Compat: Remove deprecated functions.

File:
1 edited

Legend:

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

    r6171 r7114  
    10001000            if ( in_array($this->_current_file, array('.', '..')) )
    10011001                continue;
    1002             if ( !$this->dots && '.' == $this->_current_file{0} )
     1002            if ( !$this->dots && '.' == $this->_current_file[0] )
    10031003                continue;
    10041004
Note: See TracChangeset for help on using the changeset viewer.