Changeset 1258411
- Timestamp:
- 10/02/2015 06:17:09 PM (11 years ago)
- Location:
- wpostgrabber/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wpostgrabber.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpostgrabber/trunk/readme.txt
r1257636 r1258411 94 94 * change setting to own page setting 95 95 96 = 1.0.8 = 97 * fix str_ireplace to str_replace 98 96 99 == Upgrade Notice == 97 100 … … 122 125 * improve desain 123 126 * change setting to own page setting 127 128 = 1.0.8 = 129 * fix str_ireplace to str_replace -
wpostgrabber/trunk/wpostgrabber.php
r1257633 r1258411 2 2 /** 3 3 * @package WPostGrabber 4 * @version 1.0. 74 * @version 1.0.8 5 5 */ 6 6 /* … … 9 9 Description: WPostGrabber, this plugin will help you to get your content on the website that you want instantly. 10 10 Author: Ferry Ariawan 11 Version: 1.0. 711 Version: 1.0.8 12 12 Author URI: http://websprogramming.com/ 13 13 */ … … 57 57 $url_image = media_sideload_image($src,$post_id,$title,'src'); 58 58 if($url_image) { 59 $content = str_ ireplace($src,$url_image,$content);59 $content = str_replace($src,$url_image,$content); 60 60 $post_arr = array( 61 61 'ID' => $post_id,
Note: See TracChangeset
for help on using the changeset viewer.