Ticket #19378: 19378.patch
| File 19378.patch, 425 bytes (added by , 14 years ago) |
|---|
-
wp-admin/includes/post.php
1340 1340 $url = add_query_arg( array( 'preview' => 'true', 'preview_id' => $id, 'preview_nonce' => $nonce ), get_permalink($id) ); 1341 1341 } 1342 1342 1343 return $url;1343 return apply_filters( 'preview_post_link', $url ); 1344 1344 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)