Skip to content

Commit

Permalink
fix: add doc link for donor wall shortcode panel
Browse files Browse the repository at this point in the history
fixes #3233
  • Loading branch information
ravinderk committed Mar 13, 2019
1 parent 619fe93 commit 02eaebb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions includes/admin/shortcodes/shortcode-give-donor-wall.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ public function define_fields() {
),
'placeholder' => esc_html__( 'Show', 'give' ),
),
array(
'type' => 'docs_link',
'text' => esc_html__( 'Learn more about the Donor Wall Shortcode', 'give' ),
'link' => 'http://docs.givewp.com/shortcode-donor-wall',
),
);
}
}
Expand Down

0 comments on commit 02eaebb

Please sign in to comment.