@@ 435-442 (lines=8) @@ | ||
432 | } |
|
433 | ||
434 | // Legacy Modules page. |
|
435 | if ( current_user_can( 'manage_options' ) && $is_dev_mode_or_connected ) { |
|
436 | self::the_footer_link( |
|
437 | admin_url( 'admin.php?page=jetpack_modules' ), |
|
438 | __( 'Access the full list of Jetpack modules available on your site', 'jetpack' ), |
|
439 | _x( 'Modules', 'Navigation item', 'jetpack' ), |
|
440 | true |
|
441 | ); |
|
442 | } |
|
443 | ||
444 | // Debugger. |
|
445 | if ( current_user_can( 'manage_options' ) ) { |
|
@@ 445-452 (lines=8) @@ | ||
442 | } |
|
443 | ||
444 | // Debugger. |
|
445 | if ( current_user_can( 'manage_options' ) ) { |
|
446 | self::the_footer_link( |
|
447 | admin_url( 'admin.php?page=jetpack-debugger' ), |
|
448 | __( "Test your site's compatibility with Jetpack", 'jetpack' ), |
|
449 | _x( 'Debug', 'Navigation item', 'jetpack' ), |
|
450 | true |
|
451 | ); |
|
452 | } |
|
453 | ?> |
|
454 | </ul> |
|
455 | </div> |