← All changes
|
admin/views/configs/generator/class-sps-shortcode.php
+6
-6
4.0.7
→
2.2.10
View file →
| @@ -8,11 +8,11 @@ | ||
| 8 | 8 | |
| 9 | 9 | if ( ! defined( 'ABSPATH' ) ) { |
| 10 | 10 | die; } // Cannot access pages directly. |
| 11 | 11 | |
| 12 | -/** | |
| 13 | - * The Shortcode display class. | |
| 14 | - */ | |
| 12 | + /** | |
| 13 | + * The Shortcode display class. | |
| 14 | + */ | |
| 15 | 15 | class SPS_Shortcode { |
| 16 | 16 | |
| 17 | 17 | /** |
| 18 | 18 | * Shortcode display metabox section. |
| @@ -26,13 +26,13 @@ | ||
| 26 | 26 | $prefix, |
| 27 | 27 | array( |
| 28 | 28 | 'fields' => array( |
| 29 | 29 | array( |
| 30 | - 'type' => 'shortcode', | |
| 31 | - 'shortcode' => 'manage_view', | |
| 32 | - 'class' => 'pcp-admin-sidebar', | |
| 30 | + 'type' => 'shortcode', | |
| 31 | + 'class' => 'pcp-admin-sidebar', | |
| 33 | 32 | ), |
| 34 | 33 | ), |
| 35 | 34 | ) |
| 36 | 35 | ); |
| 36 | + | |
| 37 | 37 | } |
| 38 | 38 | } |