Changeset 12987 for trunk/wp-includes/link-template.php
- Timestamp:
- 02/06/2010 10:07:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r12979 r12987 112 112 $permalink = get_option('permalink_structure'); 113 113 114 if ( '' != $permalink && !in_array($post->post_status, array('draft', 'pending' )) ) {114 if ( '' != $permalink && !in_array($post->post_status, array('draft', 'pending', 'auto-draft')) ) { 115 115 $unixtime = strtotime($post->post_date); 116 116
Note: See TracChangeset
for help on using the changeset viewer.