Make WordPress Core


Ignore:
Timestamp:
05/28/2007 04:39:40 AM (16 years ago)
Author:
markjaquith
Message:

permalink_link() is deprecated, and should reference its replacement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/link-template.php

    r5481 r5569  
    33
    44function the_permalink() {
    5     echo apply_filters('the_permalink', get_permalink());
    6 }
    7 
    8 
    9 function permalink_link() { // For backwards compatibility
    105    echo apply_filters('the_permalink', get_permalink());
    116}
Note: See TracChangeset for help on using the changeset viewer.