[wp-meta] [Making WordPress.org] #3212: @link in fetch_feed() isn't generated correctly
Making WordPress.org
noreply at wordpress.org
Thu Oct 19 16:09:01 UTC 2017
#3212: @link in fetch_feed() isn't generated correctly
---------------------------+-----------------
Reporter: birgire | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Developer Hub | Keywords:
---------------------------+-----------------
This doc part [https://core.trac.wordpress.org/browser/tags/4.8/src/wp-
includes/feed.php#L667 [src]] for the {{{fetch_feed()}}} function:
{{{
* @param mixed $url URL of feed to retrieve. If an array of URLs, the
feeds are merged
* using SimplePie's multifeed feature.
* See also {@link
http://simplepie.org/wiki/faq/typical_multifeed_gotchas}
}}}
generates encoded HTML link
{{{
See also <a
href="https://developer.wordpress.org/reference/functions/%e2%80
%8bhttpsimplepie-orgwikifaqtypical_multifeed_gotchas"><a
href="http://simplepie.org/wiki/faq/typical_multifeed_gotchas">http://simplepie.org/wiki/faq/typical_multifeed_gotchas</a></a>
}}}
here:
https://developer.wordpress.org/reference/functions/fetch_feed/
It looks like it treated as @see instead.
I wonder if the {{{See}}} part, in the same line as {{{@link}}}, is
confusing the parsing here:
https://meta.svn.wordpress.org/sites/trunk/wordpress.org/public_html/wp-
content/themes/pub/wporg-developer/inc/formatting.php
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3212>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list