* Description: A WordPress plugin to automatically use your existing (and future) WordPress images from <a href="http://www.imgix.com" target="_blank">imgix</a> for smaller, faster, and better looking images. <a href="https://github.com/imgix-wordpress/images-via-imgix" target="_blank">Learn more</a>.
14
* Version: 1.3.2
15
* Author: wladston
16
* Author URI: http://github.com/imgix-wordpress
17
*/
18
19
include( 'includes/compability.php' );
20
include( 'includes/class-images-via-imgix.php' );
21
include( 'includes/options-page.php' );
22
23
function imgix_plugin_admin_action_links( $links, $file ) {