Plugin Directory

Changeset 341170


Ignore:
Timestamp:
02/05/2011 02:22:28 PM (15 years ago)
Author:
markzero
Message:

Comments fix - show comments from pages too

Location:
mj-posts-extras
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mj-posts-extras/tags/0.1/mjpx_func.php

    r335629 r341170  
    111111    for($i=0; $i<count($mjpx_posts); $i++) {
    112112        $args=array(
     113            'post_type' => 'any',
    113114            'p'         => $mjpx_posts[$i]->comment_post_ID
    114115        );
  • mj-posts-extras/trunk/mjpx_func.php

    r335628 r341170  
    111111    for($i=0; $i<count($mjpx_posts); $i++) {
    112112        $args=array(
     113            'post_type' => 'any',
    113114            'p'         => $mjpx_posts[$i]->comment_post_ID
    114115        );
Note: See TracChangeset for help on using the changeset viewer.