Changes between Initial Version and Version 1 of Ticket #2900, comment 2
- Timestamp:
- 06/27/2017 01:44:34 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2900, comment 2
initial v1 1 1 We already partially [https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php#L619 handle for this case] in the `\DevHub\get_params()` function in the wporg-developer theme. 2 2 3 Doesn't make it any less of a problem, but we have already attempted to address this on DevHub. Though I notice that we're doing a `str_replace()` against `$tag` which is an array – should be `$tag['content']`.3 Doesn't make it any less of a problem, but we have already attempted to address this on !DevHub. Though I notice that we're doing a `str_replace()` against `$tag` which is an array – should be `$tag['content']`. 4 4 5 5 Anyway, the problem in this particular case isn't actually bolding, it looks like the closing `</code>` tag isn't getting parsed properly from the closing backtick in the description for `$name__like` , which actually causes everything below it to be `<code>` formatted.