Changeset 1340897
- Timestamp:
- 02/01/2016 08:31:00 PM (10 years ago)
- Location:
- embedly/trunk
- Files:
-
- 2 edited
-
embedly.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
embedly/trunk/embedly.php
r1331459 r1340897 5 5 Description: The Embedly Plugin extends Wordpress's automatic embed feature, allowing bloggers to Embed from 300+ services and counting. 6 6 Author: Embed.ly Inc 7 Version: 4.0. 67 Version: 4.0.7 8 8 Author URI: http://embed.ly 9 9 License: GPL2 … … 28 28 * Define Constants 29 29 */ 30 if (!defined('WP_CONTENT_URL')) {31 define('WP_CONTENT_URL', WP_SITEURL . '/wp-content');32 }33 if (!defined('WP_CONTENT_DIR')) {34 define('WP_CONTENT_DIR', ABSPATH . 'wp-content');35 }36 if (!defined('WP_PLUGIN_URL')) {37 define('WP_PLUGIN_URL', WP_CONTENT_URL . '/plugins');38 }39 if (!defined('WP_PLUGIN_DIR')) {40 define('WP_PLUGIN_DIR', WP_CONTENT_DIR . '/plugins');41 }42 if (!defined('EMBEDLY_DIR')) {43 define('EMBEDLY_DIR', WP_PLUGIN_DIR . '/embedly');44 }45 30 if (!defined('EMBEDLY_URL')) { 46 define('EMBEDLY_URL', WP_PLUGIN_URL . '/embedly');31 define('EMBEDLY_URL', plugins_url('/embedly')); 47 32 } 48 33 if (!defined('EMBEDLY_BASE_URI')) { -
embedly/trunk/readme.txt
r1331459 r1340897 6 6 Requires at least: 3.8 7 7 Tested up to: 4.4 8 Stable tag: 4.0. 68 Stable tag: 4.0.7 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.