Changes between Version 9 and Version 10 of Ticket #36341, comment 12
- Timestamp:
- 02/09/2018 04:44:37 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36341, comment 12
v9 v10 8 8 @@ -463,7 +463,9 @@ 9 9 - * 10 + * 11 + * @link https://developer.wordpress.org/themes/basics/conditional-tags/12 + * 10 + * For more information on this and similar theme functions, check out the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ Conditional Tags} 11 + * article in the Theme Developer Handbook. 12 + * 13 13 }}} 14 14 … … 19 19 --- file.php 20 20 +++ file.php 21 - *22 + * For more information on this and similar theme functions, check out the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ Conditional Tags}23 + * article in the Theme Developer Handbook.24 + *25 21 }}}