| @@ -6,10 +6,16 @@ | ||
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | 8 | use Automattic\Jetpack\Assets; |
| 9 | 9 | |
| 10 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 11 | + exit( 0 ); | |
| 12 | +} | |
| 13 | + | |
| 10 | 14 | /** |
| 11 | 15 | * Renders extra controls in the Gallery Settings section of the new media UI. |
| 16 | + * | |
| 17 | + * @phan-constructor-used-for-side-effects | |
| 12 | 18 | */ |
| 13 | 19 | class Jetpack_Gallery_Settings { |
| 14 | 20 | /** |
| 15 | 21 | * Available gallery types. |