Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | |
0.00% |
0 / 2 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
||
| 1 | <?php |
| 2 | /** |
| 3 | * Plugin Name: Footer optimizations |
| 4 | * Plugin URI: http://wordpress.com |
| 5 | * Description: WIP |
| 6 | * Version: 1.0 |
| 7 | * |
| 8 | * @package jetpack |
| 9 | * Author: Automattic |
| 10 | * Author URI: http://automattic.com/ |
| 11 | */ |
| 12 | |
| 13 | // Dummy comment so PHPCS sees the above as a file comment. |
| 14 | require_once __DIR__ . '/footer-credit-optimizations.php'; |
| 15 | require_once __DIR__ . '/footer-credit/footer-credit.php'; |