Skip to content

Commit

Permalink
Comment new conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Nov 22, 2019
1 parent d56a04c commit 983d9e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/plugin-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
Jetpack::is_active() &&
/** This filter is documented in _inc/lib/admin-pages/class.jetpack-react-page.php */
apply_filters( 'jetpack_show_promotions', true ) &&
// Disable feature hints when plugins cannot be installed.
! Constants::is_true( 'DISALLOW_FILE_MODS' ) &&
jetpack_is_psh_active()
) {
Expand Down

0 comments on commit 983d9e8

Please sign in to comment.