Changes between Initial Version and Version 2 of Ticket #26985
- Timestamp:
- 02/01/2014 06:59:22 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26985
-
Property
Version
changed from
trunkto3.6 -
Property
Summary
changed from
Use network_site_url in includes_dirtoUse network_site_url in includes_url
-
Property
Version
changed from
-
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.1 The `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. 2 2 3 On a multisite, `includes_ dir` relies on `site_url` which leads to a similar path if ran on a subsite in a network:3 On a multisite, `includes_url` relies on `site_url` which leads to a similar path if ran on a subsite in a network: 4 4 5 5 {{{