Skip to content

Commit d20573c

Browse files
authored
fix(admin): name the WooCommerce integration row (#147)
Saddle Pro's saddle_integration_ui_prefixes hook contributes four detection-gated prefixes, not three: yoast-, rank-math-, aioseo- and wc-. #144 gave KNOWN display entries to the three SEO ones and missed the store, so a Pro + WooCommerce site rendered a row titled literally "wc" with an empty description via detectIntegrations()'s fallback. Also regenerates languages/saddle.pot, which was last built on 08-21 and so was missing #144's six SEO msgids alongside these two. Closes #146
1 parent 565e323 commit d20573c

4 files changed

Lines changed: 43 additions & 3 deletions

File tree

admin/build/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => '1b462813058d33cb12bb');
1+
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => '1e6978e822c8398099c0');

0 commit comments

Comments
 (0)