WPIntell

Source evidence

Errors (with patch)

WP-LESS · support · 2023-09-20T03:48:00+00:00

complaintsentiment
mediumseverity
0.81relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 23 rows with source links

30.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Roy Orbitson unresolved
As reported by @dreamermates , in this unresolved thread , errors are thrown from the filterVersions method in lib/Garbagecollector.class.php . This line: preg_match_all('#^(?P<group>.+)-(?P<token>[^\-\.]+).css$#sU', $file, $m, PREG_SET_ORDER); is using the wrong function. It should be this (note the pattern is also fixed): preg_match('#^(?P<group>.+)-(?P<token>[^-.]+)\.css$#sU', $file, $m); This causes lots of Undefined array key “group” warnings but mainly fails to do its task.

Comments

0 shown

No comments were stored for this source.