Changeset 510
- Timestamp:
- 08/18/2010 03:37:28 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/wp/transposh_ajax.php
r500 r510 71 71 // only high capabilities users can... 72 72 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"; 73 75 echo json_encode($page_ids); 74 76 }
Note: See TracChangeset
for help on using the changeset viewer.
