Skip to content

Commit

Permalink
Merge pull request #30 from markc/master
Browse files Browse the repository at this point in the history
Fix gallery shortcode documentation link
  • Loading branch information
sbrajesh committed Dec 22, 2015
2 parents 5bc6a35 + c4cd287 commit 6e0f7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/class-mpp-admin-post-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public function generate_shortcode_meta_box( $post ) {
?>
<div id="mpp-admin-gallery-shortcode-info">
<span class="mpp-admin-shortcode-title"><?php echo "[mpp-show-gallery id=" . $post->ID . "]";?></span>
<p><?php printf( _x( 'To find out more about the shortcode options, please see the <a href="%s">docs</a> here.', 'admin shortcode message', 'mediapress'), 'http://buddydev.com/mediapress/docs/shortcodes/mpp-show-gallery-shortcode' );?>
<p><?php printf( _x( 'To find out more about the shortcode options, please see the <a href="%s">docs</a> here.', 'admin shortcode message', 'mediapress'), 'http://buddydev.com/mediapress/topics/getting-started/shortcodes/mediapress-gallery-listing-shortcodes/' );?>
</div>
<?php
}
Expand Down

0 comments on commit 6e0f7e4

Please sign in to comment.