| @@ -1,9 +1,8 @@ | ||
| 1 | 1 | <?php |
| 2 | + | |
| 2 | 3 | /** |
| 3 | 4 | * Displays the strings translations tab in Polylang settings |
| 4 | - * | |
| 5 | - * @package Polylang | |
| 6 | 5 | */ |
| 7 | 6 | |
| 8 | 7 | if ( ! defined( 'ABSPATH' ) ) { |
| 9 | 8 | exit; // Don't access directly |
| @@ -22,12 +21,5 @@ | ||
| 22 | 21 | <?php |
| 23 | 22 | submit_button(); // Since WP 3.1 |
| 24 | 23 | ?> |
| 25 | 24 | </form> |
| 26 | - <div class="metabox-holder"> | |
| 27 | - <?php | |
| 28 | - wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); | |
| 29 | - do_meta_boxes( 'languages_page_mlang_strings', 'bottom', array() ); | |
| 30 | - ?> | |
| 31 | - </div> | |
| 32 | - | |
| 33 | 25 | </div> |