Changes between Initial Version and Version 2 of Ticket #26985
- Timestamp:
- 02/01/2014 06:59:22 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26985
- Property Version trunk → 3.6
- Property Summary Use network_site_url in includes_dir → 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.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 {{{
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)