Advertisement
sarahn

topic/custom-post-type-all-languages/

Sep 10th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. Index: sitepress.class.php
  2. ===================================================================
  3. --- sitepress.class.php (revision 14698)
  4. +++ sitepress.class.php (working copy)
  5. @@ -7015,7 +7015,12 @@
  6. ) . '<img style="padding:1px;margin:2px;" border="0" src="'.ICL_PLUGIN_URL . '/res/img/' .$img.'" alt="'.$alt.'" width="16" height="16" />' . '</a>';
  7. }
  8. break;
  9. - default:
  10. + default:
  11. + foreach($__management_columns_posts_translations[$id] as $key => $value){
  12. + if(is_null($value->source_language_code)){
  13. + $src_lang=$key;
  14. + }
  15. + }
  16. $link = 'post-new.php?post_type='.$post_type.'&trid='
  17. . $__management_columns_posts_translations[$id][$src_lang]->trid.'&amp;lang='.$v['code'].'&amp;source_lang=' . $src_lang;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement