POSSIBLE BUG $this->get_content($post, ‘p’, ‘lcp_content’); Malformed markups
-
$lcp_display_output .= $this->get_content($post, 'p', 'lcp_content');
is producing the following when viewed from the Chrome Inspector
`<div class=”lcp_catlist”>
<div>
<h4 class=”lcp_post”></h4>
<p class=”lcp_content”></p>
<p>My post content p1</p>
<p>My post content p2</p>
<p>My post content p3</p>
</div>
</div>
‘code formatting mine.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘POSSIBLE BUG $this->get_content($post, ‘p’, ‘lcp_content’); Malformed markups’ is closed to new replies.