14 lines
403 B
PHP
14 lines
403 B
PHP
<div class="wrap">
|
|
<h2><?php echo __( 'Admin Texts Translation', 'wpml-string-translation' ); ?></h2>
|
|
|
|
<div id="icl_st_option_writes">
|
|
<div id="wpml-admin-text-options"/>
|
|
|
|
</div>
|
|
<p>
|
|
<a href="<?php echo admin_url( 'admin.php?page=' . WPML_ST_FOLDER . '/menu/string-translation.php' ); ?>">
|
|
« <?php _e( 'Return to String Translation', 'wpml-string-translation' ); ?>
|
|
</a>
|
|
</p>
|
|
</div>
|