Changeset 341170
- Timestamp:
- 02/05/2011 02:22:28 PM (15 years ago)
- Location:
- mj-posts-extras
- Files:
-
- 2 edited
-
tags/0.1/mjpx_func.php (modified) (1 diff)
-
trunk/mjpx_func.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mj-posts-extras/tags/0.1/mjpx_func.php
r335629 r341170 111 111 for($i=0; $i<count($mjpx_posts); $i++) { 112 112 $args=array( 113 'post_type' => 'any', 113 114 'p' => $mjpx_posts[$i]->comment_post_ID 114 115 ); -
mj-posts-extras/trunk/mjpx_func.php
r335628 r341170 111 111 for($i=0; $i<count($mjpx_posts); $i++) { 112 112 $args=array( 113 'post_type' => 'any', 113 114 'p' => $mjpx_posts[$i]->comment_post_ID 114 115 );
Note: See TracChangeset
for help on using the changeset viewer.