← All changes
|
admin/views/configs/settings/class-sps-customcss.php
+3
-3
2.4.12
→
2.2.10
View file →
| @@ -20,15 +20,15 @@ | ||
| 20 | 20 | public static function section( $prefix ) { |
| 21 | 21 | SP_PC::createSection( |
| 22 | 22 | $prefix, |
| 23 | 23 | array( |
| 24 | - 'title' => __( 'Custom CSS & JS', 'post-carousel' ), | |
| 24 | + 'title' => __( 'Custom CSS & JS', 'smart-post-show' ), | |
| 25 | 25 | 'icon' => 'fa fa-css3', |
| 26 | 26 | 'fields' => array( |
| 27 | 27 | array( |
| 28 | 28 | 'id' => 'pcp_custom_css', |
| 29 | 29 | 'type' => 'code_editor', |
| 30 | - 'title' => __( 'Custom CSS', 'post-carousel' ), | |
| 30 | + 'title' => __( 'Custom CSS', 'smart-post-show' ), | |
| 31 | 31 | 'settings' => array( |
| 32 | 32 | 'icon' => 'fa fa-sliders', |
| 33 | 33 | 'theme' => 'mbo', |
| 34 | 34 | 'mode' => 'css', |
| @@ -36,9 +36,9 @@ | ||
| 36 | 36 | ), |
| 37 | 37 | array( |
| 38 | 38 | 'id' => 'pcp_custom_js', |
| 39 | 39 | 'type' => 'code_editor', |
| 40 | - 'title' => __( 'Custom JS', 'post-carousel' ), | |
| 40 | + 'title' => __( 'Custom JS', 'smart-post-show' ), | |
| 41 | 41 | 'settings' => array( |
| 42 | 42 | 'icon' => 'fa fa-sliders', |
| 43 | 43 | 'theme' => 'monokai', |
| 44 | 44 | 'mode' => 'javascript', |