Skip to content

Commit

Permalink
SVN was worried about some extra comma's so let's remove them
Browse files Browse the repository at this point in the history
  • Loading branch information
BrookeDot committed Jul 4, 2020
1 parent c7b16b6 commit d30aac5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions includes/class-admin-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public function soapberry_settings_display() {
'%s<br>%s',
esc_html__( 'headers sent by the browser.', 'soapberry' ),
esc_html__( 'If checked, the Ackee tracker will still be output regrdless of the visitor\'s Do Not Track preference', 'soapberry' )
),
)
);
?>
</label>
Expand All @@ -230,16 +230,16 @@ public function soapberry_settings_display() {
'%s <code> %s</code> %s',
esc_html__( 'If checked, the Ackee tracker will include the', 'soapberry' ),
esc_html__( 'detailed' ),
esc_html__( 'parameter.', 'soapberry' ),
esc_html__( 'parameter.', 'soapberry' )
),
/* Output link to more information on the detailed view*/
sprintf(
'<br> %s <a href="%s">%s</a>%s',
esc_html__( 'As this data may be considered', 'soapberry' ),
esc_url( 'https://docs.ackee.electerious.com/#/docs/Anonymization#personal-data' ),
esc_html__( 'Personal Data', 'soapberry' ),
esc_html__( ', requiring a consent cookie is recommended.', 'soapberry' ),
),
esc_html__( ', requiring a consent cookie is recommended.', 'soapberry' )
)
);
?>
</label>
Expand Down

0 comments on commit d30aac5

Please sign in to comment.