Changeset 5058 for branches/2.0/wp-admin/bookmarklet.php
- Timestamp:
- 03/17/2007 09:04:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/bookmarklet.php
r4656 r5058 38 38 39 39 $content = wp_specialchars($_REQUEST['content']); 40 $popupurl = attribute_escape(stripslashes($_REQUEST['popupurl']));40 $popupurl = clean_url(stripslashes($_REQUEST['popupurl'])); 41 41 if ( !empty($content) ) { 42 42 $post->post_content = wp_specialchars( stripslashes($_REQUEST['content']) );
Note: See TracChangeset
for help on using the changeset viewer.