PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.16.9
GiveWP – Donation Plugin and Fundraising Platform v4.16.9
4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 All 255 releases
← All changes | includes/admin/forms/metabox.php +2 -2 2.3.24.16.9 View file →
@@ -26,11 +26,11 @@
26 26 return false;
27 27 }
28 28 global $post;
29 29
30 - //Only enqueue scripts for CPT on post type screen
30 + // Only enqueue scripts for CPT on post type screen
31 31 if ( 'give_forms' === $post->post_type ) {
32 - //Shortcode column with select all input
32 + // Shortcode column with select all input
33 33 $shortcode = sprintf( '[give_form id="%s"]', absint( $post->ID ) );
34 34 printf(
35 35 '<div class="misc-pub-section"><button type="button" class="button hint-tooltip hint--top js-give-shortcode-button" aria-label="%1$s" data-give-shortcode="%2$s"><span class="dashicons dashicons-admin-page"></span> %3$s</button></div>',
36 36 esc_attr( $shortcode ),