Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | |
0.00% |
0 / 4 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
||
| 1 | <?php |
| 2 | /** |
| 3 | * Helper mapping between WP Admin pages and WordPress.com |
| 4 | * |
| 5 | * @package automattic/jetpack-masterbar |
| 6 | */ |
| 7 | |
| 8 | $common_mappings = array( |
| 9 | 'users.php' => 'https://wordpress.com/people/team/', |
| 10 | ); |
| 11 | |
| 12 | return $common_mappings; |