mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 04:48:25 +01:00
Gary Pendergast
ba495ec173
Filesystem: Improve
wp_is_stream()
performance.
Instead of turning the return value of `stream_get_wrappers()` into a regex to match the scheme, we can instead extract the scheme and search the return value of `stream_get_wrappers()`. Props schlessera, swissspidy. Fixes #45553. git-svn-id: https://develop.svn.wordpress.org/trunk@44506 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
81.4%
CSS
8.9%
JavaScript
8.2%
SCSS
0.8%
HTML
0.7%