Changeset 1305 for trunk/wp-includes/template-functions-links.php
- Timestamp:
- 05/18/2004 08:36:53 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
r1245 r1305 2 2 3 3 function the_permalink() { 4 echo get_permalink(); 5 } 6 7 function permalink_link() { // For backwards compatibility 4 8 echo get_permalink(); 5 9 }
Note: See TracChangeset
for help on using the changeset viewer.