Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions views/admin/import/template/_other_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<div class="input">
<select name="page_template" id="page_template">
<option value='default'><?php _e('Default', 'wp_all_import_plugin') ?></option>
<?php page_template_dropdown($post['page_template']); ?>
<?php page_template_dropdown($post['page_template'], $post_type); ?>
</select>
</div>
</div>
Expand Down Expand Up @@ -290,4 +290,4 @@
</div>
</div>
</div>
</div>
</div>