#9626 closed enhancement (fixed)
Use is_user_logged_in(), have_comments in Theme's comments.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.8 | Priority: | low |
| Severity: | minor | Version: | 2.8 |
| Component: | Themes | Keywords: | has-patch |
| Focuses: | Cc: |
Description
is_user_logged_in() should be use instead of $user_ID in Theme's classic and default comments.php.
Use have_comments() instead of $comments in Classic theme comments.php
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [11067]) Use is_user_logged_in(), have_comments in bundled themes. Props zeo. fixes #9626