Ticket #15194: 15194-refreshed.patch
File 15194-refreshed.patch, 362 bytes (added by , 14 years ago) |
---|
-
wp-admin/admin-ajax.php
545 545 $x->add( array( 546 546 'what' => 'term', 547 547 'position' => $level, 548 'supplemental' => $tag548 'supplemental' => (array) $tag 549 549 ) ); 550 550 $x->send(); 551 551 break;