equal
deleted
inserted
replaced
58 ); |
58 ); |
59 $action = sprintf( |
59 $action = sprintf( |
60 '<a href="%1$s" class="install-now" data-slug="%2$s" data-name="%2$s" aria-label="%3$s">%3$s</a>', |
60 '<a href="%1$s" class="install-now" data-slug="%2$s" data-name="%2$s" aria-label="%3$s">%3$s</a>', |
61 esc_url( $url ), |
61 esc_url( $url ), |
62 esc_attr( $plugin_slug ), |
62 esc_attr( $plugin_slug ), |
63 __( 'Install Now' ) |
63 _x( 'Install Now', 'plugin' ) |
64 ); |
64 ); |
65 } else { |
65 } else { |
66 $action = sprintf( |
66 $action = sprintf( |
67 /* translators: %s: URL to Press This bookmarklet on the main site. */ |
67 /* translators: %s: URL to Press This bookmarklet on the main site. */ |
68 __( 'Press This is not installed. Please install Press This from <a href="%s">the main site</a>.' ), |
68 __( 'Press This is not installed. Please install Press This from <a href="%s">the main site</a>.' ), |