Opened 19 years ago
Closed 19 years ago
#4047 closed defect (bug) (fixed)
pointless use of preg_match in get_plugins()
| Reported by: | m0n5t3r | Owned by: | rob1n |
|---|---|---|---|
| Priority: | low | Milestone: | 2.2 |
| Component: | Optimization | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
... patch attached
Attachments (2)
Change History (7)
#1
@
19 years ago
- Component Administration → Optimization
- Keywords has-patch removed
- Milestone 2.3 → 2.2
- Owner changed from to
- Status new → assigned
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The point of the preg_match is to grab any filename that STARTS with ".". New patch coming up. But I agree -- pointless use of preg_match. WP's code has quite a few of those :\.