Changeset 13619 for trunk/wp-includes/functions.php
- Timestamp:
- 03/08/2010 07:52:29 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r13616 r13619 2132 2132 } 2133 2133 2134 if ( defined('UPLOADS') ) {2134 if ( defined('UPLOADS') && ( WP_CONTENT_DIR . '/uploads' != ABSPATH . $upload_path ) ) { 2135 2135 $dir = ABSPATH . UPLOADS; 2136 2136 $url = trailingslashit( $siteurl ) . UPLOADS;
Note: See TracChangeset
for help on using the changeset viewer.