Skip to content

Commit

Permalink
address codesniffer errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Jul 12, 2023
1 parent 8e0f326 commit fea675f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion includes/class-dynamic-content-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,5 +247,4 @@ protected function get_email() {
// TODO: Read from cookie? Or add $_COOKIE support to {data} tag?
return '';
}

}
2 changes: 0 additions & 2 deletions includes/forms/class-form-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,4 @@ public function get_data( array $args = array() ) {

return esc_html( $value );
}


}

0 comments on commit fea675f

Please sign in to comment.