Ticket #26985: 26985.patch
File 26985.patch, 527 bytes (added by , 11 years ago) |
---|
-
wp-includes/link-template.php
2106 2106 * @return string Includes url link with optional path appended. 2107 2107 */ 2108 2108 function includes_url( $path = '', $scheme = null ) { 2109 $url = site_url( '/' . WPINC . '/', $scheme );2109 $url = network_site_url( '/' . WPINC . '/', $scheme ); 2110 2110 2111 2111 if ( $path && is_string( $path ) ) 2112 2112 $url .= ltrim($path, '/');