-
Notifications
You must be signed in to change notification settings - Fork 815
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new wrapper function on WordPress.com to match Jetpack-only funct…
…ion. Summary: When syncing Jetpack files with WordPress.com, we sometimes run into issues because Jetpack and WordPress.com have 2 different functions to check if a module is active: `is_active_module` on WordPress.com, `is_module_active` in Jetpack. This diff fixes that by adding a new `is_module_active` function on WordPress.com. Test Plan: Once this is merged, we should be able to sync PRs like this one with no issues. #10120 Reviewers: dereksmart, kraftbj, mdawaffe, migueluy, jeherve Reviewed By: dereksmart, kraftbj, mdawaffe Subscribers: gibrown, mdawaffe, kraftbj Tags: #touches_jetpack_files Differential Revision: https://[private link] Merges r190254-wpcom.
- Loading branch information
1 parent
bb64652
commit 1b619fd
Showing
1 changed file
with
16 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters