| @@ -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 ), |