Skip to content

Commit

Permalink
Merge pull request #37 from cloudinary/update/learn-more-href
Browse files Browse the repository at this point in the history
Change the 'Learn more' link href
  • Loading branch information
dugajean authored Jan 24, 2020
2 parents df5a39c + 84595e4 commit 2133a20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<h3><?php esc_html_e( 'More Actions', 'cloudinary' ); ?></h3>
<p><span class="dashicons dashicons-image-crop"></span> <?php echo wp_kses_post( $manage_text ); ?></p>
<p><span class="dashicons dashicons-welcome-learn-more"></span>
<a href="https://cloudinary.com/documentation/cms_ecommerce_integrations#wordpress" target="_blank"> <?php esc_html_e( 'Learn more about getting started' ); ?></a></p>
<a href="https://cloudinary.com/documentation/wordpress_integration" target="_blank"> <?php esc_html_e( 'Learn more about getting started' ); ?></a></p>
</div>
</div>
<?php if ( ! empty( $video_url ) ) : ?>
Expand Down

0 comments on commit 2133a20

Please sign in to comment.