Update importer row icons

This commit is contained in:
Brian Miyaji
2017-11-14 21:37:11 +11:00
parent 742e3c904b
commit 8d42d9ad1d
2 changed files with 6 additions and 3 deletions

View File

@@ -157,7 +157,7 @@ if ( class_exists( 'WP_Importer' ) ) {
</td>
<?php $index ++; endforeach; ?>
<td class="sp-actions-column">
<a href="#" title="<?php _e( 'Delete row', 'sportspress' ); ?>" class="sp-icon-trash sp-delete-row"></a>
<a href="#" title="<?php _e( 'Delete row', 'sportspress' ); ?>" class="dashicons dashicons-dismiss sp-delete-row"></a>
<a href="#" title="<?php _e( 'Insert row after', 'sportspress' ); ?>" class="dashicons dashicons-plus-alt sp-add-row"></a>
</td>
</tr>