PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.4.8
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.4.8
4.4.8 4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4.0 4.3.9.1 4.3.9 4.3.8 4.3.7 4.1.6.9 4.1.6.9.1 4.1.6.9.2 4.1.6.9.3 4.1.6.9.4 4.1.7 4.1.7.1 4.1.7.2 4.1.7.3 4.1.7.3.1 4.1.7.3.2 4.2.0 All 139 releases
← All changes | inc/admin/views/course/editor.php +3 -3 4.1.7.14.4.8 View file →
@@ -37,9 +37,9 @@
37 37 </div>
38 38 <div v-else>
39 39 <div class="lp-place-holder">
40 40 <?php learn_press_admin_view( 'placeholder-animation' ); ?>
41 - <div class="notify-reload"><?php esc_html_e( 'Something went wrong! Please reload to continue editing curriculum.', 'learnpress' ); ?></div>
41 + <div class="notify-reload"><?php esc_html_e( 'Something went wrong! Please reload to continue editing the curriculum.', 'learnpress' ); ?></div>
42 42 </div>
43 43 </div>
44 44 </div>
45 45 </script>
@@ -52,11 +52,11 @@
52 52 ( function( $store ) {
53 53 $Vue.component( 'lp-course-editor', {
54 54 template: '#tmpl-lp-course-editor',
55 55 created: function() {
56 - setInterval( function() {
56 + /*setInterval( function() {
57 57 $store.dispatch( 'heartbeat' );
58 - }, 60 * 1000);
58 + }, 60 * 1000);*/
59 59 },
60 60 computed: {
61 61 heartbeat: function() {
62 62 return $store.getters['heartbeat'];