Changeset 1759 for trunk/wp-includes/template-functions-links.php
- Timestamp:
- 10/08/2004 08:06:21 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/template-functions-links.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-links.php
r1752 r1759 97 97 $link = get_settings('home') . "/$link/"; 98 98 } else { 99 $link = get_settings('home') . "/index.php?p =$id&static=1";99 $link = get_settings('home') . "/index.php?page_id=$id"; 100 100 } 101 101
Note: See TracChangeset
for help on using the changeset viewer.