Changeset 738 for trunk/wp-admin/bookmarklet.php
- Timestamp:
- 01/08/2004 03:30:23 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/bookmarklet.php
r704 r738 53 53 $post_title = $popuptitle; 54 54 } 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; 55 60 56 61 $content = $_REQUEST['content'];
Note: See TracChangeset
for help on using the changeset viewer.