﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
23284,Wrong parameter order for stripos in wp-includes/functions.php,Kalindor,,"In wp-includes/functions.php lines 658 and 661 stripos is used two times with parameters in the wrong order.

This would be correct:
{{{
if ( 0 === stripos( $uri, 'http://' ) ) {
}}}


{{{
} elseif ( 0 === stripos( $uri, 'http://' ) ) {
}}}",defect (bug),new,normal,3.5.2,General,3.5,normal,,has-patch,kurtpayne piemanek@… bill.erickson@… brian@… andykeith
