Changeset 23527 for trunk/wp-includes/link-template.php
- Timestamp:
- 02/28/2013 06:56:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r23416 r23527 14 14 */ 15 15 function the_permalink() { 16 echo apply_filters('the_permalink', get_permalink());16 echo esc_url( apply_filters( 'the_permalink', get_permalink() ) ); 17 17 } 18 18
Note: See TracChangeset
for help on using the changeset viewer.