Changes between Initial Version and Version 1 of Ticket #33517, comment 5
- Timestamp:
- 08/23/2015 05:59:48 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33517, comment 5
initial v1 1 1 I discovered that the regex on line 255 of formatting.php that processes the shortcodes can handle around 33k characters. 2 2 3 In my case, I am going to rename the membership levels in Wishlist Member to greatly reduce the # of characters each level has, thereby reducing the overall amount of characters listed in outin the shortcodes generated by Wishlist Member.3 In my case, I am going to rename the membership levels in Wishlist Member to greatly reduce the # of characters each level has, thereby reducing the overall amount of characters in the shortcodes generated by Wishlist Member. 4 4 5 5 I updated the Summary as well to reflect the crash being caused by the # of characters, and not the # of shortcodes registered. Feel free to change it as appropriate.