From b583da73a53786721ebb100355dbb998c95faf15 Mon Sep 17 00:00:00 2001 From: Nikita Date: Wed, 10 Jul 2024 17:24:49 +0300 Subject: [PATCH] fixed some docs links --- classes/class-admin.php | 2 +- classes/class-custom-post-type.php | 2 +- gutenberg/custom-post-meta/video.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/classes/class-admin.php b/classes/class-admin.php index b31dac08..273b8af9 100644 --- a/classes/class-admin.php +++ b/classes/class-admin.php @@ -1678,7 +1678,7 @@ public function register_controls() { 'type' => 'text', 'label' => esc_html__( 'Video URL', 'visual-portfolio' ), 'placeholder' => esc_html__( 'https://...', 'visual-portfolio' ), - 'description' => esc_html__( 'Full list of supported links', 'visual-portfolio' ) . ' ' . esc_html__( 'see here', 'visual-portfolio' ) . '', + 'description' => esc_html__( 'Full list of supported links', 'visual-portfolio' ) . ' ' . esc_html__( 'see here', 'visual-portfolio' ) . '', 'condition' => array( array( 'control' => 'SELF.format', diff --git a/classes/class-custom-post-type.php b/classes/class-custom-post-type.php index 1a3aee54..5b4effd5 100644 --- a/classes/class-custom-post-type.php +++ b/classes/class-custom-post-type.php @@ -475,7 +475,7 @@ public function add_vp_lists_notice() { // translators: %1$s - url to documentation. // translators: %2$s - plugin name. __( 'If you are using the Gutenberg page builder for your pages and posts, you should avoid using Saved Layouts. See here more info about %2$s Blocks.', 'visual-portfolio' ), - 'https://visualportfolio.co/docs/portfolio-blocks/', + 'https://visualportfolio.co/docs/gallery-blocks/', visual_portfolio()->plugin_name ) ); diff --git a/gutenberg/custom-post-meta/video.js b/gutenberg/custom-post-meta/video.js index 36cdd4a6..a429d3c8 100644 --- a/gutenberg/custom-post-meta/video.js +++ b/gutenberg/custom-post-meta/video.js @@ -142,7 +142,7 @@ class VpVideoComponent extends Component { )}