Changeset 35804
- Timestamp:
- 12/06/2015 10:03:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-constants.php
r35739 r35804 133 133 function wp_plugin_directory_constants() { 134 134 if ( !defined('WP_CONTENT_URL') ) 135 define( 'WP_CONTENT_URL', get_option('siteurl') . '/wp-content'); // full url - WP_CONTENT_DIR is defined further up135 define( 'WP_CONTENT_URL', site_url() . '/wp-content'); // full url - WP_CONTENT_DIR is defined further up 136 136 137 137 /**
Note: See TracChangeset
for help on using the changeset viewer.