remove screen_icon()
Этот коммит содержится в:
родитель
49e5e71972
Коммит
94691cd723
@ -101,7 +101,6 @@ function batch_operations_page_view() {
|
|||||||
var batch_id=<?php print $id; ?>,successful_page='<?php print get_admin_url(); ?>';
|
var batch_id=<?php print $id; ?>,successful_page='<?php print get_admin_url(); ?>';
|
||||||
</script>
|
</script>
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<?php screen_icon(); ?>
|
|
||||||
<h2><?php echo $title ?></h2>
|
<h2><?php echo $title ?></h2>
|
||||||
<div class="batch-progress">
|
<div class="batch-progress">
|
||||||
<span style="width:0%;"></span>
|
<span style="width:0%;"></span>
|
||||||
|
@ -75,7 +75,6 @@ function batch_operations_test_page_view() {
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<?php screen_icon(); ?>
|
|
||||||
<h2><?php echo get_admin_page_title() ?></h2>
|
<h2><?php echo get_admin_page_title() ?></h2>
|
||||||
<ol>
|
<ol>
|
||||||
<li><a href="tools.php?page=batch-operations&id=0">$current_array is empty</a>
|
<li><a href="tools.php?page=batch-operations&id=0">$current_array is empty</a>
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user