Make WordPress Core


Ignore:
Timestamp:
01/08/2004 03:30:23 AM (21 years ago)
Author:
alex_t_king
Message:

made the bookmarklet safari compatible and enabled passing in the title, task #49

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/bookmarklet.php

    r704 r738  
    5353        $post_title = $popuptitle;
    5454    }
     55// I'm not sure why we're using $edited_post_title in the edit-form.php, but we are
     56// and that is what is being included below. For this reason, I am just duplicating
     57// the var instead of changing the assignment on the lines above.
     58// -- Alex King 2004-01-07
     59    $edited_post_title = $post_title;
    5560   
    5661    $content = $_REQUEST['content'];
Note: See TracChangeset for help on using the changeset viewer.