woocommerce/includes/admin
Chouby 1a1a152e2e Fix duplicate_post_taxonomies() when using non unique slugs
Since WP 4.3, it is possible to use non unique terms slugs in the same taxonomy. Currently duplicate_post_taxonomies() uses the term slug in wp_set_object_terms(), thus may set a wrong term. I propose to use term_id instead, which ensures that the correct term is set.
2017-01-11 09:32:12 +01:00
..
importers add translators comments 2016-10-29 13:16:03 +03:00
meta-boxes More escaping 2017-01-06 14:09:36 +00:00
reports Fix date query format 2017-01-10 15:50:05 +00:00
settings Customer search 2016-12-21 14:18:33 +00:00
views Escaping for scruitinizer 2017-01-06 12:45:28 +00:00
class-wc-admin-addons.php Fixed undefined property on admin addons 2016-11-08 18:31:39 -02:00
class-wc-admin-api-keys-table-list.php a11y: replace `title` attributes with `aria-label`, for better accessibility 2016-11-04 17:41:51 +02:00
class-wc-admin-api-keys.php Fix strings case (#12069) 2016-10-12 11:16:30 +01:00
class-wc-admin-assets.php Add select2 script and CSS 2016-12-20 16:45:22 +00:00
class-wc-admin-attributes.php Escaping for scruitinizer 2017-01-06 12:45:28 +00:00
class-wc-admin-dashboard.php a11y: remove unneeded `title` attributes 2016-11-04 17:40:15 +02:00
class-wc-admin-duplicate-product.php Fix duplicate_post_taxonomies() when using non unique slugs 2017-01-11 09:32:12 +01:00
class-wc-admin-help.php i18n <a> links, closes #12195 2016-10-27 15:36:24 -02:00
class-wc-admin-importers.php Fix strings case (#12069) 2016-10-12 11:16:30 +01:00
class-wc-admin-menus.php Fix strings case (#12069) 2016-10-12 11:16:30 +01:00
class-wc-admin-meta-boxes.php Support template option 2016-12-13 14:02:52 +00:00
class-wc-admin-notices.php WordPress.PHP.YodaConditions.NotYoda 2016-09-08 01:32:24 +03:00
class-wc-admin-permalink-settings.php Fix strings case (#12069) 2016-10-12 11:16:30 +01:00
class-wc-admin-pointers.php Fix strings case (#12069) 2016-10-12 11:16:30 +01:00
class-wc-admin-post-types.php Escaping for scruitinizer 2017-01-06 12:45:28 +00:00
class-wc-admin-profile.php Fix strings case (#12069) 2016-10-12 11:16:30 +01:00
class-wc-admin-reports.php Fix strings case (#12069) 2016-10-12 11:16:30 +01:00
class-wc-admin-settings.php Wrap all deprecation calls. 2016-11-23 16:15:00 +00:00
class-wc-admin-setup-wizard.php Updated WooThemes to WooCommerce 2017-01-02 17:56:19 +01:00
class-wc-admin-status.php Fix themes_api fatal error 2016-12-07 11:37:00 +00:00
class-wc-admin-taxonomies.php Fallback to full image 2017-01-05 14:31:04 +00:00
class-wc-admin-webhooks-table-list.php a11y: replace `title` attributes with `aria-label`, for better accessibility 2016-11-04 17:41:51 +02:00
class-wc-admin-webhooks.php Fixed broke webhooks pagination label 2016-11-22 22:48:00 -02:00
class-wc-admin.php Tweak - Exclude profile pages from WC pages using array_diff 2017-01-10 21:55:11 +05:45
wc-admin-functions.php Fix order total race condition in CRUD 2016-09-07 09:28:11 +01:00
wc-meta-box-functions.php Dynamic add 2 attribute. 2017-01-02 18:01:52 +05:30