Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #45493, comment 13


Ignore:
Timestamp:
06/23/2025 06:12:20 PM (10 months ago)
Author:
azharderaiya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45493, comment 13

    v1 v2  
    2020- This is my first time testing a WordPress core patch.
    2121- I applied the patch using a local XAMPP setup on my machine.
    22 - Basic testing like creating posts, switching themes, and browsing the admin dashboard worked fine.
    23 - I didn’t notice any issues, and the original problem seems resolved.
    2422- Tested and contributed by @azharderaiya — happy to be part of the community and looking forward to learning more!
     23
     24=== 🛠 Patch Overview Note
     25The patch replaces square brackets [ and ] in the caption text with their HTML entities ([ and ]) to prevent them from being interpreted as shortcodes. This allows captions with brackets to display correctly as plain text.