flag; ?>name ); ?> | model->post->get_translation( $post_id, $language ) ) && $translation_id !== $post_id ) { printf( '%s', esc_attr( $language->slug ), esc_attr( $translation_id ), $this->links->edit_post_translation_link( $translation_id ) ); } // no translation else { echo $this->links->new_post_translation_link( $post_id, $language ); }?> |