Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/10/2020 07:44:46 PM (5 years ago)
Author:
xknown
Message:

PHP 7.4 Compat: Don't use curly braces for array/string access

File:
1 edited

Legend:

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

    r6162 r7115  
    461461  $allowed = false;
    462462  foreach ($allowed_protocols as $one_protocol)
     463  {
    463464    if (strtolower($one_protocol) == $string2)
    464465    {
     
    466467      break;
    467468    }
     469  }
    468470
    469471  if ($allowed)
Note: See TracChangeset for help on using the changeset viewer.