We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e578370 commit 6fcac3dCopy full SHA for 6fcac3d
src/welcome/index.php
@@ -206,7 +206,7 @@ public static function print_tabs() {
206
</a>
207
<?php } ?>
208
209
- <?php if ( current_user_can( 'install_plugins' ) || current_user_can( 'activate_plugins' ) ) { ?>
+ <?php if ( current_user_can( 'install_plugins' ) && current_user_can( 'activate_plugins' ) ) { ?>
210
<a class="s-tab <?php echo $screen->base === 'stackable_page_stackable-useful-plugins' ? 's-active' : '' ?>"
211
href="<?php echo admin_url( 'admin.php?page=stackable-useful-plugins' ) ?>">
212
<span><?php _e( 'Useful Plugins', STACKABLE_I18N ) ?></span>
0 commit comments