Skip to content

Commit

Permalink
My Jetpack: Needs plugins notice- Installation/activation fix & trans…
Browse files Browse the repository at this point in the history
…lations improvements. (#41493)

* Make each plugin list item display the action needed.

* Move notice content & translations logic into separate custom hook file.

* Fix: Move plugins needing Jetpack installed to end of list.

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13112909154

Upstream-Ref: Automattic/jetpack@ee31f14
  • Loading branch information
elliottprogrammer authored and matticbot committed Feb 3, 2025
1 parent fdc9ba9 commit 939e64e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 33 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '2ce09843437f0e89c403');
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'bc23731fbd6c5ae5b8aa');
69 changes: 37 additions & 32 deletions build/index.js

Large diffs are not rendered by default.

0 comments on commit 939e64e

Please sign in to comment.