id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 23284,Wrong parameter order for stripos in wp-includes/functions.php,Kalindor,nacin,"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),closed,normal,3.5.2,General,3.5,normal,fixed,needs-unit-tests,,