Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23931


Ignore:
Timestamp:
04/03/2013 07:06:08 PM (12 years ago)
Author:
markoheijnen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23931 – Description

    initial v1  
    11At this moment there is no check for example comment_post_ID. Not sure if there are more checks needed. Reason I asked are a few notices on the unit tests caused by WP_UnitTest_Factory_For_Comment. Those comments don't add a post ID what should change.
     2
     3Currently, if a null comment_post_ID is passed, the comment isn't connected to a post. This can create confusion. Also Unit tests should run with WP_Debug on.