Skip to content

Commit

Permalink
Merge pull request #77 from MachoThemes/master
Browse files Browse the repository at this point in the history
Fixed Support link
  • Loading branch information
cristianraiber authored Mar 11, 2017
2 parents 53aa66c + 12d5140 commit 098990d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions inc/welcome-screen/sections/support.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<i><?php esc_html_e( 'We offer excellent support through our advanced ticketing system. Make sure to register your purchase before contacting support!', 'activello' ) ?></i>
</p>
<p><a target="_blank" class="button button-primary"
href="<?php echo esc_url( 'https://cpothemes.com/support' ); ?>"><?php esc_html_e( 'Contact Support', 'activello' ); ?></a>
href="<?php echo esc_url( 'https://colorlib.com/wp/forums/forum/activello/' ); ?>"><?php esc_html_e( 'Contact Support', 'activello' ); ?></a>
</p>
</div><!--/.col-->

Expand All @@ -17,7 +17,7 @@
<i><?php esc_html_e( 'This is the place to go to reference different aspects of the theme. Our online documentation is an incredible resource for learning the ins and outs of using Activello.', 'activello' ) ?></i>
</p>
<p>
<a target="_blank" href="<?php echo esc_url( 'https://cpothemes.com/documentation' ); ?>"><?php esc_html_e( 'See our full documentation', 'activello' ); ?></a>
<a target="_blank" href="<?php echo esc_url( 'https://colorlib.com/wp/support/activello/' ); ?>"><?php esc_html_e( 'See our full documentation', 'activello' ); ?></a>
</p>
</div><!--/.col-->

Expand All @@ -27,7 +27,7 @@
<i><?php esc_html_e( 'Want to get the gist on the latest theme changes? Just consult our changelog below to get a taste of the recent fixes and features implemented.', 'activello' ) ?></i>
</p>
<p>
<a target="_blank" href="<?php echo esc_url( admin_url( 'themes.php?page=cpotheme-welcome&tab=changelog' ) ); ?>"><?php esc_html_e( 'See changelog', 'activello' ); ?></a>
<a target="_blank" href="<?php echo esc_url( admin_url( 'themes.php?page=activello-welcome&tab=changelog' ) ); ?>"><?php esc_html_e( 'See changelog', 'activello' ); ?></a>
</p>
</div><!--/.col-->

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://colorlib.com/wp/themes/activello/
Author: Colorlib
Author URI: http://colorlib.com
Description: Activello is a clean and minimal WordPress blog theme with premium look and feel well suited for food, fashion, travel, lifestyle, sports and any other awesome blogs. This theme features WooCommerce integration that allows you to create fully functional eCommerce website side by side with your blog. This theme has several customization options that are available WordPress Theme Customizer. Theme is also multilingual ready and translated in several languages. This awesome blog theme is also SEO friendly helping you to achieve the highest positions on Google. Activello is the only WordPress blog theme you will ever need.
Version: 1.2.1
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: activello
Expand Down

0 comments on commit 098990d

Please sign in to comment.