Plugin Directory

Changeset 1152752


Ignore:
Timestamp:
05/04/2015 10:04:10 AM (11 years ago)
Author:
egany
Message:

phong 20150504: correct for a FREE version...

Location:
egany-facebook-to-wp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • egany-facebook-to-wp/trunk/egany_facebook_to_wordpress.php

    r1152162 r1152752  
    11<?php
    22/*
    3 Plugin Name: EGANY Facebook to WordPress importer
     3Plugin Name: EGANY Facebook to WordPress (a free version)
    44Plugin URI: http://egany.com/
    55Description: Import Facebook group/page posts to WordPress
  • egany-facebook-to-wp/trunk/includes/admin.php

    r1152162 r1152752  
    263263                'desc'    => __( 'Posts fetched from Facebook in a single query' )
    264264            ),
    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            // ),
    271271            array(
    272272                'name'    => 'post_status',
     
    280280                'name'    => 'comment_max',
    281281                'label'   => __( 'Get Comments per Post', 'EGANY' ),
    282                 'default' => 'open',
     282                'default' => '25',
    283283                'type'    => 'select',
    284284                'options' => array(
    285285                    ''   => __( '', 'EGANY' ),
    286                     '25'   => __( '25', 'EGANY' ),
    287                     'unlimited' => __( 'Unlimited', 'EGANY' )
     286                    '25'   => __( '25', 'EGANY' ),
    288287                ),
    289288            ),
Note: See TracChangeset for help on using the changeset viewer.