diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 875afd2d1dc..33f8883388f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1356,8 +1356,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 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 - Taken out Piwik integration, use https://wordpress.org/plugins/woocommerce-piwik-integration/ from now on. +* Refactor - Taken out ShareYourCart integration, use https://wordpress.org/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). diff --git a/assets/js/admin/product-ordering.js b/assets/js/admin/product-ordering.js index 37550194d59..8d5fe06c2c9 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 (https://wordpress.org/extend/plugins/simple-page-ordering/) + * Based on Simple Page Ordering by 10up (https://wordpress.org/plugins/simple-page-ordering/) * * Modified - products have no children (non hierarchical) */ diff --git a/includes/admin/class-wc-admin-help.php b/includes/admin/class-wc-admin-help.php index e9723884774..6e397939116 100644 --- a/includes/admin/class-wc-admin-help.php +++ b/includes/admin/class-wc-admin-help.php @@ -229,7 +229,7 @@ class WC_Admin_Help { $screen->set_help_sidebar( '

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

' . '

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

' . - '

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

' . + '

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

' . '

' . __( 'Github Project', '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 899e2032737..cde84c0009c 100644 --- a/includes/admin/class-wc-admin-post-types.php +++ b/includes/admin/class-wc-admin-post-types.php @@ -923,7 +923,7 @@ class WC_Admin_Post_Types { /** * Product sorting link. * - * Based on Simple Page Ordering by 10up (https://wordpress.org/extend/plugins/simple-page-ordering/). + * Based on Simple Page Ordering by 10up (https://wordpress.org/plugins/simple-page-ordering/). * * @param array $views * @return array diff --git a/includes/admin/settings/class-wc-settings-products.php b/includes/admin/settings/class-wc-settings-products.php index 1fc5a4c8100..8a5ee8a5730 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' ), 'https://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/plugins/regenerate-thumbnails/' ), 'id' => 'image_options', ), diff --git a/includes/class-wc-ajax.php b/includes/class-wc-ajax.php index 3301125a5b6..03f9b5c5743 100644 --- a/includes/class-wc-ajax.php +++ b/includes/class-wc-ajax.php @@ -1814,7 +1814,7 @@ class WC_AJAX { /** * Ajax request handling for product ordering. * - * Based on Simple Page Ordering by 10up (https://wordpress.org/extend/plugins/simple-page-ordering/). + * Based on Simple Page Ordering by 10up (https://wordpress.org/plugins/simple-page-ordering/). */ public static function product_ordering() { global $wpdb; diff --git a/readme.txt b/readme.txt index 1927673b6a4..137d21caf93 100644 --- a/readme.txt +++ b/readme.txt @@ -114,7 +114,7 @@ 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](https://wordpress.org/extend/plugins/wordpress-importer/) or use our [CSV Import Suite plugin](https://woocommerce.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/plugins/wordpress-importer/) or use our [CSV Import Suite plugin](https://woocommerce.com/products/product-csv-import-suite/) to import dummy_data.csv and dummy_data_variations.csv. == Frequently Asked Questions ==