Changeset 5569
- Timestamp:
- 05/28/2007 04:39:40 AM (16 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/deprecated.php
r5563 r5569 480 480 } 481 481 482 // Use the_permalink(). 483 function permalink_link() { 484 the_permalink(); 485 } 486 482 487 ?> -
trunk/wp-includes/link-template.php
r5481 r5569 3 3 4 4 function the_permalink() { 5 echo apply_filters('the_permalink', get_permalink());6 }7 8 9 function permalink_link() { // For backwards compatibility10 5 echo apply_filters('the_permalink', get_permalink()); 11 6 }
Note: See TracChangeset
for help on using the changeset viewer.