Changeset 5057 for branches/2.1/wp-admin/bookmarklet.php
- Timestamp:
- 03/17/07 08:47:29 (2 years ago)
- Files:
-
- branches/2.1/wp-admin/bookmarklet.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.1/wp-admin/bookmarklet.php
r4656 r5057 38 38 39 39 $content = wp_specialchars($_REQUEST['content']); 40 $popupurl = attribute_escape($_REQUEST['popupurl']);40 $popupurl = clean_url($_REQUEST['popupurl']); 41 41 if ( !empty($content) ) { 42 42 $post->post_content = wp_specialchars( stripslashes($_REQUEST['content']) );
