Changes between Initial Version and Version 1 of Ticket #35511, comment 6
- Timestamp:
- 01/18/2016 08:52:12 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35511, comment 6
initial v1 1 1 Replying to [comment:5 rachelbaker]: 2 > @LatzThe `comments_template()` function is tricky because the variables set may be used in your theme's `comments.php` file. Example: I can see `$comment_author_url` used in `theme-compat/comments.php`.2 > The `comments_template()` function is tricky because the variables set may be used in your theme's `comments.php` file. Example: I can see `$comment_author_url` used in `theme-compat/comments.php`. 3 3 4 4 I have to admit that I hadn't thought that far. Will take a look but it at first sight it seems like a strange programming style.