| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | public static function render() { |
||
| 14 | return sprintf( |
||
| 15 | '<img src="%s" class="jetpack-logo" alt="%s" />', |
||
| 16 | esc_url( plugins_url( 'images/jetpack-logo-green.svg', JETPACK__PLUGIN_FILE ) ), |
||
| 17 | esc_attr__( |
||
| 18 | 'Jetpack is a free plugin that utilizes powerful WordPress.com servers to enhance your site and simplify managing it', |
||
| 19 | 'jetpack' |
||
| 20 | ) |
||
| 21 | ); |
||
| 22 | } |
||
| 23 | } |