Changeset 12979 for trunk/wp-includes/link-template.php
- Timestamp:
- 02/06/2010 03:40:24 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r12978 r12979 235 235 236 236 if ( 'page' == get_option('show_on_front') && $id == get_option('page_on_front') ) 237 $link = home_url( );237 $link = home_url('/'); 238 238 else 239 239 $link = _get_page_link( $id , $leavename, $sample );
Note: See TracChangeset
for help on using the changeset viewer.