Don't add link to summary

This commit is contained in:
Jeremy Dormitzer 2018-10-30 07:21:26 -04:00
parent cb3e301846
commit ec290e2323

View File

@ -55,7 +55,6 @@ function post_to_object( $post ) {
ENT_QUOTES,
'UTF-8'
);
$summary = "$summary<br><br><a href=\"$permalink\" target=\"_blank\">$permalink</a>";
}
$matches = array();
if ( preg_match( '/(.+)__trashed\/$/', $permalink, $matches ) ) {