PluginProbe
FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS & Online Courses / 2.11.0
FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS & Online Courses v2.11.0
2.11.0 2.10.0 2.10.01 2.9.1 2.9.0 2.8.1 2.8.0 2.7.7 2.7.5 2.7.0 2.6.01 2.6.0 2.5.0 2.4.01 trunk 1.0.90 1.0.91 1.0.92 1.0.93 1.0.94 1.0.95 1.0.96 1.0.97 1.0.98 1.0.99 All 78 releases
← All changes | app/Hooks/Handlers/FluentBlockEditorHandler.php +11 -3 2.10.012.11.0 View file →
@@ -25,15 +25,15 @@
25 25 add_action('init', function () {
26 26
27 27 $editorPostTypes = apply_filters('fluent_community/block_editor_post_types', [
28 28 'fcom-dummy' => [
29 - 'label' => 'Lesson',
29 + 'label' => __('Lesson', 'fluent-community'),
30 30 'public' => false,
31 31 'show_in_rest' => true,
32 32 'supports' => ['title', 'editor', 'thumbnail'],
33 33 ],
34 34 'fcom-lockscreen' => [
35 - 'label' => 'Lockscreen',
35 + 'label' => __('Lock Screen', 'fluent-community'),
36 36 'public' => false,
37 37 'show_in_rest' => true,
38 38 'supports' => ['editor'],
39 39 ],
@@ -364,9 +364,17 @@
364 364 "User's Profile Link:" => __("User's Profile Link:", 'fluent-community'),
365 365 'Failed to fetch embed. Please check the URL.' => __('Failed to fetch embed. Please check the URL.', 'fluent-community'),
366 366 'Video thumbnail' => __('Video thumbnail', 'fluent-community'),
367 367 'Media embedded successfully' => __('Media embedded successfully', 'fluent-community'),
368 - 'Edit media' => __('Edit media', 'fluent-community'),
368 + '+ Add Media' => __('+ Add Media', 'fluent-community'),
369 + 'Add Media' => __('Add Media', 'fluent-community'),
370 + 'Edit Media' => __('Edit Media', 'fluent-community'),
371 + 'Oembed URL' => __('Oembed URL', 'fluent-community'),
372 + 'Video URL' => __('Video URL', 'fluent-community'),
373 + 'Supports Vimeo, YouTube, Wistia and more' => __('Supports Vimeo, YouTube, Wistia and more', 'fluent-community'),
374 + 'Embedding…' => __('Embedding…', 'fluent-community'),
375 + 'Cancel' => __('Cancel', 'fluent-community'),
376 + 'Remove' => __('Remove', 'fluent-community'),
369 377 'Oembed' => __('Oembed', 'fluent-community'),
370 378 'Custom HTML' => __('Custom HTML', 'fluent-community'),
371 379 'Custom HTML Code' => __('Custom HTML Code', 'fluent-community'),
372 380 'Your account cannot save custom HTML. Scripts, iframes and similar tags are removed on save.' => __('Your account cannot save custom HTML. Scripts, iframes and similar tags are removed on save.', 'fluent-community'),