Make WordPress Core

Ticket #15194: 15194-refreshed.patch

File 15194-refreshed.patch, 362 bytes (added by garyc40, 14 years ago)

refreshed Utkarsh's patch

  • wp-admin/admin-ajax.php

     
    545545        $x->add( array(
    546546                'what' => 'term',
    547547                'position' => $level,
    548                 'supplemental' => $tag
     548                'supplemental' => (array) $tag
    549549                ) );
    550550        $x->send();
    551551        break;