/* translators: Placeholder is a link to a support document. */
17
__( 'Your installation of Jetpack is incomplete. If you installed Jetpack from GitHub, please refer to <a href="%1$s" target="_blank" rel="noopener noreferrer">this document</a> to set up your development environment.', 'jetpack' ),
* Outputs an admin notice for folks running Jetpack without having run composer install.
29
*
30
* @since 7.4.0
31
*/
32
public function jetpack_admin_missing_autoloader() { ?>
33
<div class="notice notice-error is-dismissible">
34
<p>
35
<?php
36
printf(
37
/* translators: Placeholder is a link to a support document. */
38
__( 'Your installation of Jetpack is incomplete. If you installed Jetpack from GitHub, please refer to <a href="%1$s" target="_blank" rel="noopener noreferrer">this document</a> to set up your development environment.', 'jetpack' ),