Changes between Initial Version and Version 1 of Ticket #43254
- Timestamp:
- 02/08/2018 12:04:26 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43254 – Description
initial v1 1 1 We have a lot of conditional tags in core. And by virtue of being conditional, they're therefore all related. 2 2 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.3 We'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. 4 4 5 5 I 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}`