Changeset 42249 for trunk/src/wp-includes/kses.php
- Timestamp:
- 11/28/2017 04:23:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r42228 r42249 1094 1094 } 1095 1095 1096 // phpcs:disable Squiz.Strings.ConcatenationSpacing.PaddingFound -- don't remove regex indentation 1096 1097 $regex = 1097 1098 '(?:' … … 1114 1115 . ')' 1115 1116 . '\s*'; // Trailing space is optional except as mentioned above. 1117 // phpcs:enable 1116 1118 1117 1119 // Although it is possible to reduce this procedure to a single regexp,
Note: See TracChangeset
for help on using the changeset viewer.