Make WordPress Core


Ignore:
Timestamp:
12/22/2003 11:00:45 PM (22 years ago)
Author:
emc3
Message:

Fixed %post_id% token handling. Fixed pingback link detection.

File:
1 edited

Legend:

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

    r634 r640  
    420420                date('n', $unixtime),
    421421                date('j', $unixtime),
    422                 $post->post_name
     422                $post->post_name,
     423                $post->ID
    423424            );
    424425            return $siteurl . str_replace($rewritecode, $rewritereplace, get_settings('permalink_structure'));
Note: See TracChangeset for help on using the changeset viewer.