Changeset 12733 for trunk/wp-admin/press-this.php
- Timestamp:
- 01/15/2010 10:11:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r12592 r12733 29 29 $quick['tax_input'] = isset($_POST['tax_input']) ? $_POST['tax_input'] : null; 30 30 $quick['post_title'] = ( trim($_POST['title']) != '' ) ? $_POST['title'] : ' '; 31 $quick['post_content'] = isset($_POST['post_content']) ? $_POST['post_content'] : ''; 31 $quick['post_content'] = isset($_POST['post_content']) ? $_POST['post_content'] : ''; 32 32 33 33 // insert the post with nothing in it, to get an ID … … 401 401 } 402 402 jQuery('#extra-fields').before('<div id="waiting"><img src="images/wpspin_light.gif" alt="" /> <?php echo esc_js( __( 'Loading...' ) ); ?></div>'); 403 403 404 404 if(photostorage == false) { 405 405 jQuery.ajax({
Note: See TracChangeset
for help on using the changeset viewer.