Changeset 12513 for trunk/wp-includes/link-template.php
- Timestamp:
- 12/23/2009 03:16:53 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r12457 r12513 226 226 $link = get_page_uri($id); 227 227 $link = ( $leavename ) ? $pagestruct : str_replace('%pagename%', $link, $pagestruct); 228 $link = trailingslashit(get_option('home')) . "$link";228 $link = trailingslashit(get_option('home')) . $link; 229 229 $link = user_trailingslashit($link, 'page'); 230 230 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)