• does any one where i can find :

    wp_admin/inline-uploading.php (version 2.0) in

    version 1.5 ?

    there is a plugin that ask me 2 insert :

    $attachment = array(<br>
       ‘post_title’ => $imgtitle ? $imgtitle : $filename,<br>
       ‘post_content’ => $descr,<br>
       ‘post_status’ => ‘attachment’,<br>
       ‘post_parent’ => $post,<br>
       ‘post_mime_type’ => $type,<br>
       ‘guid’ => $url<br>
       );<br>

    after this code in wp_admin/inline-uploading.php but i still have the 1.5 and there is no inline-uploading.php

    there is a file called : upload.php

    but the code dont look like it …

Viewing 1 replies (of 1 total)
  • inline-uploading.php is for the post editor upload facility that is new to 2.0. You won’t find it with any version of WordPress before that.

Viewing 1 replies (of 1 total)
  • The topic ‘wp_admin/inline-uploading.php’ is closed to new replies.