ASong2U_Web/wp-content/plugins/wpml-media/plugin.php

21 lines
453 B
PHP

<?php
/*
Plugin Name: WPML Media
Plugin URI: http://wpml.org/
Description: Add multilingual support for Media files
Author: ICanLocalize
Author URI: http://wpml.org
Version: 1.2.0
*/
if(defined('WPML_MEDIA_VERSION')) return;
define('WPML_MEDIA_VERSION', '1.2.0');
define('WPML_MEDIA_PATH', dirname(__FILE__));
require WPML_MEDIA_PATH . '/inc/constants.inc';
require WPML_MEDIA_PATH . '/inc/wpml_media.class.php';
$WPML_media = new WPML_media();
?>