Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Show post type name in purge initiated notices #104

Merged
merged 1 commit into from
Jul 14, 2017
Merged

Conversation

tangrufus
Copy link
Member

No description provided.

@@ -108,13 +110,14 @@ public function handlePostStatusTransited(string $newStatus, string $oldStatus,
);

// When both $newStatus and $oldStatus are not targeted.
if (! in_array($newStatus, $targetStatues, true) && ! in_array($oldStatus, $targetStatues, true)) {
if ( ! in_array($newStatus, $targetStatues, true) && ! in_array($oldStatus, $targetStatues, true)) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected 0 spaces after opening bracket; 1 found

@tangrufus tangrufus merged commit 2a36b19 into master Jul 14, 2017
@tangrufus tangrufus deleted the post-type-name branch July 14, 2017 09:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants