addons-settings-page.php
6 years ago
advanced-settings-page.php
6 years ago
error-manager-page.php
6 years ago
language-switcher-shortcode.php
6 years ago
license-settings-page.php
6 years ago
machine-translation-settings-page.php
6 years ago
main-settings-language-selector.php
6 years ago
main-settings-page.php
6 years ago
settings-navigation-tabs.php
6 years ago
test-api-settings-page.php
6 years ago
translation-manager.php
6 years ago
trp-remove-duplicate-rows.php
6 years ago
trp-update-database.php
6 years ago
trp-update-database.php
14 lines
| 1 | <div id="trp-addons-page" class="wrap"> |
| 2 | |
| 3 | <h1> <?php esc_html_e( 'TranslatePress Database Updater', 'translatepress-multilingual' );?></h1> |
| 4 | |
| 5 | <div class="grid feat-header"> |
| 6 | <div class="grid-cell"> |
| 7 | <h2><?php esc_html_e('Updating TranslatePress tables', 'translatepress-multilingual' );?> </h2> |
| 8 | <div id="trp-update-database-progress"> |
| 9 | |
| 10 | </div> |
| 11 | </div> |
| 12 | </div> |
| 13 | |
| 14 | </div> |