@@ 451-458 (lines=8) @@ | ||
448 | } |
|
449 | ||
450 | // Legacy Modules page. |
|
451 | if ( current_user_can( 'manage_options' ) && $is_dev_mode_or_connected ) { |
|
452 | self::the_footer_link( |
|
453 | admin_url( 'admin.php?page=jetpack_modules' ), |
|
454 | __( 'Access the full list of Jetpack modules available on your site', 'jetpack' ), |
|
455 | _x( 'Modules', 'Navigation item', 'jetpack' ), |
|
456 | true |
|
457 | ); |
|
458 | } |
|
459 | ||
460 | // Debugger. |
|
461 | if ( current_user_can( 'manage_options' ) ) { |
|
@@ 461-468 (lines=8) @@ | ||
458 | } |
|
459 | ||
460 | // Debugger. |
|
461 | if ( current_user_can( 'manage_options' ) ) { |
|
462 | self::the_footer_link( |
|
463 | admin_url( 'admin.php?page=jetpack-debugger' ), |
|
464 | __( "Test your site's compatibility with Jetpack", 'jetpack' ), |
|
465 | _x( 'Debug', 'Navigation item', 'jetpack' ), |
|
466 | true |
|
467 | ); |
|
468 | } |
|
469 | ?> |
|
470 | </ul> |
|
471 | </div> |