Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33517, comment 5


Ignore:
Timestamp:
08/23/2015 05:59:48 PM (10 years ago)
Author:
thepolishlad
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33517, comment 5

    initial v1  
    11I discovered that the regex on line 255 of formatting.php that processes the shortcodes can handle around 33k characters.
    22
    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 out in the shortcodes generated by Wishlist Member.
     3In 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.
    44
    55I 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.