elementor / elementor/static-html-output
str_replace uses same value for search and replace parameters
Open
- Dominant language
- PHP
- Stars
- 128
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/leonstafford/static-html-output/blob/10cf1af363a07c90d1bec426f7db99f40cadfff9/src/HTMLProcessor.php#L1161-L1166
and
https://github.com/leonstafford/static-html-output/blob/10cf1af363a07c90d1bec426f7db99f40cadfff9/src/HTMLProcessor.php#L1185-L1190
both look like a noop, replacing the patterns with the patterns.
Should these have a call to `getBaseURLRewriteReplacements()` instead?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.