Changes between Initial Version and Version 1 of Ticket #30380, comment 24
- Timestamp:
- 07/07/2015 04:37:38 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30380, comment 24
initial v1 1 [ patch-transient-wtests-5.2.diff] looks good. Only `add_action( 'delete_option', array( $a, 'delete_option' ) );` should be `add_action( 'delete_option', array( $a, 'action' ) );` since a `delete_option` method doesn't exist.1 [attachment:patch-transient-wtests-5.2.diff] looks good. Only `add_action( 'delete_option', array( $a, 'delete_option' ) );` should be `add_action( 'delete_option', array( $a, 'action' ) );` since a `delete_option` method doesn't exist.