Skip to content

Commit

Permalink
build v4.4.16 v3
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeo committed Oct 6, 2021
1 parent 82c5360 commit 45415a2
Show file tree
Hide file tree
Showing 30 changed files with 1,437 additions and 1,236 deletions.
11 changes: 6 additions & 5 deletions core/czr-admin-ccat.php
Original file line number Diff line number Diff line change
Expand Up @@ -537,11 +537,12 @@ function czr_fn_welcome_panel() {

<?php
if ( !CZR_IS_PRO ) {
printf( '<h3>%1$s</h3><h3>%2$s 🙏 </h3>',
sprintf( __( "If you enjoy using the Customizr theme for your website, please consider %s.", "customizr"),
sprintf( '<a style="color:#d87f00" href="%1$s" title="%2$s" target="_blank">%2$s</a>', 'https://presscustomizr.com/customizr-pro/', __("upgrading to the pro version", "customizr") )
),
__('Your support allows us to keep the theme at the highest level. Thank you!', 'customizr')
printf( '<h3>%1$s ❤️.</h3><h4>%2$s</h4><h4 style="font-weight:bold">%3$s 🙏</h4>',
sprintf( __( "If you enjoy using the Customizr theme for your website, you will love %s", "customizr"),
sprintf( '<a style="color:#d87f00" href="%1$s" title="%2$s" target="_blank">%2$s</a>', 'https://presscustomizr.com/customizr-pro/', __("Customizr Pro", "customizr") )
),
__("With Customizr Pro, you get premium features like infinite scrolling, footer and header customization, font customizer and many more. In addition, our premium support will be there to help you resolve any issue you may have with the theme. When installing Customizr Pro, all your previous options used in Customizr free are kept.", 'customizr'),
__('And of course your support allows us to keep the theme at the highest level for your website. Thank you!', 'customizr')
);
}
?>
Expand Down
Binary file modified inc/lang/ar.mo
Binary file not shown.
Loading

0 comments on commit 45415a2

Please sign in to comment.