Excerpt problem
-
Hi there.
In
admin-functions.phpon line 473 (in the current version 4.5) there are a typo and a logic error$cloned_child = [ 'ID' => $new_attachment_id, 'post_title' => $child->post_title, 'post_exceprt' => $child->post_title, 'post_author' => $new_post_author->ID, ];post_exceprtshould readpost_excerptand should be filled with$child->post_excerpt, I think?.bump
Moderator note: Please, No bumping
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Excerpt problem’ is closed to new replies.