Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
filter.module
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2009 at 21:19 UTC
Updated:
27 Apr 2009 at 12:10 UTC
The code in check_markup() defines a $cache variable (boolean) but then only uses it once. While working on another issue, I realized that the code would be simpler and more readable if it simply didn't bother defining that as a separate variable all. So I've moved that to a separate issue here.
Patch is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| check_markup_cleanup.patch | 1 KB | David_Rothstein |
Comments
Comment #1
dries commentedCommitted to CVS HEAD. Thanks.