Changeset 5204 for trunk/includes/core/template-functions.php
- Timestamp:
- 11/25/2013 07:33:46 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/template-functions.php
r5186 r5204 160 160 161 161 // Make path to file relative to site URL 162 $located = trailingslashit( site_url() ) . str_replace( ABSPATH, '', $located);162 $located = trailingslashit( WP_CONTENT_URL ) . ltrim( str_replace( WP_CONTENT_DIR, '', $located ), '/' ); 163 163 164 164 // Enqueue the style … … 219 219 220 220 // Make path to file relative to site URL 221 $located = trailingslashit( site_url() ) . str_replace( ABSPATH, '', $located);221 $located = trailingslashit( WP_CONTENT_URL ) . ltrim( str_replace( WP_CONTENT_DIR, '', $located ), '/' ); 222 222 223 223 // Enqueue the style
Note: See TracChangeset
for help on using the changeset viewer.