Changes between Initial Version and Version 1 of Ticket #27278, comment 2
- Timestamp:
- 03/05/2014 02:49:07 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27278, comment 2
initial v1 3 3 > which adds support for the three types 'comment-list', 'comment-form' and 'search-form', but not the new type 'gallery'! Thus, as the code stands today 'gallery' is treated as a second-class citizen, which it does not deserve! 4 4 5 That list is just for backwards compatibility , new items should not be added there.5 That list is just for backwards compatibility (see [25235]), new items should not be added there. 6 6 7 7 [attachment:27278.4.diff] adds a `_doing_it_wrong()` call and a "Back compat" comment, per comment:12:ticket:26697. I think that's all we need here. We didn't do that originally, as the consensus in comment:12:ticket:24932 was that `_doing_it_wrong()` was not necessary until we actually had a new markup in some other function. Now that we've added it to `gallery_shortcode()`, let's do this.