Ticket #13437: 13437.patch
| File 13437.patch, 532 bytes (added by hakre, 3 years ago) |
|---|
-
wp-includes/link-template.php
### Eclipse Workspace Patch 1.0 #P wordpress-trunk
1963 1963 if ( !empty($path) && is_string($path) && strpos($path, '..') === false ) 1964 1964 $url .= ltrim($path, '/'); 1965 1965 1966 return apply_filters('admin_url', $url, $path, $blog_id);1966 return (string) apply_filters('admin_url', $url, $path, $blog_id); 1967 1967 } 1968 1968 1969 1969 /**
