Skip to content

Commit

Permalink
Merge branch 'refs/heads/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Aug 13, 2016
2 parents 29787d9 + 16b2cfa commit c2981fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Error/WordPressErrorLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,9 @@ public function __construct( array $messages = [ ] ) {
self::NOT_NEGATE_VALIDATOR => sprintf(
__(
'%s returned true, but was expected to return false.',
'<code>%validator_name%::is_valid()</code>'
)
'inpsyde-validator'
),
'<code>%validator_name%::is_valid()</code>'
),
self::NOT_MATCH => sprintf(
__(
Expand Down

0 comments on commit c2981fe

Please sign in to comment.