Changeset 643431
- Timestamp:
- 12/22/2012 04:26:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
edge-suite/trunk/includes/edge-suite-comp-builder.inc
r632663 r643431 472 472 473 473 // Find property function calls for stage variable. 474 $pattern_stage_style = '/;A1.A\(' . $stage_variable . '\)(\. P\([a-z0-9,%"_]+\))*;/i';474 $pattern_stage_style = '/;A1.A\(' . $stage_variable . '\)(\.[PT]\([a-z0-9,%"_\.]+\))*;/i'; 475 475 $matches = array(); 476 476 if (preg_match($pattern_stage_style, $content, $matches)) {
Note: See TracChangeset
for help on using the changeset viewer.