Skip to content

Commit

Permalink
Merge pull request #5541 from wpacademy/2.x
Browse files Browse the repository at this point in the history
Updated WordPress Codex Link for Gallery Documentation
  • Loading branch information
sc0ttkclark authored Mar 18, 2020
2 parents 6560ff4 + 81b85cd commit 72934ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/fields/file.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public function options() {
/* WP GALLERY OUTPUT */
static::$type . '_wp_gallery_output' => array(
'label' => __( 'Output as a WP Gallery', 'pods' ),
'help' => sprintf( __( '<a href="%s" target="_blank">Click here for more info</a>', 'pods' ), 'https://codex.wordpress.org/The_WordPress_Gallery' ),
'help' => sprintf( __( '<a href="%s" target="_blank">Click here for more info</a>', 'pods' ), 'https://wordpress.org/support/article/inserting-images-into-posts-and-pages/' ),
'depends-on' => array( static::$type . '_type' => 'images' ),
'dependency' => true,
'type' => 'boolean',
Expand Down

0 comments on commit 72934ca

Please sign in to comment.