Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
40 | public function get_image() { |
||
41 | return sprintf( |
||
42 | '<img src="%s" class="jetpack-logo" alt="%s" />', |
||
43 | esc_url( $this->url ), |
||
44 | esc_attr__( |
||
45 | 'Jetpack is a free plugin that utilizes powerful WordPress.com servers to enhance your site and simplify managing it', |
||
46 | 'jetpack' |
||
47 | ) |
||
48 | ); |
||
49 | } |
||
50 | |||
65 |