Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #43254


Ignore:
Timestamp:
02/08/2018 12:04:26 AM (7 years ago)
Author:
DrewAPicture
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43254 – Description

    initial v1  
    11We have a lot of conditional tags in core. And by virtue of being conditional, they're therefore all related.
    22
    3 We've recently had some contributions to the Code Reference attempting to link those functions together via "Related" lists, and since we've already codified a fancy document about them in the themes handbook, we should just point interested parties there for more information instead of posting giant link lists on DevHub.
     3We've recently had some contributions to the Code Reference from @ahortin attempting to link those functions together via "Related" lists, and since we've already codified a fancy document about them in the themes handbook, we should just point interested parties there for more information instead of posting giant link lists on DevHub.
    44
    55I would suggest we link the page in the DocBlock descriptions via an inline `@link` tag vs a standalone one (which currently isn't exposed anywhere when the Code Reference is parsed from source). Inline link tags use the following syntax: `{@link URL Label}`