Ticket #60415: 60415.4.patch
| File 60415.4.patch, 1.2 KB (added by , 3 years ago) |
|---|
-
wp-includes/ID3/getid3.lib.php
175 175 $binarypointnumber = '0'.$binarypointnumber; 176 176 } 177 177 $exponent = 0; 178 while (($binarypointnumber[0] != '1') || (substr($binarypointnumber, 1, 1) != '.')) {178 while (($binarypointnumber[0] !== '1') || (substr($binarypointnumber, 1, 1) !== '.')) { 179 179 if (substr($binarypointnumber, 1, 1) == '.') { 180 180 $exponent--; 181 181 $binarypointnumber = substr($binarypointnumber, 2, 1).'.'.substr($binarypointnumber, 3); -
wp-includes/class-pop3.php
636 636 { 637 637 $digit = substr($server_text,$count,1); 638 638 if(!empty($digit)) { 639 if( (!$outside) && ($digit != '<') && ($digit != '>') )639 if( (!$outside) && ($digit !== '<') && ($digit !== '>') ) 640 640 { 641 641 $banner .= $digit; 642 642 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)