diff --git a/.editorconfig b/.editorconfig index d3b0b247108..c3dfa83750f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ # editorconfig.org # WordPress Coding Standards -# http://make.wordpress.org/core/handbook/coding-standards/ +# https://make.wordpress.org/core/handbook/coding-standards/ root = true diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 689ae2a2296..66ee21c3eb8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -6,9 +6,9 @@ When contributing please ensure you follow the guidelines below to help us keep __Please Note:__ -GitHub is for _bug reports and contributions only_ - if you have a support question or a request for a customization this is not the right place to post it. Use [WooThemes Support](http://support.woothemes.com) for customer support, [WordPress.org](http://wordpress.org/support/plugin/woocommerce) for community support, and for customizations we recommend one of the following services: +GitHub is for _bug reports and contributions only_ - if you have a support question or a request for a customization this is not the right place to post it. Use [WooThemes Support](https://support.woothemes.com) for customer support, [WordPress.org](https://wordpress.org/support/plugin/woocommerce) for community support, and for customizations we recommend one of the following services: -- [WooExperts](http://www.woothemes.com/experts/) +- [WooExperts](https://www.woothemes.com/experts/) - [Codeable](https://codeable.io/) ## Contributing To The Core @@ -37,7 +37,7 @@ If you think something could be improved and you're able to do so, make your cha * Fork the repository on GitHub * Make the changes to your forked repository - * **Ensure you stick to the [WordPress Coding Standards](http://make.wordpress.org/core/handbook/coding-standards/php/).** + * **Ensure you stick to the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/coding-standards/php/).** * Ensure you use LF line endings - no crazy Windows line endings please :) * When committing, reference your issue number (#1234) and include a note about the fix * Push the changes to your fork and submit a pull request on the master branch of the WooCommerce repository. Existing maintenance branches will be maintained by WooCommerce developers @@ -92,8 +92,8 @@ By translating video tutorials you'll be helping non-English speaking users and # Additional Resources -* [General GitHub documentation](http://help.github.com/) -* [GitHub pull request documentation](http://help.github.com/send-pull-requests/) +* [General GitHub documentation](https://help.github.com/) +* [GitHub pull request documentation](https://help.github.com/send-pull-requests/) * [Translator Handbook](https://make.wordpress.org/polyglots/handbook/) -* [WooCommerce Docs](http://docs.woothemes.com/) -* [WooThemes Support](http://support.woothemes.com) +* [WooCommerce Docs](https://docs.woothemes.com/) +* [WooThemes Support](https://support.woothemes.com) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7c2250736d1..4708b202c34 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -190,7 +190,7 @@ * Fix - Check for child themes in System Status. * Fix - API - Warnings when create attributes. * Fix - System Report: Template version check path. -* Fix - Potential XSS within price.php fixed with escape on get_price() (would require edit/admin permissions to take advantage of). Discovered by FortiGuard Labs (http://www.fortiguard.com/). Template version has been bumped. +* Fix - Potential XSS within price.php fixed with escape on get_price() (would require edit/admin permissions to take advantage of). Discovered by FortiGuard Labs (https://www.fortiguard.com/). Template version has been bumped. = 2.4.8 - 26/10/2015 = * Fix - Help tips in variations admin. @@ -228,7 +228,7 @@ * Fix - Added monthly cron schedule. * Fix - Remove use of 'input' event in checkout scripts to prevent IE11 triggering updates on placeholder change. * Fix - AJAX variations not being found in some cases when product version was < 2.4, but attributes were updated after sync(). -* Fix - Changed the way variable product prices get cached for greater plugin compatibility. See http://wp.me/p6wtcw-5x +* Fix - Changed the way variable product prices get cached for greater plugin compatibility. See https://wp.me/p6wtcw-5x * Fix - Highlighting of reports chart. * Fix - Network activated plugins not showing up in system status report. * Fix - Tax fields showing on bulk/quick edit when disabled the tax system. @@ -371,7 +371,7 @@ * Fix - Datepicker range for variations. = 2.3.12 - 06/07/2015 = -* Fix - Fixed Google Chrome forcing to use SSL. This can cause some issues on websites behind load balancers or reverse proxies. [Read more](http://docs.woothemes.com/document/ssl-and-https/#websites-behind-load-balancers-or-reverse-proxies). +* Fix - Fixed Google Chrome forcing to use SSL. This can cause some issues on websites behind load balancers or reverse proxies. [Read more](https://docs.woothemes.com/document/ssl-and-https/#websites-behind-load-balancers-or-reverse-proxies). * Fix - Escaped shop url in empty cart template. * Fix - Escaped product tabs titles. * Fix - Removed deprecated PHP4 constructor on Widget classes. @@ -1197,7 +1197,7 @@ * Tweak - Filterable page installer. * Tweak - Order details optimised for small screens. * Tweak - Streamlined account process - username and passwords are optional and can be automatically generated. -* Tweak - Updated/new dummy data (including .csv files to be used with [Product CSV Import Suite](http://www.woothemes.com/products/product-csv-import-suite/)). +* Tweak - Updated/new dummy data (including .csv files to be used with [Product CSV Import Suite](https://www.woothemes.com/products/product-csv-import-suite/)). * Tweak - Product shortcodes columns parameter now affects layout correctly. * Tweak - Disabled button styles. * Tweak - Hooks for overriding default email inline styles. @@ -1207,7 +1207,7 @@ * Tweak - Make shipping methods check if taxable, so when customer is VAT excempt taxes are not included in price. * Tweak - Coupon in admin bar new menu #3974 * Tweak - Shortcode tag filters + updated menu names to make white labelling easier. -* Tweak - Removed placeholder polyfill. Use this plugin to replace functionality if required: http://wordpress.org/plugins/html5-placeholder-polyfill/ +* Tweak - Removed placeholder polyfill. Use this plugin to replace functionality if required: https://wordpress.org/plugins/html5-placeholder-polyfill/ * Tweak - Replaced all instances of → and ← in frontent using wc icon font plus .wc-forward and .wc-backward utility classes. * Tweak - Add review form no longer opens in lightbox. * Tweak - Move average rating outside of hidden tab for google #3867. @@ -1219,8 +1219,8 @@ * Fix - Tweaked popularity sorting to work better when no sales are present. * Fix - Quote encoding in email subjects. * Fix - Added $wp_error parameter during checkout process to ensure WP_Error object is returned on error and checkout process is properly stopped. -* Refactor - Taken out Piwik integration, use http://wordpress.org/extend/plugins/woocommerce-piwik-integration/ from now on. -* Refactor - Taken out ShareYourCart integration, use http://wordpress.org/extend/plugins/shareyourcart/ from now on. +* Refactor - Taken out Piwik integration, use https://wordpress.org/extend/plugins/woocommerce-piwik-integration/ from now on. +* Refactor - Taken out ShareYourCart integration, use https://wordpress.org/extend/plugins/shareyourcart/ from now on. * Refactor - Moved woocommerce_get_formatted_product_name function into WC_Product class. * Refactor - Improved parameter handling in woocommerce_related_products() function. * Refactor - Widget classes (added abstract and combined similar widgets). @@ -1316,7 +1316,7 @@ * Tweak - Allow users with edit rights to add draft products to cart (and nobody else) * Tweak - Handle pending status for paypal * Tweak - Only refresh fragment when cart cookie > 0 -* Tweak - Updated/new dummy data (including .csv files to be used with [Product CSV Import Suite](http://www.woothemes.com/products/product-csv-import-suite/)). +* Tweak - Updated/new dummy data (including .csv files to be used with [Product CSV Import Suite](https://www.woothemes.com/products/product-csv-import-suite/)). * Fix - Extra escaping on layered nav variables to prevent injection * Fix - Improved sanitization of option fields * Fix - Add fee total to cart total @@ -1487,7 +1487,7 @@ * Fix - Product tabs when a product type doesn't exist yet. * Fix - Saving of variation download paths with special chars. * Fix - Unset parent of children when deleting a grouped product. -* Fix - Removed Sidebar Login Widget. Use http://wordpress.org/extend/plugins/sidebar-login/ instead. A potential security issue was found regarding logging of passwords (since GET was used instead of POST). Sidebar Login 2.5 resolves this and the widget has been removed from WC to prevent needing to maintain two (virtually identical) codebases. +* Fix - Removed Sidebar Login Widget. Use https://wordpress.org/extend/plugins/sidebar-login/ instead. A potential security issue was found regarding logging of passwords (since GET was used instead of POST). Sidebar Login 2.5 resolves this and the widget has been removed from WC to prevent needing to maintain two (virtually identical) codebases. * Localization - Added indian rupees * Localization - Updated French translation by absoluteweb * Localization - Updated Brazilian translation by Claudio Sanches @@ -1554,7 +1554,7 @@ * Feature - Allow setting the product post type slug to a static (non-translatable) text, mainly to be used for translating and WPML setups. * Feature - Added lost password shortcode / email notification (thanks Max Rice). * Feature - Simplified permalink/base settings now found in Settings > Permalinks. -* Feature - Support more permalink structures (from http://codex.wordpress.org/Using_Permalinks) +* Feature - Support more permalink structures (from https://codex.wordpress.org/Using_Permalinks) * Feature - Added option to resend order emails, checkboxes select which one. * Feature - New layered nav current filters widget. This lists active filters from all layered nav for de-selection. * Feature - Added the option to sell products individually (only allow 1 in the cart). @@ -1570,7 +1570,7 @@ * Feature - Filter coupons in admin by type. * Feature - Append view cart link on ajax buttons. * Feature - Revised the way coupons are stored per order and added new coupon reports on usage. -* Feature - Updated/new dummy data (including .csv files to be used with [Product CSV Import Suite](http://www.woothemes.com/products/product-csv-import-suite/)). +* Feature - Updated/new dummy data (including .csv files to be used with [Product CSV Import Suite](https://www.woothemes.com/products/product-csv-import-suite/)). * Feature - Option to hold stock for unpaid orders (defaults to 60mins). When this time limit is reached, and the order is not paid for, stock is released and the order is cancelled. * Feature - Added set_stock() method to product class. * Feature - Linking to mydomain.com/product#review_form will now open the review form on load (if WooCommerce lightbox is turned on) diff --git a/README.md b/README.md index e9be6979f1b..dfd9e77cac3 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ -# [WooCommerce](http://www.woothemes.com/woocommerce/) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) [![Build Status](https://api.travis-ci.org/woothemes/woocommerce.svg?branch=master)](http://travis-ci.org/woothemes/woocommerce) [![Coverage Status](https://coveralls.io/repos/woothemes/woocommerce/badge.svg?branch=master&service=github)](https://coveralls.io/github/woothemes/woocommerce?branch=master) +# [WooCommerce](https://www.woothemes.com/woocommerce/) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) [![Build Status](https://api.travis-ci.org/woothemes/woocommerce.svg?branch=master)](https://travis-ci.org/woothemes/woocommerce) [![Coverage Status](https://coveralls.io/repos/woothemes/woocommerce/badge.svg?branch=master&service=github)](https://coveralls.io/github/woothemes/woocommerce?branch=master) Welcome to the WooCommerce repository on GitHub. Here you can browse the source, look at open issues and keep track of development. We recommend all developers to follow the [WooCommerce development blog](https://woocommerce.wordpress.com/) to stay up to date about everything happening in the project. You can also [follow @DevelopWC](https://twitter.com/DevelopWC) on Twitter for the latest development updates. -If you are not a developer, please use the [WooCommerce plugin page](http://wordpress.org/plugins/woocommerce/) on WordPress.org. +If you are not a developer, please use the [WooCommerce plugin page](https://wordpress.org/plugins/woocommerce/) on WordPress.org. ## Documentation -* [WooCommerce Documentation](http://docs.woothemes.com/documentation/plugins/woocommerce/) +* [WooCommerce Documentation](https://docs.woothemes.com/documentation/plugins/woocommerce/) * [WooCommerce Knowledge Base](https://support.woothemes.com/hc/en-us/categories/200146917-WooCommerce) -* [WooCommerce Code Reference](http://docs.woothemes.com/wc-apidocs/) -* [WooCommerce REST API Docs](http://woothemes.github.io/woocommerce-rest-api-docs/) +* [WooCommerce Code Reference](https://docs.woothemes.com/wc-apidocs/) +* [WooCommerce REST API Docs](https://woothemes.github.io/woocommerce-rest-api-docs/) ## Support This repository is not suitable for support. Please don't use our issue tracker for support requests, but for core WooCommerce issues only. Support can take place in the appropriate channels: -* The [WooThemes premium support portal](http://support.woothemes.com/) for customers who have purchased themes or extensions. +* The [WooThemes premium support portal](https://support.woothemes.com/) for customers who have purchased themes or extensions. * [Our community forum on wp.org](https://wordpress.org/support/plugin/woocommerce) which is available for all WooCommerce users. Support requests in issues on this repository will be closed on sight. diff --git a/assets/fonts/WooCommerce.svg b/assets/fonts/WooCommerce.svg index ce5556f903e..0d82b0f1d80 100755 --- a/assets/fonts/WooCommerce.svg +++ b/assets/fonts/WooCommerce.svg @@ -6,7 +6,7 @@ - \ No newline at end of file + diff --git a/assets/js/admin/product-ordering.js b/assets/js/admin/product-ordering.js index f855db832eb..37550194d59 100644 --- a/assets/js/admin/product-ordering.js +++ b/assets/js/admin/product-ordering.js @@ -1,7 +1,7 @@ /*global ajaxurl */ /** - * Based on Simple Page Ordering by 10up (http://wordpress.org/extend/plugins/simple-page-ordering/) + * Based on Simple Page Ordering by 10up (https://wordpress.org/extend/plugins/simple-page-ordering/) * * Modified - products have no children (non hierarchical) */ diff --git a/assets/js/frontend/checkout.js b/assets/js/frontend/checkout.js index 908737d3a81..f6b1d3bcde0 100644 --- a/assets/js/frontend/checkout.js +++ b/assets/js/frontend/checkout.js @@ -176,7 +176,7 @@ jQuery( function( $ ) { if ( $parent.is( '.validate-email' ) ) { if ( $this.val() ) { - /* http://stackoverflow.com/questions/2855865/jquery-validate-e-mail-address-regex */ + /* https://stackoverflow.com/questions/2855865/jquery-validate-e-mail-address-regex */ var pattern = new RegExp(/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i); if ( ! pattern.test( $this.val() ) ) { diff --git a/dummy-data/dummy-data.xml b/dummy-data/dummy-data.xml index d2bc596aefc..84209805dde 100644 --- a/dummy-data/dummy-data.xml +++ b/dummy-data/dummy-data.xml @@ -18,11 +18,11 @@ @@ -50,7 +50,7 @@ 15product_catt-shirtsclothing 22product_catalbumsmusic - http://wordpress.org/?v=3.5.1 + https://wordpress.org/?v=3.5.1 T_1_front diff --git a/i18n/languages/woocommerce.pot b/i18n/languages/woocommerce.pot index 03ca0ac7438..9cd13c051d9 100644 --- a/i18n/languages/woocommerce.pot +++ b/i18n/languages/woocommerce.pot @@ -20234,7 +20234,7 @@ msgid "Only logged in customers who have purchased this product may leave a revi msgstr "" #. Plugin URI of the plugin/theme -msgid "http://www.woothemes.com/woocommerce/" +msgid "https://www.woothemes.com/woocommerce/" msgstr "" #. Description of the plugin/theme @@ -20827,4 +20827,4 @@ msgstr "" #: templates/product-searchform.php:29 msgctxt "submit button" msgid "Search" -msgstr "" \ No newline at end of file +msgstr "" diff --git a/includes/abstracts/abstract-wc-order.php b/includes/abstracts/abstract-wc-order.php index 029013e78bd..b1001713fd2 100644 --- a/includes/abstracts/abstract-wc-order.php +++ b/includes/abstracts/abstract-wc-order.php @@ -1136,7 +1136,7 @@ abstract class WC_Abstract_Order { 'country' => $this->shipping_country ), $this ); - return apply_filters( 'woocommerce_shipping_address_map_url', 'http://maps.google.com/maps?&q=' . urlencode( implode( ', ', $address ) ) . '&z=16', $this ); + return apply_filters( 'woocommerce_shipping_address_map_url', 'https://maps.google.com/maps?&q=' . urlencode( implode( ', ', $address ) ) . '&z=16', $this ); } /** diff --git a/includes/admin/class-wc-admin-addons.php b/includes/admin/class-wc-admin-addons.php index 0921f501444..e7ad62c1c16 100644 --- a/includes/admin/class-wc-admin-addons.php +++ b/includes/admin/class-wc-admin-addons.php @@ -101,16 +101,16 @@ class WC_Admin_Addons { if ( 'storefront' === $template ) { if ( 'storefront' === $stylesheet ) { - $url = 'http:///www.woothemes.com/product-category/themes/storefront-child-theme-themes/'; + $url = 'https://www.woothemes.com/product-category/themes/storefront-child-theme-themes/'; $text = __( 'Need a fresh look? Try Storefront child themes', 'woocommerce' ); $utm_content = 'nostorefrontchildtheme'; } else { - $url = 'http:///www.woothemes.com/product-category/themes/storefront-child-theme-themes/'; + $url = 'https://www.woothemes.com/product-category/themes/storefront-child-theme-themes/'; $text = __( 'View more Storefront child themes', 'woocommerce' ); $utm_content = 'hasstorefrontchildtheme'; } } else { - $url = 'http://www.woothemes.com/storefront/'; + $url = 'https://www.woothemes.com/storefront/'; $text = __( 'Need a theme? Try Storefront', 'woocommerce' ); $utm_content = 'nostorefront'; } diff --git a/includes/admin/class-wc-admin-help.php b/includes/admin/class-wc-admin-help.php index b95e0bf8cc1..43d8c80a91e 100644 --- a/includes/admin/class-wc-admin-help.php +++ b/includes/admin/class-wc-admin-help.php @@ -155,7 +155,7 @@ class WC_Admin_Help { '

' . __( 'Help & Support', 'woocommerce' ) . '

' . '

' . sprintf( __( 'Should you need help understanding, using, or extending WooCommerce, %splease read our documentation%s. You will find all kinds of resources including snippets, tutorials and much more.' , 'woocommerce' ), - '', + '', '' ) . '

' . '

' . sprintf( @@ -166,7 +166,7 @@ class WC_Admin_Help { '' ) . '

' . '

' . __( 'Before asking for help we recommend checking the system status page to identify any problems with your configuration.', 'woocommerce' ) . '

' . - '

' . __( 'System Status', 'woocommerce' ) . ' ' . __( 'Community Forum', 'woocommerce' ) . ' ' . __( 'WooThemes Helpdesk', 'woocommerce' ) . '

' + '

' . __( 'System Status', 'woocommerce' ) . ' ' . __( 'Community Forum', 'woocommerce' ) . ' ' . __( 'WooThemes Helpdesk', 'woocommerce' ) . '

' ) ); $screen->add_help_tab( array( @@ -185,7 +185,7 @@ class WC_Admin_Help { 'content' => '

' . __( 'Education', 'woocommerce' ) . '

' . '

' . __( 'If you would like to learn about using WooCommerce from an expert, consider following a WooCommerce course ran by one of our educational partners.', 'woocommerce' ) . '

' . - '

' . __( 'View Education Partners', 'woocommerce' ) . '

' + '

' . __( 'View Education Partners', 'woocommerce' ) . '

' ) ); $screen->add_help_tab( array( @@ -200,11 +200,11 @@ class WC_Admin_Help { $screen->set_help_sidebar( '

' . __( 'For more information:', 'woocommerce' ) . '

' . - '

' . __( 'About WooCommerce', 'woocommerce' ) . '

' . - '

' . __( 'WordPress.org Project', 'woocommerce' ) . '

' . + '

' . __( 'About WooCommerce', 'woocommerce' ) . '

' . + '

' . __( 'WordPress.org Project', 'woocommerce' ) . '

' . '

' . __( 'Github Project', 'woocommerce' ) . '

' . - '

' . __( 'Official Themes', 'woocommerce' ) . '

' . - '

' . __( 'Official Extensions', 'woocommerce' ) . '

' + '

' . __( 'Official Themes', 'woocommerce' ) . '

' . + '

' . __( 'Official Extensions', 'woocommerce' ) . '

' ); } diff --git a/includes/admin/class-wc-admin-post-types.php b/includes/admin/class-wc-admin-post-types.php index a2ab4506a46..ecbd897f838 100644 --- a/includes/admin/class-wc-admin-post-types.php +++ b/includes/admin/class-wc-admin-post-types.php @@ -915,7 +915,7 @@ class WC_Admin_Post_Types { /** * Product sorting link. * - * Based on Simple Page Ordering by 10up (http://wordpress.org/extend/plugins/simple-page-ordering/). + * Based on Simple Page Ordering by 10up (https://wordpress.org/extend/plugins/simple-page-ordering/). * * @param array $views * @return array @@ -1403,7 +1403,7 @@ class WC_Admin_Post_Types { /** * Add extra bulk action options to mark orders as complete or processing. * - * Using Javascript until WordPress core fixes: http://core.trac.wordpress.org/ticket/16031. + * Using Javascript until WordPress core fixes: https://core.trac.wordpress.org/ticket/16031. */ public function bulk_admin_footer() { global $post_type; diff --git a/includes/admin/class-wc-admin-setup-wizard.php b/includes/admin/class-wc-admin-setup-wizard.php index 25a330e878a..21999db590d 100644 --- a/includes/admin/class-wc-admin-setup-wizard.php +++ b/includes/admin/class-wc-admin-setup-wizard.php @@ -140,7 +140,7 @@ class WC_Admin_Setup_Wizard { public function setup_wizard_header() { ?> - > + > @@ -745,7 +745,7 @@ class WC_Admin_Setup_Wizard { $this->wc_setup_ready_actions(); shuffle( $this->tweets ); ?> - +

diff --git a/includes/admin/class-wc-admin-taxonomies.php b/includes/admin/class-wc-admin-taxonomies.php index 3075c70824b..96aae43223f 100644 --- a/includes/admin/class-wc-admin-taxonomies.php +++ b/includes/admin/class-wc-admin-taxonomies.php @@ -340,7 +340,7 @@ class WC_Admin_Taxonomies { } // Prevent esc_url from breaking spaces in urls for image embeds - // Ref: http://core.trac.wordpress.org/ticket/23605 + // Ref: https://core.trac.wordpress.org/ticket/23605 $image = str_replace( ' ', '%20', $image ); $columns .= '' . esc_attr__( 'Thumbnail', 'woocommerce' ) . ''; diff --git a/includes/admin/meta-boxes/class-wc-meta-box-product-data.php b/includes/admin/meta-boxes/class-wc-meta-box-product-data.php index 73093077032..c3009bd5c51 100644 --- a/includes/admin/meta-boxes/class-wc-meta-box-product-data.php +++ b/includes/admin/meta-boxes/class-wc-meta-box-product-data.php @@ -620,7 +620,7 @@ class WC_Meta_Box_Product_Data {

Attributes tab.', 'woocommerce' ); ?>

- +

diff --git a/includes/admin/settings/class-wc-settings-products.php b/includes/admin/settings/class-wc-settings-products.php index 34c99b3a3b1..e9ca0c3aeef 100644 --- a/includes/admin/settings/class-wc-settings-products.php +++ b/includes/admin/settings/class-wc-settings-products.php @@ -175,7 +175,7 @@ class WC_Settings_Products extends WC_Settings_Page { array( 'title' => __( 'Product Images', 'woocommerce' ), 'type' => 'title', - 'desc' => sprintf( __( 'These settings affect the display and dimensions of images in your catalog - the display on the front-end will still be affected by CSS styles. After changing these settings you may need to regenerate your thumbnails.', 'woocommerce' ), 'http://wordpress.org/extend/plugins/regenerate-thumbnails/' ), + 'desc' => sprintf( __( 'These settings affect the display and dimensions of images in your catalog - the display on the front-end will still be affected by CSS styles. After changing these settings you may need to regenerate your thumbnails.', 'woocommerce' ), 'https://wordpress.org/extend/plugins/regenerate-thumbnails/' ), 'id' => 'image_options' ), diff --git a/includes/admin/views/html-admin-page-addons.php b/includes/admin/views/html-admin-page-addons.php index 3bd8b349c4e..1e549b6ef56 100644 --- a/includes/admin/views/html-admin-page-addons.php +++ b/includes/admin/views/html-admin-page-addons.php @@ -42,17 +42,17 @@ if ( ! defined( 'ABSPATH' ) ) { -

WooCommerce Extensions Catalog', 'woocommerce' ), 'http://www.woothemes.com/product-category/woocommerce-extensions/' ); ?>

+

WooCommerce Extensions Catalog', 'woocommerce' ), 'https://www.woothemes.com/product-category/woocommerce-extensions/' ); ?>

- Storefront + Storefront

', '' ); ?>

', '' ); ?>

- +

diff --git a/includes/admin/views/html-admin-page-status-report.php b/includes/admin/views/html-admin-page-status-report.php index 5316c1a299d..a624d9c0bf9 100644 --- a/includes/admin/views/html-admin-page-status-report.php +++ b/includes/admin/views/html-admin-page-status-report.php @@ -295,7 +295,7 @@ global $wpdb; $posting['wp_remote_get']['name'] = __( 'Remote Get', 'woocommerce'); $posting['wp_remote_get']['help'] = wc_help_tip( __( 'WooCommerce plugins may use this method of communication when checking for plugin updates.', 'woocommerce' ) ); - $response = wp_safe_remote_get( 'http://www.woothemes.com/wc-api/product-key-api?request=ping&network=' . ( is_multisite() ? '1' : '0' ) ); + $response = wp_safe_remote_get( 'https://www.woothemes.com/wc-api/product-key-api?request=ping&network=' . ( is_multisite() ? '1' : '0' ) ); if ( ! is_wp_error( $response ) && $response['response']['code'] >= 200 && $response['response']['code'] < 300 ) { $posting['wp_remote_get']['success'] = true; diff --git a/includes/admin/views/html-notice-simplify-commerce.php b/includes/admin/views/html-notice-simplify-commerce.php index 3ffc5436edd..2c47838892c 100644 --- a/includes/admin/views/html-notice-simplify-commerce.php +++ b/includes/admin/views/html-notice-simplify-commerce.php @@ -12,7 +12,7 @@ $plugin_slug = 'woocommerce-gateway-simplify-commerce'; if ( current_user_can( 'install_plugins' ) ) { $url = wp_nonce_url( self_admin_url( 'update.php?action=install-plugin&plugin=' . $plugin_slug ), 'install-plugin_' . $plugin_slug ); } else { - $url = 'http://wordpress.org/plugins/' . $plugin_slug; + $url = 'https://wordpress.org/plugins/' . $plugin_slug; } ?>
diff --git a/includes/admin/views/html-notice-theme-support.php b/includes/admin/views/html-notice-theme-support.php index 4aa0d27b4af..eb54a0a76ab 100644 --- a/includes/admin/views/html-notice-theme-support.php +++ b/includes/admin/views/html-notice-theme-support.php @@ -9,10 +9,10 @@ if ( ! defined( 'ABSPATH' ) ) { ?>
-

Your theme does not declare WooCommerce support – Please read our %sintegration%s guide or check out our %sStorefront%s theme which is totally free to download and designed specifically for use with WooCommerce.', 'woocommerce' ), '', '', '', '' ); ?>

+

Your theme does not declare WooCommerce support – Please read our %sintegration%s guide or check out our %sStorefront%s theme which is totally free to download and designed specifically for use with WooCommerce.', 'woocommerce' ), '', '', '', '' ); ?>

- +

diff --git a/includes/api/legacy/v1/class-wc-api-server.php b/includes/api/legacy/v1/class-wc-api-server.php index a93541e6d24..3be93211414 100644 --- a/includes/api/legacy/v1/class-wc-api-server.php +++ b/includes/api/legacy/v1/class-wc-api-server.php @@ -439,7 +439,7 @@ class WC_API_Server { 'ssl_enabled' => ( 'yes' === get_option( 'woocommerce_force_ssl_checkout' ) ), 'permalinks_enabled' => ( '' !== get_option( 'permalink_structure' ) ), 'links' => array( - 'help' => 'http://woothemes.github.io/woocommerce/rest-api/', + 'help' => 'https://woothemes.github.io/woocommerce/rest-api/', ), ), ) ); diff --git a/includes/api/legacy/v2/class-wc-api-server.php b/includes/api/legacy/v2/class-wc-api-server.php index b657c4f32a8..b9ccee9dcf8 100644 --- a/includes/api/legacy/v2/class-wc-api-server.php +++ b/includes/api/legacy/v2/class-wc-api-server.php @@ -463,7 +463,7 @@ class WC_API_Server { 'permalinks_enabled' => ( '' !== get_option( 'permalink_structure' ) ), 'generate_password' => ( 'yes' === get_option( 'woocommerce_registration_generate_password' ) ), 'links' => array( - 'help' => 'http://woothemes.github.io/woocommerce-rest-api-docs/', + 'help' => 'https://woothemes.github.io/woocommerce-rest-api-docs/', ), ), ) ); diff --git a/includes/api/legacy/v3/class-wc-api-server.php b/includes/api/legacy/v3/class-wc-api-server.php index 12a21e96d35..2de823b3620 100644 --- a/includes/api/legacy/v3/class-wc-api-server.php +++ b/includes/api/legacy/v3/class-wc-api-server.php @@ -464,7 +464,7 @@ class WC_API_Server { 'permalinks_enabled' => ( '' !== get_option( 'permalink_structure' ) ), 'generate_password' => ( 'yes' === get_option( 'woocommerce_registration_generate_password' ) ), 'links' => array( - 'help' => 'http://woothemes.github.io/woocommerce-rest-api-docs/', + 'help' => 'https://woothemes.github.io/woocommerce-rest-api-docs/', ), ), ) ); diff --git a/includes/class-wc-ajax.php b/includes/class-wc-ajax.php index 45c4a1bc11d..b97bda1f5bb 100644 --- a/includes/class-wc-ajax.php +++ b/includes/class-wc-ajax.php @@ -2074,7 +2074,7 @@ class WC_AJAX { /** * Ajax request handling for product ordering. * - * Based on Simple Page Ordering by 10up (http://wordpress.org/extend/plugins/simple-page-ordering/). + * Based on Simple Page Ordering by 10up (https://wordpress.org/extend/plugins/simple-page-ordering/). */ public static function product_ordering() { global $wpdb; diff --git a/includes/class-wc-install.php b/includes/class-wc-install.php index a57fd8b8c61..2213e3f987b 100644 --- a/includes/class-wc-install.php +++ b/includes/class-wc-install.php @@ -846,9 +846,9 @@ CREATE TABLE {$wpdb->prefix}woocommerce_termmeta ( public static function plugin_row_meta( $links, $file ) { if ( $file == WC_PLUGIN_BASENAME ) { $row_meta = array( - 'docs' => '' . __( 'Docs', 'woocommerce' ) . '', - 'apidocs' => '' . __( 'API Docs', 'woocommerce' ) . '', - 'support' => '' . __( 'Premium Support', 'woocommerce' ) . '', + 'docs' => '' . __( 'Docs', 'woocommerce' ) . '', + 'apidocs' => '' . __( 'API Docs', 'woocommerce' ) . '', + 'support' => '' . __( 'Premium Support', 'woocommerce' ) . '', ); return array_merge( $links, $row_meta ); diff --git a/includes/class-wc-query.php b/includes/class-wc-query.php index 4175d303f95..4741a2f450f 100644 --- a/includes/class-wc-query.php +++ b/includes/class-wc-query.php @@ -259,7 +259,7 @@ class WC_Query { define( 'SHOP_IS_ON_FRONT', true ); // Get the actual WP page to avoid errors and let us use is_front_page() - // This is hacky but works. Awaiting http://core.trac.wordpress.org/ticket/21096 + // This is hacky but works. Awaiting https://core.trac.wordpress.org/ticket/21096 global $wp_post_types; $shop_page = get_post( wc_get_page_id( 'shop' ) ); @@ -454,7 +454,7 @@ class WC_Query { } /** - * WP Core doens't let us change the sort direction for invidual orderby params - http://core.trac.wordpress.org/ticket/17065. + * WP Core doens't let us change the sort direction for invidual orderby params - https://core.trac.wordpress.org/ticket/17065. * * This lets us sort by meta value desc, and have a second orderby param. * diff --git a/includes/class-wc-validation.php b/includes/class-wc-validation.php index 3c6431de33e..42ead78e7c4 100644 --- a/includes/class-wc-validation.php +++ b/includes/class-wc-validation.php @@ -102,7 +102,7 @@ class WC_Validation { public static function is_GB_postcode( $to_check ) { // Permitted letters depend upon their position in the postcode. - // http://en.wikipedia.org/wiki/Postcodes_in_the_United_Kingdom#Validation + // https://en.wikipedia.org/wiki/Postcodes_in_the_United_Kingdom#Validation $alpha1 = "[abcdefghijklmnoprstuwyz]"; // Character 1 $alpha2 = "[abcdefghklmnopqrstuvwxy]"; // Character 2 $alpha3 = "[abcdefghjkpstuw]"; // Character 3 == ABCDEFGHJKPSTUW diff --git a/includes/shipping/flat-rate/includes/class-wc-eval-math.php b/includes/shipping/flat-rate/includes/class-wc-eval-math.php index 096b8fadc50..e8fa29c67f6 100644 --- a/includes/shipping/flat-rate/includes/class-wc-eval-math.php +++ b/includes/shipping/flat-rate/includes/class-wc-eval-math.php @@ -136,7 +136,7 @@ if ( ! class_exists( 'WC_Eval_Math' ) ) { while ( $stack->count > 0 and ( $o2 = $stack->last() ) and in_array( $o2, $ops ) and ( $ops_r[$op] ? $ops_p[$op] < $ops_p[$o2] : $ops_p[$op] <= $ops_p[$o2] ) ) { $output[] = $stack->pop(); // pop stuff off the stack into the output } - // many thanks: http://en.wikipedia.org/wiki/Reverse_Polish_notation#The_algorithm_in_detail + // many thanks: https://en.wikipedia.org/wiki/Reverse_Polish_notation#The_algorithm_in_detail $stack->push( $op ); // finally put OUR operator onto the stack $index++; $expecting_op = false; diff --git a/includes/shipping/legacy-flat-rate/includes/class-wc-eval-math.php b/includes/shipping/legacy-flat-rate/includes/class-wc-eval-math.php index b82b9fa5c67..685dc84394e 100644 --- a/includes/shipping/legacy-flat-rate/includes/class-wc-eval-math.php +++ b/includes/shipping/legacy-flat-rate/includes/class-wc-eval-math.php @@ -115,7 +115,7 @@ if ( ! class_exists( 'WC_Eval_Math' ) ) { while ( $stack->count > 0 and ( $o2 = $stack->last() ) and in_array( $o2, $ops ) and ( $ops_r[$op] ? $ops_p[$op] < $ops_p[$o2] : $ops_p[$op] <= $ops_p[$o2] ) ) { $output[] = $stack->pop(); // pop stuff off the stack into the output } - // many thanks: http://en.wikipedia.org/wiki/Reverse_Polish_notation#The_algorithm_in_detail + // many thanks: https://en.wikipedia.org/wiki/Reverse_Polish_notation#The_algorithm_in_detail $stack->push( $op ); // finally put OUR operator onto the stack $index++; $expecting_op = false; diff --git a/includes/wc-attribute-functions.php b/includes/wc-attribute-functions.php index 6fc38fa0b1e..5dfb713e96c 100644 --- a/includes/wc-attribute-functions.php +++ b/includes/wc-attribute-functions.php @@ -162,7 +162,7 @@ function wc_get_attribute_types() { /** * Check if attribute name is reserved. - * http://codex.wordpress.org/Function_Reference/register_taxonomy#Reserved_Terms. + * https://codex.wordpress.org/Function_Reference/register_taxonomy#Reserved_Terms. * * @since 2.4.0 * @param string $attribute_name diff --git a/includes/wc-formatting-functions.php b/includes/wc-formatting-functions.php index 6945b9f0dd2..56a278c2c0f 100644 --- a/includes/wc-formatting-functions.php +++ b/includes/wc-formatting-functions.php @@ -450,9 +450,9 @@ function wc_time_format() { /** * WooCommerce Timezone - helper to retrieve the timezone string for a site until. - * a WP core method exists (see http://core.trac.wordpress.org/ticket/24730). + * a WP core method exists (see https://core.trac.wordpress.org/ticket/24730). * - * Adapted from http://www.php.net/manual/en/function.timezone-name-from-abbr.php#89155. + * Adapted from https://secure.php.net/manual/en/function.timezone-name-from-abbr.php#89155. * * @since 2.1 * @return string a valid PHP timezone string for the site diff --git a/includes/wc-template-functions.php b/includes/wc-template-functions.php index 0b4aefc1689..fbb2435de09 100644 --- a/includes/wc-template-functions.php +++ b/includes/wc-template-functions.php @@ -1616,7 +1616,7 @@ if ( ! function_exists( 'woocommerce_product_subcategories' ) ) { } } - // NOTE: using child_of instead of parent - this is not ideal but due to a WP bug ( http://core.trac.wordpress.org/ticket/15626 ) pad_counts won't work + // NOTE: using child_of instead of parent - this is not ideal but due to a WP bug ( https://core.trac.wordpress.org/ticket/15626 ) pad_counts won't work $product_categories = get_categories( apply_filters( 'woocommerce_product_subcategories_args', array( 'parent' => $parent_id, 'menu_order' => 'ASC', @@ -1691,7 +1691,7 @@ if ( ! function_exists( 'woocommerce_subcategory_thumbnail' ) ) { if ( $image ) { // Prevent esc_url from breaking spaces in urls for image embeds - // Ref: http://core.trac.wordpress.org/ticket/23605 + // Ref: https://core.trac.wordpress.org/ticket/23605 $image = str_replace( ' ', '%20', $image ); echo '' . esc_attr( $category->name ) . ''; diff --git a/includes/wc-term-functions.php b/includes/wc-term-functions.php index 00f268ccebc..7839a0f5604 100644 --- a/includes/wc-term-functions.php +++ b/includes/wc-term-functions.php @@ -120,7 +120,7 @@ function _wc_get_product_terms_parent_usort_callback( $a, $b ) { /** * WooCommerce Dropdown categories. * - * Stuck with this until a fix for http://core.trac.wordpress.org/ticket/13258. + * Stuck with this until a fix for https://core.trac.wordpress.org/ticket/13258. * We use a custom walker, just like WordPress does. * * @param int $deprecated_show_uncategorized (default: 1) diff --git a/includes/widgets/class-wc-widget-product-categories.php b/includes/widgets/class-wc-widget-product-categories.php index decc6e6a697..e8ea2de29db 100644 --- a/includes/widgets/class-wc-widget-product-categories.php +++ b/includes/widgets/class-wc-widget-product-categories.php @@ -207,7 +207,7 @@ class WC_Widget_Product_Categories extends WC_Widget { ); $dropdown_args = wp_parse_args( $dropdown_args, $dropdown_defaults ); - // Stuck with this until a fix for http://core.trac.wordpress.org/ticket/13258 + // Stuck with this until a fix for https://core.trac.wordpress.org/ticket/13258 wc_product_dropdown_categories( apply_filters( 'woocommerce_product_categories_widget_dropdown_args', $dropdown_args ) ); wc_enqueue_js( " diff --git a/package.json b/package.json index 962a8d5c223..87bbd623fe6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "woocommerce", "title": "WooCommerce", "version": "2.6.0", - "homepage": "http://www.woothemes.com/woocommerce/", + "homepage": "https://www.woothemes.com/woocommerce/", "repository": { "type": "git", "url": "https://github.com/woothemes/woocommerce.git" diff --git a/readme.txt b/readme.txt index 6bb0e454be0..f6c01a92567 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Requires at least: 4.4 Tested up to: 4.5 Stable tag: 2.5.5 License: GPLv3 -License URI: http://www.gnu.org/licenses/gpl-3.0.html +License URI: https://www.gnu.org/licenses/gpl-3.0.html WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully. @@ -37,7 +37,7 @@ One of the biggest risks of using a hosted eCommerce platform is what happens to [Storefront](https://wordpress.org/themes/storefront/) is a free WordPress theme available to any WooCommerce store. Along with deep WooCommerce integration, Storefront prioritizes speed and uptime while eliminating theme and plugin conflicts during major updates. -Define your style even further by customizing Storefront to your liking or choosing from one of our several [Storefront child themes](http://www.woothemes.com/product-category/themes/storefront-child-theme-themes/). It’s all up to you, and all open source. +Define your style even further by customizing Storefront to your liking or choosing from one of our several [Storefront child themes](https://www.woothemes.com/product-category/themes/storefront-child-theme-themes/). It’s all up to you, and all open source. = Built with developers in mind = @@ -65,14 +65,14 @@ Keen to see them all? Search WordPress.org for ‘WooCommerce’ to dive in. If you’re looking for something endorsed and maintained by the developers who built WooCommerce, there are a plethora of premium eCommerce extensions, the most popular of which include: -- [WooCommerce Subscriptions](http://www.woothemes.com/products/woocommerce-subscriptions/) -- [WooCommerce Memberships](http://www.woothemes.com/products/woocommerce-memberships/) -- [WooCommerce Bookings](http://www.woothemes.com/products/woocommerce-bookings/) -- [Dynamic Pricing](http://www.woothemes.com/products/dynamic-pricing/) -- [Table Rate Shipping](http://www.woothemes.com/products/table-rate-shipping/) -- [Product CSV Import Suite](http://www.woothemes.com/products/product-csv-import-suite/) +- [WooCommerce Subscriptions](https://www.woothemes.com/products/woocommerce-subscriptions/) +- [WooCommerce Memberships](https://www.woothemes.com/products/woocommerce-memberships/) +- [WooCommerce Bookings](https://www.woothemes.com/products/woocommerce-bookings/) +- [Dynamic Pricing](https://www.woothemes.com/products/dynamic-pricing/) +- [Table Rate Shipping](https://www.woothemes.com/products/table-rate-shipping/) +- [Product CSV Import Suite](https://www.woothemes.com/products/product-csv-import-suite/) -And there’s plenty more where they came from. Visit our [extensions page](http://www.woothemes.com/product-category/woocommerce-extensions/) to find out everything you’re capable of and all that's possible with premium WooCommerce extensions. +And there’s plenty more where they came from. Visit our [extensions page](https://www.woothemes.com/product-category/woocommerce-extensions/) to find out everything you’re capable of and all that's possible with premium WooCommerce extensions. = Join our growing community = @@ -82,7 +82,7 @@ If you’re interested in contributing to WooCommerce we’ve got more than 350 Want to add a new language to WooCommerce? Swell! You can contribute via [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/woocommerce). -And, finally, consider joining or spearheading a WooCommerce Meetup locally, more about those [here](http://www.woothemes.com/woocommerce/meetups/). +And, finally, consider joining or spearheading a WooCommerce Meetup locally, more about those [here](https://www.woothemes.com/woocommerce/meetups/). == Installation == @@ -101,7 +101,7 @@ In the search field type “WooCommerce” and click Search Plugins. Once you’ = Manual installation = -The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains [instructions on how to do this here](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation). +The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains [instructions on how to do this here](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation). = Updating = @@ -111,25 +111,25 @@ If on the off-chance you do encounter issues with the shop/category pages after = Dummy data = -WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the [WordPress importer](http://wordpress.org/extend/plugins/wordpress-importer/) or use our [CSV Import Suite plugin](http://www.woothemes.com/products/product-csv-import-suite/) to import dummy_data.csv and dummy_data_variations.csv. +WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the [WordPress importer](https://wordpress.org/extend/plugins/wordpress-importer/) or use our [CSV Import Suite plugin](https://www.woothemes.com/products/product-csv-import-suite/) to import dummy_data.csv and dummy_data_variations.csv. == Frequently Asked Questions == = Where can I find WooCommerce documentation and user guides? = -For help setting up and configuring WooCommerce please refer to our [user guide](http://docs.woothemes.com/documentation/plugins/woocommerce/getting-started/) +For help setting up and configuring WooCommerce please refer to our [user guide](https://docs.woothemes.com/documentation/plugins/woocommerce/getting-started/) -For extending or theming WooCommerce, see our [codex](http://docs.woothemes.com/documentation/plugins/woocommerce/woocommerce-codex/). +For extending or theming WooCommerce, see our [codex](https://docs.woothemes.com/documentation/plugins/woocommerce/woocommerce-codex/). = Where can I get support or talk to other users? = If you get stuck, you can ask for help in the [WooCommerce Plugin Forum](https://wordpress.org/support/plugin/woocommerce). -For help with premium add-ons from WooThemes, use [our helpdesk](http://support.woothemes.com/). +For help with premium add-ons from WooThemes, use [our helpdesk](https://support.woothemes.com/). = Will WooCommerce work with my theme? = -Yes; WooCommerce will work with any theme, but may require some styling to make it match nicely. Please see our [codex](http://docs.woothemes.com/documentation/plugins/woocommerce/woocommerce-codex/) for help. If you're looking for a theme with built in WooCommerce integration we recommend [Storefront](http://www.woothemes.com/storefront/). +Yes; WooCommerce will work with any theme, but may require some styling to make it match nicely. Please see our [codex](https://docs.woothemes.com/documentation/plugins/woocommerce/woocommerce-codex/) for help. If you're looking for a theme with built in WooCommerce integration we recommend [Storefront](https://www.woothemes.com/storefront/). = Where can I request new features, eCommerce themes and extensions? = @@ -141,7 +141,7 @@ Bugs can be reported either in our support forum or preferably on the [WooCommer = Where can I find the REST API documentation? = -You can find the documentation of our REST API on the [WooCommerce REST API Docs](http://woothemes.github.io/woocommerce-rest-api-docs/). +You can find the documentation of our REST API on the [WooCommerce REST API Docs](https://woothemes.github.io/woocommerce-rest-api-docs/). = WooCommerce is awesome! Can I contribute? = diff --git a/templates/archive-product.php b/templates/archive-product.php index b4ffc6916f9..42e7c2cb749 100644 --- a/templates/archive-product.php +++ b/templates/archive-product.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 diff --git a/templates/auth/footer.php b/templates/auth/footer.php index 61493332cfc..ddeaf1953da 100644 --- a/templates/auth/footer.php +++ b/templates/auth/footer.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Auth * @version 2.4.0 diff --git a/templates/auth/form-grant-access.php b/templates/auth/form-grant-access.php index 0d34063f7a6..206ddfbb79c 100644 --- a/templates/auth/form-grant-access.php +++ b/templates/auth/form-grant-access.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Auth * @version 2.4.0 diff --git a/templates/auth/form-login.php b/templates/auth/form-login.php index 98628ba4564..d9e7069a66c 100644 --- a/templates/auth/form-login.php +++ b/templates/auth/form-login.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Auth * @version 2.4.0 diff --git a/templates/auth/header.php b/templates/auth/header.php index cef1ded1bdf..e3e2d88585b 100644 --- a/templates/auth/header.php +++ b/templates/auth/header.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Auth * @version 2.4.0 @@ -21,7 +21,7 @@ if ( ! defined( 'ABSPATH' ) ) { } ?> -> +> diff --git a/templates/cart/cart-empty.php b/templates/cart/cart-empty.php index fbb462f5378..433e752d626 100644 --- a/templates/cart/cart-empty.php +++ b/templates/cart/cart-empty.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 diff --git a/templates/cart/cart-item-data.php b/templates/cart/cart-item-data.php index 8a7ce9fd5d9..3c2fd3650c5 100644 --- a/templates/cart/cart-item-data.php +++ b/templates/cart/cart-item-data.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.4.0 diff --git a/templates/cart/cart-shipping.php b/templates/cart/cart-shipping.php index 0574edf7e5f..a3c79c7ae80 100644 --- a/templates/cart/cart-shipping.php +++ b/templates/cart/cart-shipping.php @@ -12,7 +12,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.5.0 diff --git a/templates/cart/cart-totals.php b/templates/cart/cart-totals.php index 481f296a439..79836f06556 100644 --- a/templates/cart/cart-totals.php +++ b/templates/cart/cart-totals.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.3.6 diff --git a/templates/cart/cart.php b/templates/cart/cart.php index 4fed5dfc05a..7a3e4e9c689 100644 --- a/templates/cart/cart.php +++ b/templates/cart/cart.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.3.8 diff --git a/templates/cart/cross-sells.php b/templates/cart/cross-sells.php index 8cbce8ed95b..19bc00399bd 100644 --- a/templates/cart/cross-sells.php +++ b/templates/cart/cross-sells.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 diff --git a/templates/cart/mini-cart.php b/templates/cart/mini-cart.php index caefd56c101..fc7f5be9803 100644 --- a/templates/cart/mini-cart.php +++ b/templates/cart/mini-cart.php @@ -12,7 +12,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.5.0 diff --git a/templates/cart/proceed-to-checkout-button.php b/templates/cart/proceed-to-checkout-button.php index fd21f7adae3..d9110c4d1ac 100644 --- a/templates/cart/proceed-to-checkout-button.php +++ b/templates/cart/proceed-to-checkout-button.php @@ -12,7 +12,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.4.0 diff --git a/templates/cart/shipping-calculator.php b/templates/cart/shipping-calculator.php index 64993987268..eb4abaca7bf 100644 --- a/templates/cart/shipping-calculator.php +++ b/templates/cart/shipping-calculator.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.0.8 diff --git a/templates/checkout/cart-errors.php b/templates/checkout/cart-errors.php index 05f36328817..e3544b32785 100644 --- a/templates/checkout/cart-errors.php +++ b/templates/checkout/cart-errors.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.4.0 diff --git a/templates/checkout/form-billing.php b/templates/checkout/form-billing.php index ac4de3a6887..f71dab55b15 100644 --- a/templates/checkout/form-billing.php +++ b/templates/checkout/form-billing.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.1.2 diff --git a/templates/checkout/form-checkout.php b/templates/checkout/form-checkout.php index aeec39edec5..43afd9315dc 100644 --- a/templates/checkout/form-checkout.php +++ b/templates/checkout/form-checkout.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.3.0 diff --git a/templates/checkout/form-coupon.php b/templates/checkout/form-coupon.php index 62a69d7268c..d48c279ca7b 100644 --- a/templates/checkout/form-coupon.php +++ b/templates/checkout/form-coupon.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.2 diff --git a/templates/checkout/form-login.php b/templates/checkout/form-login.php index d42813e296a..bc47318d59b 100644 --- a/templates/checkout/form-login.php +++ b/templates/checkout/form-login.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 diff --git a/templates/checkout/form-pay.php b/templates/checkout/form-pay.php index 4838a355f96..f1eba60302e 100644 --- a/templates/checkout/form-pay.php +++ b/templates/checkout/form-pay.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.5.0 diff --git a/templates/checkout/form-shipping.php b/templates/checkout/form-shipping.php index 9cf6a3c98e7..7e99fd8d68b 100644 --- a/templates/checkout/form-shipping.php +++ b/templates/checkout/form-shipping.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.2.0 diff --git a/templates/checkout/payment-method.php b/templates/checkout/payment-method.php index fedb9451f70..d7209a5b6f0 100644 --- a/templates/checkout/payment-method.php +++ b/templates/checkout/payment-method.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.3.0 diff --git a/templates/checkout/payment.php b/templates/checkout/payment.php index ce5fb22cce1..209fd229fa5 100644 --- a/templates/checkout/payment.php +++ b/templates/checkout/payment.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.5.0 diff --git a/templates/checkout/review-order.php b/templates/checkout/review-order.php index 74e5e6f98e9..9b98d22eee4 100644 --- a/templates/checkout/review-order.php +++ b/templates/checkout/review-order.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.3.0 diff --git a/templates/checkout/thankyou.php b/templates/checkout/thankyou.php index 7f1f6a57972..2427a9d87ef 100644 --- a/templates/checkout/thankyou.php +++ b/templates/checkout/thankyou.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.2.0 diff --git a/templates/content-product.php b/templates/content-product.php index 17da20cb771..ce121905b2e 100644 --- a/templates/content-product.php +++ b/templates/content-product.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.5.0 diff --git a/templates/content-product_cat.php b/templates/content-product_cat.php index e1d4b80a595..934a70719ad 100644 --- a/templates/content-product_cat.php +++ b/templates/content-product_cat.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.5.2 diff --git a/templates/content-single-product.php b/templates/content-single-product.php index a4530ae508a..8437218bab5 100644 --- a/templates/content-single-product.php +++ b/templates/content-single-product.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 diff --git a/templates/content-widget-product.php b/templates/content-widget-product.php index 9be4112cfcd..6204e67fc0d 100644 --- a/templates/content-widget-product.php +++ b/templates/content-widget-product.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.5.0 diff --git a/templates/emails/admin-cancelled-order.php b/templates/emails/admin-cancelled-order.php index 0c638f89dd8..b8c31eef8c7 100644 --- a/templates/emails/admin-cancelled-order.php +++ b/templates/emails/admin-cancelled-order.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.5.0 diff --git a/templates/emails/admin-failed-order.php b/templates/emails/admin-failed-order.php index 98ed3322a38..0367bd8dd34 100644 --- a/templates/emails/admin-failed-order.php +++ b/templates/emails/admin-failed-order.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.5.0 diff --git a/templates/emails/admin-new-order.php b/templates/emails/admin-new-order.php index 8633d826351..71e3dee96a7 100644 --- a/templates/emails/admin-new-order.php +++ b/templates/emails/admin-new-order.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/HTML * @version 2.5.0 diff --git a/templates/emails/customer-completed-order.php b/templates/emails/customer-completed-order.php index fddb57ee9b6..18601093e1d 100644 --- a/templates/emails/customer-completed-order.php +++ b/templates/emails/customer-completed-order.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.5.0 diff --git a/templates/emails/customer-invoice.php b/templates/emails/customer-invoice.php index ba121eeb0c2..335fb831a57 100644 --- a/templates/emails/customer-invoice.php +++ b/templates/emails/customer-invoice.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.5.0 diff --git a/templates/emails/customer-new-account.php b/templates/emails/customer-new-account.php index 1b076f21a6c..f7ee858d71f 100644 --- a/templates/emails/customer-new-account.php +++ b/templates/emails/customer-new-account.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 1.6.4 diff --git a/templates/emails/customer-note.php b/templates/emails/customer-note.php index b77b8671027..e1217b40075 100644 --- a/templates/emails/customer-note.php +++ b/templates/emails/customer-note.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.5.0 diff --git a/templates/emails/customer-on-hold-order.php b/templates/emails/customer-on-hold-order.php index c94814b6334..2f539186956 100644 --- a/templates/emails/customer-on-hold-order.php +++ b/templates/emails/customer-on-hold-order.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.5.0 diff --git a/templates/emails/customer-processing-order.php b/templates/emails/customer-processing-order.php index 1721daae2a2..dbe3f3410d5 100644 --- a/templates/emails/customer-processing-order.php +++ b/templates/emails/customer-processing-order.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.5.0 diff --git a/templates/emails/customer-refunded-order.php b/templates/emails/customer-refunded-order.php index 5e35e686bbd..078ea978b36 100644 --- a/templates/emails/customer-refunded-order.php +++ b/templates/emails/customer-refunded-order.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.5.0 diff --git a/templates/emails/customer-reset-password.php b/templates/emails/customer-reset-password.php index fedbd5e1f85..200d2414877 100644 --- a/templates/emails/customer-reset-password.php +++ b/templates/emails/customer-reset-password.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.0.0 diff --git a/templates/emails/email-addresses.php b/templates/emails/email-addresses.php index 3476d35eed8..7a25ff2190a 100644 --- a/templates/emails/email-addresses.php +++ b/templates/emails/email-addresses.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.4.0 diff --git a/templates/emails/email-customer-details.php b/templates/emails/email-customer-details.php index 6fc34c94100..3c631dc2320 100644 --- a/templates/emails/email-customer-details.php +++ b/templates/emails/email-customer-details.php @@ -12,7 +12,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.5.0 diff --git a/templates/emails/email-footer.php b/templates/emails/email-footer.php index 05d795edfb1..a1e1e948006 100644 --- a/templates/emails/email-footer.php +++ b/templates/emails/email-footer.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.3.0 diff --git a/templates/emails/email-header.php b/templates/emails/email-header.php index ed915071633..c053a638d8c 100644 --- a/templates/emails/email-header.php +++ b/templates/emails/email-header.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.4.0 diff --git a/templates/emails/email-order-details.php b/templates/emails/email-order-details.php index fc098e1d560..fcf0d520d6b 100644 --- a/templates/emails/email-order-details.php +++ b/templates/emails/email-order-details.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.5.0 diff --git a/templates/emails/email-order-items.php b/templates/emails/email-order-items.php index 81c46d2fcd8..573f4195c07 100644 --- a/templates/emails/email-order-items.php +++ b/templates/emails/email-order-items.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.1.2 diff --git a/templates/emails/email-styles.php b/templates/emails/email-styles.php index ee51d1241f1..d848d4b15e1 100644 --- a/templates/emails/email-styles.php +++ b/templates/emails/email-styles.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.3.0 diff --git a/templates/emails/plain/admin-cancelled-order.php b/templates/emails/plain/admin-cancelled-order.php index ad1a9324e34..84f199a2f7c 100644 --- a/templates/emails/plain/admin-cancelled-order.php +++ b/templates/emails/plain/admin-cancelled-order.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.5.0 diff --git a/templates/emails/plain/admin-failed-order.php b/templates/emails/plain/admin-failed-order.php index 5c119672ae8..6a3a67241d9 100644 --- a/templates/emails/plain/admin-failed-order.php +++ b/templates/emails/plain/admin-failed-order.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.5.0 diff --git a/templates/emails/plain/admin-new-order.php b/templates/emails/plain/admin-new-order.php index f191def1174..1d6420ff8a5 100644 --- a/templates/emails/plain/admin-new-order.php +++ b/templates/emails/plain/admin-new-order.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.5.0 diff --git a/templates/emails/plain/customer-completed-order.php b/templates/emails/plain/customer-completed-order.php index 2c5a22b5136..883aed4d36a 100644 --- a/templates/emails/plain/customer-completed-order.php +++ b/templates/emails/plain/customer-completed-order.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.5.0 diff --git a/templates/emails/plain/customer-invoice.php b/templates/emails/plain/customer-invoice.php index 98266ef9d59..bc628162039 100644 --- a/templates/emails/plain/customer-invoice.php +++ b/templates/emails/plain/customer-invoice.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.5.0 diff --git a/templates/emails/plain/customer-new-account.php b/templates/emails/plain/customer-new-account.php index a90f4f12608..cf40cf58e6d 100644 --- a/templates/emails/plain/customer-new-account.php +++ b/templates/emails/plain/customer-new-account.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.0.0 diff --git a/templates/emails/plain/customer-note.php b/templates/emails/plain/customer-note.php index de3e7d35cf3..5bdd4667d84 100644 --- a/templates/emails/plain/customer-note.php +++ b/templates/emails/plain/customer-note.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.5.0 diff --git a/templates/emails/plain/customer-on-hold-order.php b/templates/emails/plain/customer-on-hold-order.php index 0864f4bcea5..75948c9d4c2 100644 --- a/templates/emails/plain/customer-on-hold-order.php +++ b/templates/emails/plain/customer-on-hold-order.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.5.0 diff --git a/templates/emails/plain/customer-processing-order.php b/templates/emails/plain/customer-processing-order.php index 8b0a28568f3..e1ccb0f8828 100644 --- a/templates/emails/plain/customer-processing-order.php +++ b/templates/emails/plain/customer-processing-order.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.5.0 diff --git a/templates/emails/plain/customer-refunded-order.php b/templates/emails/plain/customer-refunded-order.php index de4a87bdcab..754f5a34c10 100644 --- a/templates/emails/plain/customer-refunded-order.php +++ b/templates/emails/plain/customer-refunded-order.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.5.0 diff --git a/templates/emails/plain/customer-reset-password.php b/templates/emails/plain/customer-reset-password.php index 41be8bfc910..37cba14b36e 100644 --- a/templates/emails/plain/customer-reset-password.php +++ b/templates/emails/plain/customer-reset-password.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.3.0 diff --git a/templates/emails/plain/email-addresses.php b/templates/emails/plain/email-addresses.php index ef7c934af41..e180d5811e6 100644 --- a/templates/emails/plain/email-addresses.php +++ b/templates/emails/plain/email-addresses.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.2.0 diff --git a/templates/emails/plain/email-customer-details.php b/templates/emails/plain/email-customer-details.php index 2800483eac1..dc0061f8a30 100644 --- a/templates/emails/plain/email-customer-details.php +++ b/templates/emails/plain/email-customer-details.php @@ -12,7 +12,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.5.0 diff --git a/templates/emails/plain/email-order-details.php b/templates/emails/plain/email-order-details.php index 36ba4efa5b9..912821b7f5b 100644 --- a/templates/emails/plain/email-order-details.php +++ b/templates/emails/plain/email-order-details.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.5.0 diff --git a/templates/emails/plain/email-order-items.php b/templates/emails/plain/email-order-items.php index d288a7a9e10..9345ebef5ee 100644 --- a/templates/emails/plain/email-order-items.php +++ b/templates/emails/plain/email-order-items.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.1.2 diff --git a/templates/global/breadcrumb.php b/templates/global/breadcrumb.php index 514f60081b8..e903b974edd 100644 --- a/templates/global/breadcrumb.php +++ b/templates/global/breadcrumb.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.3.0 diff --git a/templates/global/form-login.php b/templates/global/form-login.php index c7226d16e1a..71c77bffbe4 100644 --- a/templates/global/form-login.php +++ b/templates/global/form-login.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.1.0 diff --git a/templates/global/quantity-input.php b/templates/global/quantity-input.php index ee334d8ab04..edcddb3d96a 100644 --- a/templates/global/quantity-input.php +++ b/templates/global/quantity-input.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.5.0 diff --git a/templates/global/sidebar.php b/templates/global/sidebar.php index 9ff9bc6f4f5..ab9e04376fd 100644 --- a/templates/global/sidebar.php +++ b/templates/global/sidebar.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 diff --git a/templates/global/wrapper-end.php b/templates/global/wrapper-end.php index 0c5fcce1b97..d35ea84d593 100644 --- a/templates/global/wrapper-end.php +++ b/templates/global/wrapper-end.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 diff --git a/templates/global/wrapper-start.php b/templates/global/wrapper-start.php index b7089378d22..5868fb67330 100644 --- a/templates/global/wrapper-start.php +++ b/templates/global/wrapper-start.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 diff --git a/templates/loop/add-to-cart.php b/templates/loop/add-to-cart.php index c40f31a96aa..f536a7f3dfb 100644 --- a/templates/loop/add-to-cart.php +++ b/templates/loop/add-to-cart.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.5.0 diff --git a/templates/loop/loop-end.php b/templates/loop/loop-end.php index 46bc5226223..477fed008a1 100644 --- a/templates/loop/loop-end.php +++ b/templates/loop/loop-end.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 diff --git a/templates/loop/loop-start.php b/templates/loop/loop-start.php index 806473d9acd..766267604e5 100644 --- a/templates/loop/loop-start.php +++ b/templates/loop/loop-start.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 diff --git a/templates/loop/no-products-found.php b/templates/loop/no-products-found.php index a8c0478f92d..26ca31af19d 100644 --- a/templates/loop/no-products-found.php +++ b/templates/loop/no-products-found.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 diff --git a/templates/loop/orderby.php b/templates/loop/orderby.php index 5e1fb916a04..b3650865847 100644 --- a/templates/loop/orderby.php +++ b/templates/loop/orderby.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.2.0 diff --git a/templates/loop/pagination.php b/templates/loop/pagination.php index fcfd6ea0f36..feb5cfa8567 100644 --- a/templates/loop/pagination.php +++ b/templates/loop/pagination.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.2.2 diff --git a/templates/loop/price.php b/templates/loop/price.php index 03624bea641..d8b8eeaa6d4 100644 --- a/templates/loop/price.php +++ b/templates/loop/price.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 diff --git a/templates/loop/rating.php b/templates/loop/rating.php index 2645e9c8b3e..96ed3e8fa78 100644 --- a/templates/loop/rating.php +++ b/templates/loop/rating.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 diff --git a/templates/loop/result-count.php b/templates/loop/result-count.php index 97b05cbf619..be50a5d41bb 100644 --- a/templates/loop/result-count.php +++ b/templates/loop/result-count.php @@ -12,7 +12,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 diff --git a/templates/loop/sale-flash.php b/templates/loop/sale-flash.php index 0697cc97a83..1bd000e52e4 100644 --- a/templates/loop/sale-flash.php +++ b/templates/loop/sale-flash.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 diff --git a/templates/myaccount/downloads.php b/templates/myaccount/downloads.php index 34751fe64fc..a48f34e450c 100644 --- a/templates/myaccount/downloads.php +++ b/templates/myaccount/downloads.php @@ -12,7 +12,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.6.0 diff --git a/templates/myaccount/form-add-payment-method.php b/templates/myaccount/form-add-payment-method.php index fe66b8fb9a3..968d824fd49 100644 --- a/templates/myaccount/form-add-payment-method.php +++ b/templates/myaccount/form-add-payment-method.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.6.0 diff --git a/templates/myaccount/form-edit-account.php b/templates/myaccount/form-edit-account.php index 70ac35a0a6b..c4f1e17bb63 100644 --- a/templates/myaccount/form-edit-account.php +++ b/templates/myaccount/form-edit-account.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.6.0 diff --git a/templates/myaccount/form-edit-address.php b/templates/myaccount/form-edit-address.php index 8d6f8d940c8..aa82c0c3444 100644 --- a/templates/myaccount/form-edit-address.php +++ b/templates/myaccount/form-edit-address.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.6.0 diff --git a/templates/myaccount/form-login.php b/templates/myaccount/form-login.php index 1219b49642f..d10e2ea07dd 100644 --- a/templates/myaccount/form-login.php +++ b/templates/myaccount/form-login.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.6.0 diff --git a/templates/myaccount/form-lost-password.php b/templates/myaccount/form-lost-password.php index 70b9c5a866d..c00402fa3f4 100644 --- a/templates/myaccount/form-lost-password.php +++ b/templates/myaccount/form-lost-password.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.6.0 diff --git a/templates/myaccount/form-reset-password.php b/templates/myaccount/form-reset-password.php index 81eedbe5a5a..772d4c9ba17 100644 --- a/templates/myaccount/form-reset-password.php +++ b/templates/myaccount/form-reset-password.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.6.0 diff --git a/templates/myaccount/lost-password-confirmation.php b/templates/myaccount/lost-password-confirmation.php index 49b753d3f22..58b6e3805f0 100644 --- a/templates/myaccount/lost-password-confirmation.php +++ b/templates/myaccount/lost-password-confirmation.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.6.0 diff --git a/templates/myaccount/my-account.php b/templates/myaccount/my-account.php index 5b541fdb2ec..ed478c68fa1 100644 --- a/templates/myaccount/my-account.php +++ b/templates/myaccount/my-account.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.6.0 diff --git a/templates/myaccount/my-address.php b/templates/myaccount/my-address.php index 0540e4a627b..edc5eb2c84b 100644 --- a/templates/myaccount/my-address.php +++ b/templates/myaccount/my-address.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.6.0 diff --git a/templates/myaccount/my-downloads.php b/templates/myaccount/my-downloads.php index ce2ed05eb55..cdd89db4e84 100644 --- a/templates/myaccount/my-downloads.php +++ b/templates/myaccount/my-downloads.php @@ -12,7 +12,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 diff --git a/templates/myaccount/navigation.php b/templates/myaccount/navigation.php index e4d619dd83e..5042d1195f1 100644 --- a/templates/myaccount/navigation.php +++ b/templates/myaccount/navigation.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.6.0 @@ -20,7 +20,7 @@ if ( ! defined( 'ABSPATH' ) ) { exit; } -do_action( 'woocommerce_before_account_navigation' ); +do_action( 'woocommerce_before_account_navigation' ); ?>
diff --git a/templates/single-product/product-attributes.php b/templates/single-product/product-attributes.php index 63440e872d4..f12dbd61684 100644 --- a/templates/single-product/product-attributes.php +++ b/templates/single-product/product-attributes.php @@ -12,7 +12,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.1.3 diff --git a/templates/single-product/product-image.php b/templates/single-product/product-image.php index 3a3f3196fef..d3550f21aa0 100644 --- a/templates/single-product/product-image.php +++ b/templates/single-product/product-image.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.0.14 diff --git a/templates/single-product/product-thumbnails.php b/templates/single-product/product-thumbnails.php index 0ffa947f868..547f4a724de 100644 --- a/templates/single-product/product-thumbnails.php +++ b/templates/single-product/product-thumbnails.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.3.0 diff --git a/templates/single-product/rating.php b/templates/single-product/rating.php index 7482091f907..f82559514c7 100644 --- a/templates/single-product/rating.php +++ b/templates/single-product/rating.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.3.2 diff --git a/templates/single-product/related.php b/templates/single-product/related.php index 257c446fd2a..5d01fe6f70e 100644 --- a/templates/single-product/related.php +++ b/templates/single-product/related.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 diff --git a/templates/single-product/review-meta.php b/templates/single-product/review-meta.php index 201720fdd87..f763901fe04 100644 --- a/templates/single-product/review-meta.php +++ b/templates/single-product/review-meta.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.6.0 diff --git a/templates/single-product/review-rating.php b/templates/single-product/review-rating.php index 060a9d6ff6d..c983302568c 100644 --- a/templates/single-product/review-rating.php +++ b/templates/single-product/review-rating.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.6.0 diff --git a/templates/single-product/review.php b/templates/single-product/review.php index f9cfd4f4438..c1b8a5bf160 100644 --- a/templates/single-product/review.php +++ b/templates/single-product/review.php @@ -12,7 +12,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.6.0 diff --git a/templates/single-product/sale-flash.php b/templates/single-product/sale-flash.php index 51a49b995dd..5a5f9d75ba9 100644 --- a/templates/single-product/sale-flash.php +++ b/templates/single-product/sale-flash.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 diff --git a/templates/single-product/share.php b/templates/single-product/share.php index 5cf67984a7b..e3abf16df65 100644 --- a/templates/single-product/share.php +++ b/templates/single-product/share.php @@ -12,7 +12,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 diff --git a/templates/single-product/short-description.php b/templates/single-product/short-description.php index d94e32bdbf0..3aa40da882a 100644 --- a/templates/single-product/short-description.php +++ b/templates/single-product/short-description.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 diff --git a/templates/single-product/tabs/additional-information.php b/templates/single-product/tabs/additional-information.php index f50249030b9..e785a7950f8 100644 --- a/templates/single-product/tabs/additional-information.php +++ b/templates/single-product/tabs/additional-information.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 diff --git a/templates/single-product/tabs/description.php b/templates/single-product/tabs/description.php index fe74860dc89..0646b71e5cc 100644 --- a/templates/single-product/tabs/description.php +++ b/templates/single-product/tabs/description.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 diff --git a/templates/single-product/tabs/tabs.php b/templates/single-product/tabs/tabs.php index c62f223513e..70024f37377 100644 --- a/templates/single-product/tabs/tabs.php +++ b/templates/single-product/tabs/tabs.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.4.0 diff --git a/templates/single-product/title.php b/templates/single-product/title.php index bade69237ab..52768defb5c 100644 --- a/templates/single-product/title.php +++ b/templates/single-product/title.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 diff --git a/templates/single-product/up-sells.php b/templates/single-product/up-sells.php index cca39284452..99c66651bd1 100644 --- a/templates/single-product/up-sells.php +++ b/templates/single-product/up-sells.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 diff --git a/templates/taxonomy-product_cat.php b/templates/taxonomy-product_cat.php index a53f504158f..192e74bf5a1 100644 --- a/templates/taxonomy-product_cat.php +++ b/templates/taxonomy-product_cat.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @package WooCommerce/Templates * @version 1.6.4 */ diff --git a/templates/taxonomy-product_tag.php b/templates/taxonomy-product_tag.php index 787c7771074..60132bd473f 100644 --- a/templates/taxonomy-product_tag.php +++ b/templates/taxonomy-product_tag.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see http://docs.woothemes.com/document/template-structure/ + * @see https://docs.woothemes.com/document/template-structure/ * @package WooCommerce/Templates * @version 1.6.4 */ diff --git a/tests/unit-tests/formatting/functions.php b/tests/unit-tests/formatting/functions.php index 54cc9ed33ac..f1228a87ca0 100644 --- a/tests/unit-tests/formatting/functions.php +++ b/tests/unit-tests/formatting/functions.php @@ -29,10 +29,10 @@ class WC_Tests_Formatting_Functions extends WC_Unit_Test_Case { */ public function test_wc_get_filename_from_url() { - $this->assertEquals( 'woocommerce.pdf', wc_get_filename_from_url( 'http://www.woothemes.com/woocommerce.pdf' ) ); + $this->assertEquals( 'woocommerce.pdf', wc_get_filename_from_url( 'https://www.woothemes.com/woocommerce.pdf' ) ); $this->assertEmpty( wc_get_filename_from_url( 'ftp://wc' ) ); $this->assertEmpty( wc_get_filename_from_url( 'http://www.skyverge.com' ) ); - $this->assertEquals( 'woocommerce', wc_get_filename_from_url( 'http://www.woothemes.com/woocommerce' ) ); + $this->assertEquals( 'woocommerce', wc_get_filename_from_url( 'https://www.woothemes.com/woocommerce' ) ); } /** diff --git a/woocommerce.php b/woocommerce.php index fc146a926dd..efa36888f1b 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -1,11 +1,11 @@