Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #17375, comment 30


Ignore:
Timestamp:
03/17/2015 02:15:01 PM (10 years ago)
Author:
channeleaton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17375, comment 30

    initial v1  
    11I hope the patch I added will satisfy the requirements. It only focuses on adding the "C" type key and includes a unit test as suggested by @helen in Slack on Feb 12.
    22
    3 A class was added in `tests/includes/functions.php` in order to implement `Serializable`. I assume this is the correct location.
     3A class was added in `tests/phpunit/includes/functions.php` in order to implement `Serializable`. I assume this is the correct location.