Skip to content

Commit 0887200

Browse files
committed
Removed some unused css classes
1 parent e3d9fbe commit 0887200

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

includes/admin/views/partials/add-new-item.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<p><?php echo $vars['description']; ?></p>
1313
</div>
1414
<div class="papi-post-type-actions">
15-
<a class="button button-primary customize load-customize hide-if-no-customize"
16-
href="<?php echo $vars['url']; ?>"><?php _e( 'Select', 'papi' ); ?></a>
15+
<a class="button button-primary" href="<?php echo $vars['url']; ?>"><?php _e( 'Select', 'papi' ); ?></a>
1716
</div>
1817
</div>

0 commit comments

Comments
 (0)