Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #34430, comment 34


Ignore:
Timestamp:
11/03/2015 02:24:29 AM (9 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34430, comment 34

    v3 v4  
    22- Fix _wp_upload_dir_baseurl() to cache by blog_id.
    33- 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 - Rename `$image_url` to `$image_sec` for consistency (used at about 50 other places).
     4- Rename `$image_url` to `$image_src` for consistency (used at about 50 other places).
    55- Couple of tests fixes.