Changeset 3853
- Timestamp:
- 06/07/06 23:30:09 (3 years ago)
- Files:
-
- trunk/wp-includes/template-functions-links.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/template-functions-links.php
r3851 r3853 106 106 } 107 107 108 if ( 'page' == get_option('show_on_front') && $id == get_option('page_on_front') ) 109 $link = get_settings('home'); 110 108 111 return apply_filters('page_link', $link, $id); 109 112 }
