Changeset 553236
- Timestamp:
- 06/05/2012 12:03:25 AM (14 years ago)
- Location:
- hyphenator
- Files:
-
- 1 edited
- 1 copied
-
tags/4.0.0/plugin.php (copied) (copied from hyphenator/trunk/plugin.php) (2 diffs)
-
trunk/plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hyphenator/tags/4.0.0/plugin.php
r553235 r553236 10 10 // Pre-2.6 compatibility 11 11 if (!defined('WP_PLUGIN_URL')) 12 define('WP_PLUGIN_URL', get_option( 'siteurl') . '/wp-content/plugins');12 define('WP_PLUGIN_URL', site_url() . '/wp-content/plugins'); 13 13 14 14 // detect the plugin path … … 16 16 17 17 // detect options page 18 $hyphenator_options_page = get_option('siteurl') . '/wp-admin/admin.php?page=hyphenator/options.php';18 $hyphenator_options_page = site_url() . '/wp-admin/admin.php?page=hyphenator/options.php'; 19 19 20 20 // add default options -
hyphenator/trunk/plugin.php
r511209 r553236 10 10 // Pre-2.6 compatibility 11 11 if (!defined('WP_PLUGIN_URL')) 12 define('WP_PLUGIN_URL', get_option( 'siteurl') . '/wp-content/plugins');12 define('WP_PLUGIN_URL', site_url() . '/wp-content/plugins'); 13 13 14 14 // detect the plugin path … … 16 16 17 17 // detect options page 18 $hyphenator_options_page = get_option('siteurl') . '/wp-admin/admin.php?page=hyphenator/options.php';18 $hyphenator_options_page = site_url() . '/wp-admin/admin.php?page=hyphenator/options.php'; 19 19 20 20 // add default options
Note: See TracChangeset
for help on using the changeset viewer.