WordPress.org

Make WordPress Core

Opened 3 months ago

Last modified 3 months ago

#23786 new enhancement

Shortcodes working inside HTML and PHP comments

Reported by: javitxu123 Owned by:
Priority: normal Milestone: Awaiting Review
Component: Shortcodes Version:
Severity: minor Keywords:
Cc: info@…

Description

I think that shortcodes should not work inside html or php comments. The following comment inserted in the Wordpress editor shows the images gallery, breaks the layout of the theme and shows after the gallery these characters -->

<!--[gallery ids="4585,4515,4587"] -->

If I use do_shortcode() in a plugin with a shortcode inside a php comments, it's the same as it is with html comments.

Change History (6)

comment:1 javitxu1233 months ago

  • Summary changed from Shortcodes inside comments to Shortcodes working inside comments

comment:2 SergeyBiryukov3 months ago

  • Summary changed from Shortcodes working inside comments to Shortcodes working inside HTML and PHP comments

comment:3 follow-up: mark-k3 months ago

The gallery shortcode breaks html comments because it inserts its on comments and html doesn't support nested comments.

@SergeyBiryukov, since no on is likely to make any changes in shortcodes for 3.6 I suggest to split this ticket into two, this as an enhancement for future release and a new one for removing the comment from the html generate by the gallery shortcode for 3.6

comment:4 toscho3 months ago

  • Cc info@… added

comment:5 in reply to: ↑ 3 SergeyBiryukov3 months ago

Replying to mark-k:

I suggest to split this ticket into two, this as an enhancement for future release and a new one for removing the comment from the html generate by the gallery shortcode for 3.6

Makes sense, feel free to create the ticket.

comment:6 mark-k3 months ago

related #23787

Note: See TracTickets for help on using tickets.