Title: yourkeys's Replies | WordPress.org

---

# yourkeys

  [  ](https://wordpress.org/support/users/yourkeys/)

 *   [Profile](https://wordpress.org/support/users/yourkeys/)
 *   [Topics Started](https://wordpress.org/support/users/yourkeys/topics/)
 *   [Replies Created](https://wordpress.org/support/users/yourkeys/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/yourkeys/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/yourkeys/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/yourkeys/engagements/)
 *   [Favorites](https://wordpress.org/support/users/yourkeys/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quads Ads Manager for Google AdSense] After image bug (between img and caption)](https://wordpress.org/support/topic/after-image-bug-between-img-and-caption/)
 *  [yourkeys](https://wordpress.org/support/users/yourkeys/)
 * (@yourkeys)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/after-image-bug-between-img-and-caption/#post-8698693)
 * Hi! I solved this problem so:
    (template-functions.php, line 460)
 *     ```
        //$paragraphsArray[$imageNo] = implode( $atag, array_slice( $paragraphsArrayAtag, 0, 1 ) ) . $atag . "\r\n" . '<!--' . $imageAd . '-->' . "\r\n" . implode( $atag, array_slice( $paragraphsArrayAtag, 1 ) );
   
       $paragraphsArray[$imageNo] = implode( $atag, array_slice( $paragraphsArrayAtag, 0, 1 ) ) . $atag . "\r\n" . "\r\n" . implode( $atag, array_slice( $paragraphsArrayAtag, 1 ) ). '<!--' . $imageAd . '-->';
       ```
   

Viewing 1 replies (of 1 total)