PluginProbe
Timetics – Appointment Booking Calendar & Scheduling / 1.0.38
Timetics – Appointment Booking Calendar & Scheduling v1.0.38
1.0.61 1.0.60 1.0.59 1.0.58 1.0.57 1.0.56 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.2 1.0.20 1.0.21 1.0.22 1.0.23 1.0.24 All 62 releases
← All changes | core/enqueue-inline/enqueue-inline.php +1 -3 1.0.561.0.38 View file →
@@ -7,10 +7,8 @@
7 7 */
8 8
9 9 namespace Timetics\Core\EnqueueInline;
10 10
11 -defined( 'ABSPATH' ) || exit;
12 -
13 11 use Timetics\Utils\Singleton;
14 12 use Timetics;
15 13
16 14 /**
@@ -130,9 +128,9 @@
130 128
131 129 ";
132 130
133 131 // add inline css.
134 - wp_register_style( 'timetics-custom-css', false, array(), TIMETICS_VERSION );
132 + wp_register_style('timetics-custom-css', false);
135 133 wp_enqueue_style('timetics-custom-css');
136 134 wp_add_inline_style('timetics-frontend', $custom_css);
137 135 }
138 136 }