Changeset 510


Ignore:
Timestamp:
08/18/2010 03:37:28 AM (18 months ago)
Author:
ofer
Message:

Allow mass translate to translate tags, now with he missed part added...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/wp/transposh_ajax.php

    r500 r510  
    7171    // only high capabilities users can... 
    7272    if (!current_user_can('edit_post', $page_ids[0])) return; 
     73    // add a fake post to translate things such as tags 
     74    $page_ids[] = "-555"; 
    7375    echo json_encode($page_ids); 
    7476} 
Note: See TracChangeset for help on using the changeset viewer.