google-code-export / wordpress-custom-content-type-manager

Automatically exported from code.google.com/p/wordpress-custom-content-type-manager
2 stars 1 forks source link

Shortcode breaks for summarize-posts #486

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The default arguments did not get committed to the repository properly.  Edit 
GetPostsQuery.php line 183.  Change this:

        'data' => 'author,parent,thumbnail', 

to this:

        'join' => 'author,parent,thumbnail', 

*SYSTEM INFO* 
------------------------ 
Plugin Version: 0.9.7.2-pl
WordPress Version: 3.5.1
PHP Version: 5.4.10
MySQL Version: 5.5.29
Server OS: Darwin
Language: 
------------------------ 
ACTIVE PLUGINS: 
 * Orders v.1.0 [http://craftsmancoding.com/]
 * User Groups v.1.1 []
------------------------ 
CURRENT THEME: Twenty Ten v.1.4 http://wordpress.org/

Original issue reported on code.google.com by ever...@fireproofsocks.com on 6 May 2013 at 11:28

GoogleCodeExporter commented 9 years ago
Committed revision 708937.

Original comment by ever...@fireproofsocks.com on 6 May 2013 at 11:30