Make WordPress Core

Ticket #2647: functions-formatting.php.diff

File functions-formatting.php.diff, 621 bytes (added by Justinsomnia, 20 years ago)

patch fixing the parenthesis error

  • functions-formatting.php

     
    3535
    3636                        $curl = preg_replace('/(\d+)x(\d+)/', "$1×$2", $curl);
    3737
    38                 } elseif (strstr($curl, '<code') || strstr($curl, '<pre') || strstr($curl, '<kbd' || strstr($curl, '<style') || strstr($curl, '<script'))) {
     38                } elseif (strstr($curl, '<code') || strstr($curl, '<pre') || strstr($curl, '<kbd') || strstr($curl, '<style') || strstr($curl, '<script')) {
    3939                        // strstr is fast
    4040                        $next = false;
    4141                } else {