Title: Excerpt problem
Last modified: April 14, 2024

---

# Excerpt problem

 *  Resolved [Remon Pel](https://wordpress.org/support/users/rmpel/)
 * (@rmpel)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/excerpt-problem-9/)
 * Hi there.
 * In `admin-functions.php` on line 473 (in the current version 4.5) there are a
   typo and a logic error
 *     ```wp-block-code
       $cloned_child    = [
       	'ID'           => $new_attachment_id,
       	'post_title'   => $child->post_title,
       	'post_exceprt' => $child->post_title,
       	'post_author'  => $new_post_author->ID,
       ];
       ```
   
 * `post_exceprt` should read `post_excerpt` and should be filled with `$child->
   post_excerpt`, I think?
 * .bump
 * _Moderator note: **Please, No bumping**_
 * _[https://wordpress.org/support/guidelines/#do-not-bump-posts](https://wordpress.org/support/guidelines/#do-not-bump-posts)_
    -  This topic was modified 2 years, 5 months ago by [Remon Pel](https://wordpress.org/support/users/rmpel/).
    -  This topic was modified 2 years, 1 month ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Mushrit Shabnam](https://wordpress.org/support/users/611shabnam/)
 * (@611shabnam)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/excerpt-problem-9/#post-17743001)
 * Hi [@rmpel](https://wordpress.org/support/users/rmpel/)
 * Thank you for bringing this issue to our attention! I’m sorry that our plugin
   caused a problem on your site. A bug report has been created and is under review
   by our product team.
 * 
   Our product team will assess the severity of the issue and assign a priority
   level to the report. Our developers work on the highest priority issues first.
   We cannot give you an estimate of when they’ll start working on the issue.
 * If you have any further information that may affect the prioritization or help
   our development team solve this bug, please feel invited to reply to this forum
   topic, and we’ll share the information with our product team.
 *  [Mushrit Shabnam](https://wordpress.org/support/users/611shabnam/)
 * (@611shabnam)
 * [2 years ago](https://wordpress.org/support/topic/excerpt-problem-9/#post-17758992)
 * This thread was marked resolved due to a lack of activity, but you’re always 
   welcome to re-open the topic. Please read [this post](https://wordpress.org/support/topic/read-this-before-your-post/)
   before [opening a new request](https://wordpress.org/support/plugin/wordpress-seo#new-post).
 *  [Mushrit Shabnam](https://wordpress.org/support/users/611shabnam/)
 * (@611shabnam)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/excerpt-problem-9/#post-17837717)
 * Unfortunately, the link to open new request was not correct. Please use this 
   link for [opening a new request](https://wordpress.org/support/plugin/duplicate-post/#new-topic-0).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Excerpt problem’ is closed to new replies.

 * ![](https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=2336666)
 * [Yoast Duplicate Post](https://wordpress.org/plugins/duplicate-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/duplicate-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/duplicate-post/)
 * [Active Topics](https://wordpress.org/support/plugin/duplicate-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/duplicate-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/duplicate-post/reviews/)

## Tags

 * [excerpt](https://wordpress.org/support/topic-tag/excerpt/)
 * [typo](https://wordpress.org/support/topic-tag/typo/)

 * 3 replies
 * 3 participants
 * Last reply from: [Mushrit Shabnam](https://wordpress.org/support/users/611shabnam/)
 * Last activity: [1 year, 11 months ago](https://wordpress.org/support/topic/excerpt-problem-9/#post-17837717)
 * Status: resolved