Changeset 4098
- Timestamp:
- 08/15/2006 09:07:13 PM (19 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/autosave.js.php
r4086 r4098 42 42 $('post_ID').name = "post_ID"; 43 43 $('post_ID').value = res; 44 $('hiddenaction').value = 'editpost';45 44 // We need new nonces 46 45 nonceAjax = new sack(); … … 54 53 nonceAjax.method = "POST"; 55 54 nonceAjax.runAJAX(); 56 55 $('hiddenaction').value = 'editpost'; 57 56 } 58 57 $('autosave').innerHTML = message; -
trunk/wp-includes/script-loader.php
r4090 r4098 19 19 $this->add( 'wp_tiny_mce', '/wp-includes/js/tinymce/tiny_mce_config.php', array('tiny_mce'), '04162006' ); 20 20 $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.5.0'); 21 $this->add( 'autosave', '/wp-includes/js/autosave.js.php', array('prototype', 'sack'), '40 86');21 $this->add( 'autosave', '/wp-includes/js/autosave.js.php', array('prototype', 'sack'), '4096'); 22 22 if ( is_admin() ) { 23 23 $this->add( 'dbx-admin-key', '/wp-admin/dbx-admin-key-js.php', array('dbx'), '3651' );
Note: See TracChangeset
for help on using the changeset viewer.