Changeset 1701266
- Timestamp:
- 07/23/2017 09:47:11 PM (9 years ago)
- Location:
- wp-ldp/trunk
- Files:
-
- 2 edited
-
wpldp-api.php (modified) (1 diff)
-
wpldp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-ldp/trunk/wpldp-api.php
r1701258 r1701266 175 175 $user = get_user_by ( 'login', $user_login); 176 176 if ( $user ) { 177 $loop = new WP_Query( array(177 $loop = new \WP_Query( array( 178 178 'post_type' => 'post', 179 179 'posts_per_page' => 12, -
wp-ldp/trunk/wpldp.php
r1701260 r1701266 5 5 * Description: This is a plugin which aims to emulate the default caracteristics of a Linked Data Platform compatible server 6 6 * Text Domain: wpldp 7 * Version: 2.0. 07 * Version: 2.0.1 8 8 * Author: Sylvain LE BON, Benoit ALESSANDRONI 9 9 * Author URI: http://www.happy-dev.fr/team/sylvain, http://benoit-alessandroni.fr/ … … 32 32 * The current plugin version number 33 33 */ 34 protected static $version_number = '2.0. 0';34 protected static $version_number = '2.0.1'; 35 35 36 36 /**
Note: See TracChangeset
for help on using the changeset viewer.