?> /> <?php echo $key; ?> </label> <?php } ?> </td> </tr> <tr> <th> </th> <td> <textarea id="taxonomies_export" rows="6" cols="80" ><?php echo esc_textarea(taxonomies_export($taxonomies)); ?> </textarea> </td> </tr> <tr> <th> </th> <td> <input type="submit" class="button" value="<?php esc_html_e('Create Taxonomies Export', $this->text_domain); ?> " /> </td> </tr> </table>
?> /> <?php echo $key; ?> </label> <?php } ?> </td> </tr> <tr> <th> </th> <td> <textarea id="taxonomies_export" rows="6" cols="80" ><?php esc_html_e(taxonomies_export($taxonomies)); ?> </textarea> </td> </tr> <tr> <th> </th> <td> <input type="submit" class="button" value="<?php _e('Create Taxonomies Export', $this->text_domain); ?> " /> </td> </tr> </table>