fix for image upload in wp 3.6
-
In RCCWP_WritePostPage.php
~ line 1763
replace
endif;
(that’s fromif(!is_wp30()):
some lines earlier)
withelse : ?> <script> jQuery('a#thumb_<?php echo $idField ?>').click( function(){ window.mf_field_id = jQuery(this).attr('id'); }); </script> <?php endif; ?>
that should insert the required “mf_field_id” and you got your “Set image in field”-button back.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘fix for image upload in wp 3.6’ is closed to new replies.