| flag; // phpcs:ignore WordPress.Security.EscapeOutput ?>name ); ?> | ', esc_attr( $language->slug ), (int) $translation->ID ); echo $this->links->get_edit_post_link_html( $translation ); // phpcs:ignore WordPress.Security.EscapeOutput } else { // The translation doesn't exist. echo $this->links->get_new_post_link_html( $post, $language ); // phpcs:ignore WordPress.Security.EscapeOutput } ?> |