Changeset 1152752
- Timestamp:
- 05/04/2015 10:04:10 AM (11 years ago)
- Location:
- egany-facebook-to-wp/trunk
- Files:
-
- 2 edited
-
egany_facebook_to_wordpress.php (modified) (1 diff)
-
includes/admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
egany-facebook-to-wp/trunk/egany_facebook_to_wordpress.php
r1152162 r1152752 1 1 <?php 2 2 /* 3 Plugin Name: EGANY Facebook to WordPress importer3 Plugin Name: EGANY Facebook to WordPress (a free version) 4 4 Plugin URI: http://egany.com/ 5 5 Description: Import Facebook group/page posts to WordPress -
egany-facebook-to-wp/trunk/includes/admin.php
r1152162 r1152752 263 263 'desc' => __( 'Posts fetched from Facebook in a single query' ) 264 264 ), 265 array(266 'name' => 'max_page',267 'label' => __( 'Max. Queries', 'EGANY' ),268 'default' => '10',269 'desc' => __( 'How many times for fetching data.' )270 ),265 // array( 266 // 'name' => 'max_page', 267 // 'label' => __( 'Max. Queries', 'EGANY' ), 268 // 'default' => '10', 269 // 'desc' => __( 'How many times for fetching data.' ) 270 // ), 271 271 array( 272 272 'name' => 'post_status', … … 280 280 'name' => 'comment_max', 281 281 'label' => __( 'Get Comments per Post', 'EGANY' ), 282 'default' => ' open',282 'default' => '25', 283 283 'type' => 'select', 284 284 'options' => array( 285 285 '' => __( '', 'EGANY' ), 286 '25' => __( '25', 'EGANY' ), 287 'unlimited' => __( 'Unlimited', 'EGANY' ) 286 '25' => __( '25', 'EGANY' ), 288 287 ), 289 288 ),
Note: See TracChangeset
for help on using the changeset viewer.