Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54607, comment 3


Ignore:
Timestamp:
12/14/2021 03:01:40 PM (4 years ago)
Author:
johnregan3
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54607, comment 3

    initial v1  
    1 There are several places where `get_comment()` is called, then assumed to be an object (See `get_comment_text()`, get_comment_time(), etc.)
     1There are several places where `get_comment()` is called, then assumed to be an object (See `get_comment_text()`, `get_comment_time()`, etc.)
    22
    33Should all of these related functions be updated to check for a null `$comment` value in this ticket?  I assume so, but wanted to verify before I start on this task.