Skip to content

Commit

Permalink
fixed broken docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed Dec 30, 2024
1 parent 2137e47 commit 2ec5e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/class-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ public function register_controls() {
'type' => 'textarea',
'label' => esc_html__( 'Custom Query', 'visual-portfolio' ),
// translators: %1$s - escaped url.
'description' => sprintf( wp_kses( __( 'Build custom query according to WordPress Codex. See example here <a href="%1$s">%1$s</a>.', 'visual-portfolio' ), $allowed_protocols ), esc_url( 'https://visualportfolio.co/docs/portfolio-layouts/content-source/post-based/#custom-query' ) ),
'description' => sprintf( wp_kses( __( 'Build custom query according to WordPress Codex. See example here <a href="%1$s">%1$s</a>.', 'visual-portfolio' ), $allowed_protocols ), esc_url( 'https://visualportfolio.co/docs/gallery-blocks/content-source/posts/#custom-query' ) ),
'name' => 'posts_custom_query',
'default' => '',
'cols' => 30,
Expand Down

0 comments on commit 2ec5e5e

Please sign in to comment.