Changeset 5261
- Timestamp:
- 01/21/2014 12:43:12 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/template-functions.php
r5209 r5261 169 169 170 170 // Make path to file relative to site URL 171 $located = str_replace( $content_dir, WP_CONTENT_URL, $located );171 $located = str_replace( $content_dir, content_url(), $located ); 172 172 173 173 // Enqueue the style … … 237 237 238 238 // Make path to file relative to site URL 239 $located = str_replace( $content_dir, WP_CONTENT_URL, $located );239 $located = str_replace( $content_dir, content_url(), $located ); 240 240 241 241 // Enqueue the style
Note: See TracChangeset
for help on using the changeset viewer.