Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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)