| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * Module Name: VideoPress |
| 4 | - * Module Description: Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network. | |
| 4 | + * Module Description: Powerful and flexible video hosting. | |
| 5 | 5 | * First Introduced: 2.5 |
| 6 | 6 | * Requires Connection: Yes |
| 7 | 7 | * Sort Order: 27 |
| 8 | 8 | * Module Tags: Photos and Videos |
| @@ -10,8 +10,12 @@ | ||
| 10 | 10 | * Additional Search Queries: video, videos, videopress, video gallery, video player, videoplayer, mobile video, vimeo, youtube, html5 video, stream |
| 11 | 11 | * |
| 12 | 12 | * @package automattic/jetpack |
| 13 | 13 | */ |
| 14 | + | |
| 15 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 16 | + exit( 0 ); | |
| 17 | +} | |
| 14 | 18 | |
| 15 | 19 | /** |
| 16 | 20 | * Require the VideoPress files. |
| 17 | 21 | */ |