Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35511, comment 6


Ignore:
Timestamp:
01/18/2016 08:52:12 PM (9 years ago)
Author:
Latz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35511, comment 6

    initial v1  
    11Replying to [comment:5 rachelbaker]:
    2 > @Latz 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`. 
     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`. 
    33
    44I 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.