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

Commit

Permalink
Remove pronamic-pay-* class from dashicons.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Mar 17, 2016
1 parent 3d93205 commit 736dc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function fields( array $fields ) {
'title' => __( 'Transaction feedback', 'pronamic_ideal' ),
'type' => 'description',
'html' => sprintf(
'<span class="dashicons dashicons-yes pronamic-pay-yes"></span> %s',
'<span class="dashicons dashicons-yes"></span> %s',
__( 'Payment status updates will be processed without any additional configuration.', 'pronamic_ideal' )
),
);
Expand Down

0 comments on commit 736dc48

Please sign in to comment.