We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d9fbe commit 0887200Copy full SHA for 0887200
includes/admin/views/partials/add-new-item.php
@@ -12,7 +12,6 @@
12
<p><?php echo $vars['description']; ?></p>
13
</div>
14
<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>
+ <a class="button button-primary" href="<?php echo $vars['url']; ?>"><?php _e( 'Select', 'papi' ); ?></a>
17
18
0 commit comments