Changeset 217546
- Timestamp:
- 03/14/2010 05:40:49 PM (16 years ago)
- Location:
- wp-tube
- Files:
-
- 1 added
- 2 edited
-
1.0 (added)
-
trunk/lib/frontend.lib.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-tube/trunk/lib/frontend.lib.php
r216972 r217546 57 57 58 58 // Insert the post into the database 59 wp_insert_post( $my_post ); 59 $laid = wp_insert_post( $my_post ); 60 wp_set_post_categories($laid, array(get_option('wp_tube_cat'))); 60 61 $insert = "INSERT INTO ".$wpdb->prefix . "wp_tube_vids" . 61 62 " (wpt_ytid) " . -
wp-tube/trunk/readme.txt
r217009 r217546 1 1 === Plugin Name === 2 2 Contributors: samarudge 3 Donate link: http://www.cake-spoon.com/ 4 Tags: youtube, automatical y, import5 Requires at least: 2. 0.23 Donate link: http://www.cake-spoon.com/wp-tube 4 Tags: youtube, automatically, import 5 Requires at least: 2.5.0 6 6 Tested up to: 2.9.2 7 Stable tag: 1.0 7 Stable tag: 1.0.3 8 8 9 9 Automaticaly import your YouTube videos into your Wordpress blog … … 13 13 WP-Tube is a plug-in for Wordpress that uses the Zend G-Data API to automatically retrieve your Youtube videos and add them to your posts. It has customisable options such as player, category & size plus it works with no admin interaction at all. 14 14 You can read more about the plugin at the [Plugins Homepage](http://www.cake-spoon.com/wp-tube "Plugins Homepage") 15 16 == Changelog == 17 18 1.0.1 (14th March 2010) 19 -lib/frontend.lib.php ~ Line 60 20 Added code to correctly place in category ~ Thanx to [Victor Edier](http://victoredier.com/ "Victor Edier") for the hint
Note: See TracChangeset
for help on using the changeset viewer.