← All changes
|
admin/views/configs/settings/class-sps-customcss.php
+3
-6
2.4.19
→
2.2.10
View file →
| @@ -8,11 +8,8 @@ | ||
| 8 | 8 | |
| 9 | 9 | if ( ! defined( 'ABSPATH' ) ) { |
| 10 | 10 | die; } // Cannot access pages directly. |
| 11 | 11 | |
| 12 | -/** | |
| 13 | - * SPS_CustomCSS | |
| 14 | - */ | |
| 15 | 12 | class SPS_CustomCSS { |
| 16 | 13 | |
| 17 | 14 | /** |
| 18 | 15 | * Custom CSS & JS settings. |
| @@ -23,15 +20,15 @@ | ||
| 23 | 20 | public static function section( $prefix ) { |
| 24 | 21 | SP_PC::createSection( |
| 25 | 22 | $prefix, |
| 26 | 23 | array( |
| 27 | - 'title' => __( 'Custom CSS & JS', 'post-carousel' ), | |
| 24 | + 'title' => __( 'Custom CSS & JS', 'smart-post-show' ), | |
| 28 | 25 | 'icon' => 'fa fa-css3', |
| 29 | 26 | 'fields' => array( |
| 30 | 27 | array( |
| 31 | 28 | 'id' => 'pcp_custom_css', |
| 32 | 29 | 'type' => 'code_editor', |
| 33 | - 'title' => __( 'Custom CSS', 'post-carousel' ), | |
| 30 | + 'title' => __( 'Custom CSS', 'smart-post-show' ), | |
| 34 | 31 | 'settings' => array( |
| 35 | 32 | 'icon' => 'fa fa-sliders', |
| 36 | 33 | 'theme' => 'mbo', |
| 37 | 34 | 'mode' => 'css', |
| @@ -39,9 +36,9 @@ | ||
| 39 | 36 | ), |
| 40 | 37 | array( |
| 41 | 38 | 'id' => 'pcp_custom_js', |
| 42 | 39 | 'type' => 'code_editor', |
| 43 | - 'title' => __( 'Custom JS', 'post-carousel' ), | |
| 40 | + 'title' => __( 'Custom JS', 'smart-post-show' ), | |
| 44 | 41 | 'settings' => array( |
| 45 | 42 | 'icon' => 'fa fa-sliders', |
| 46 | 43 | 'theme' => 'monokai', |
| 47 | 44 | 'mode' => 'javascript', |