Changeset 1300796
- Timestamp:
- 12/04/2015 06:43:59 PM (10 years ago)
- Location:
- wp-rss-importer/trunk/admin
- Files:
-
- 1 added
- 1 edited
-
class-admin.php (modified) (1 diff)
-
templates/setting-rss.php (added)
Legend:
- Unmodified
- Added
- Removed
-
wp-rss-importer/trunk/admin/class-admin.php
r1292075 r1300796 258 258 // Insert the post into the database 259 259 $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) { 261 261 add_post_meta( $post_id, 'wpri_sourcelink', $xmltoarray[0] ); 262 262 }
Note: See TracChangeset
for help on using the changeset viewer.