| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | * Metabox Functions |
| 4 | 4 | * |
| 5 | 5 | * @package Give |
| 6 | 6 | * @subpackage Admin/Forms |
| 7 | - * @copyright Copyright (c) 2016, WordImpress | |
| 7 | + * @copyright Copyright (c) 2016, GiveWP | |
| 8 | 8 | * @license https://opensource.org/licenses/gpl-license GNU Public License |
| 9 | 9 | * @since 1.0 |
| 10 | 10 | */ |
| 11 | 11 | |
| @@ -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 ), |