| @@ -8,8 +8,12 @@ | ||
| 8 | 8 | namespace Automattic\Jetpack\Third_Party; |
| 9 | 9 | |
| 10 | 10 | use Automattic\Jetpack\Constants; |
| 11 | 11 | |
| 12 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 13 | + exit( 0 ); | |
| 14 | +} | |
| 15 | + | |
| 12 | 16 | /** |
| 13 | 17 | * Class Automattic\Jetpack\Third_Party\Domain_Mapping. |
| 14 | 18 | * |
| 15 | 19 | * This class contains methods that are used to provide compatibility between Jetpack sync and domain mapping plugins. |
| @@ -149,9 +153,9 @@ | ||
| 149 | 153 | /** |
| 150 | 154 | * Returns the Domain_Map::utils() instance. |
| 151 | 155 | * |
| 152 | 156 | * @see https://github.com/wpmudev/domain-mapping/blob/master/classes/Domainmap/Utils.php |
| 153 | - * @return Domainmap_Utils | |
| 157 | + * @return \Domainmap_Utils | |
| 154 | 158 | */ |
| 155 | 159 | public function get_domain_mapping_utils_instance() { |
| 156 | 160 | return \domain_map::utils(); |
| 157 | 161 | } |