Skip to content

Commit

Permalink
Merge pull request #11911 from woothemes/minor-edits
Browse files Browse the repository at this point in the history
Some minor edits
  • Loading branch information
claudiosanches committed Sep 13, 2016
2 parents 4d041b2 + e640707 commit c76e8cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/admin/class-wc-admin-taxonomies.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public function save_category_fields( $term_id, $tt_id = '', $taxonomy = '' ) {
* Description for product_cat page to aid users.
*/
public function product_cat_description() {
echo wpautop( __( 'Product categories for your store can be managed here. To change the order of categories on the front-end you can drag and drop to sort them. To see more categories listed click the "screen options" link at the top of the page.', 'woocommerce' ) );
echo wpautop( __( 'Product categories for your store can be managed here. To change the order of categories on the front-end you can drag and drop to sort them. To see more categories listed click the "screen options" link at the top-right of this page.', 'woocommerce' ) );
}

/**
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/settings/class-wc-settings-checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function get_settings() {
'type' => 'checkbox',
'checkboxgroup' => '',
'show_if_checked' => 'option',
'desc_tip' => __( 'Force SSL (HTTPS) on the checkout pages (an SSL Certificate is required).', 'woocommerce' ),
'desc_tip' => sprintf( __( 'Force SSL (HTTPS) on the checkout pages (%1$san SSL Certificate is required%2$s).', 'woocommerce' ), '<a href="https://docs.woocommerce.com/document/ssl-and-https/#section-3" target="_blank">', '</a>' )
),

'unforce_ssl_checkout' => array(
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/views/html-admin-page-addons.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</ul>
<?php endif; ?>
<?php else : ?>
<p><?php printf( __( 'Our catalog of WooCommerce Extensions can be found on WooThemes.com here: <a href="%s">WooCommerce Extensions Catalog</a>', 'woocommerce' ), 'https://woocommerce.com/product-category/woocommerce-extensions/' ); ?></p>
<p><?php printf( __( 'Our catalog of WooCommerce Extensions can be found on WooCommerce.com here: <a href="%s">WooCommerce Extensions Catalog</a>', 'woocommerce' ), 'https://woocommerce.com/product-category/woocommerce-extensions/' ); ?></p>
<?php endif; ?>

<?php if ( 'Storefront' !== $theme['Name'] ) : ?>
Expand Down

0 comments on commit c76e8cd

Please sign in to comment.