Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #26985


Ignore:
Timestamp:
02/01/2014 06:59:22 PM (11 years ago)
Author:
jeremyfelt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26985

    • Property Version changed from trunk to 3.6
    • Property Summary changed from Use network_site_url in includes_dir to Use network_site_url in includes_url
  • Ticket #26985 – Description

    initial v2  
    1 The `includes_dir` function is used in several places for getting the path to `wp-includes`. For example, `class-wp-editor.php` is using it to get the `$baseurl` variable and load other related scripts (such as TinyMCE) accordingly.
     1The `includes_url` function is used in several places for getting the path to `wp-includes`. For example, `class-wp-editor.php` is using it to get the `$baseurl` variable and load other related scripts (such as TinyMCE) accordingly.
    22
    3 On a multisite, `includes_dir` relies on `site_url` which leads to a similar path if ran on a subsite in a network:
     3On a multisite, `includes_url` relies on `site_url` which leads to a similar path if ran on a subsite in a network:
    44
    55{{{