Plugin Directory

Changeset 1300796


Ignore:
Timestamp:
12/04/2015 06:43:59 PM (10 years ago)
Author:
dileep1984
Message:

added setting-rss.php file

Location:
wp-rss-importer/trunk/admin
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • wp-rss-importer/trunk/admin/class-admin.php

    r1292075 r1300796  
    258258                    // Insert the post into the database
    259259                    $post_id = wp_insert_post( $my_post, false);
    260                     if(get_option(logics_source_url_meta) == 1) {
     260                    if(get_option('logics_source_url_meta') == 1) {
    261261                        add_post_meta( $post_id, 'wpri_sourcelink', $xmltoarray[0] );
    262262                    }
Note: See TracChangeset for help on using the changeset viewer.