Changes between Version 1 and Version 2 of Ticket #34430, comment 34
- Timestamp:
- 11/03/2015 02:23:18 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34430, comment 34
v1 v2 1 1 In 34430.11.diff: 2 2 - Fix _wp_upload_dir_baseurl() to cache by blog_id. 3 - Replace `path_join()` with `trailingslashit() . We are joining URLs, there's no need for the extra checks in path_join() (and it's much slower).3 - Replace `path_join()` with `trailingslashit()`. We are joining URLs, there's no need for the extra checks in path_join() (and it's much slower). 4 4 - Rename `$image_url' to `$image_sec` for consistency (used at about 50 other places). 5 5 - Couple of tests fixes.