equal
deleted
inserted
replaced
79 $themes = (array) $_POST['checked']; |
79 $themes = (array) $_POST['checked']; |
80 } else { |
80 } else { |
81 $themes = array(); |
81 $themes = array(); |
82 } |
82 } |
83 |
83 |
|
84 // Used in the HTML title tag. |
84 $title = __( 'Update Themes' ); |
85 $title = __( 'Update Themes' ); |
85 $parent_file = 'themes.php'; |
86 $parent_file = 'themes.php'; |
86 |
87 |
87 require_once ABSPATH . 'wp-admin/admin-header.php'; |
88 require_once ABSPATH . 'wp-admin/admin-header.php'; |
88 |
89 |
331 'heading_pagination' => __( 'Themes list navigation' ), |
332 'heading_pagination' => __( 'Themes list navigation' ), |
332 'heading_list' => __( 'Themes list' ), |
333 'heading_list' => __( 'Themes list' ), |
333 ) |
334 ) |
334 ); |
335 ); |
335 |
336 |
|
337 // Used in the HTML title tag. |
336 $title = __( 'Themes' ); |
338 $title = __( 'Themes' ); |
337 $parent_file = 'themes.php'; |
339 $parent_file = 'themes.php'; |
338 |
340 |
339 wp_enqueue_script( 'updates' ); |
341 wp_enqueue_script( 'updates' ); |
340 wp_enqueue_script( 'theme-preview' ); |
342 wp_enqueue_script( 'theme-preview' ); |