Skip to content

Commit c3f9653

Browse files
authored
Remove useless function manual_header()
Closes GH-584.
1 parent 7f4ecb0 commit c3f9653

9 files changed

+0
-9
lines changed

include/shared-manual.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ CHANGE_LANG;
391391
return trim($r);
392392
}
393393

394-
function manual_header(){}
395394
function manual_footer() {
396395
global $USERNOTES, $__RELATED;
397396

manual/en/book.var.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
$setup["parents"] = $PARENTS;
4949
manual_setup($setup);
5050

51-
manual_header();
5251
?>
5352
<div id="book.var" class="book">
5453

manual/en/class.exception.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
$setup["parents"] = $PARENTS;
4949
manual_setup($setup);
5050

51-
manual_header();
5251
?>
5352
<div id="class.exception" class="reference">
5453
<h1 class="title">Exception</h1>

manual/en/context.http.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
$setup["parents"] = $PARENTS;
4343
manual_setup($setup);
4444

45-
manual_header();
4645
?>
4746
<div id="context.http" class="refentry">
4847
<div class="refnamediv">

manual/en/funcref.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
$setup["parents"] = $PARENTS;
4949
manual_setup($setup);
5050

51-
manual_header();
5251
?>
5352
<div id="funcref" class="set">
5453
<h1 class="title">Function Reference</h1>

manual/en/function.strpos.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
$setup["parents"] = $PARENTS;
4343
manual_setup($setup);
4444

45-
manual_header();
4645
?>
4746
<div id="function.strpos" class="refentry">
4847
<div class="refnamediv">

manual/en/index.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
$setup["parents"] = $PARENTS;
4949
manual_setup($setup);
5050

51-
manual_header();
5251
?>
5352
<div id="index" class="set">
5453
<h1 class="title">PHP Manual</h1>

manual/en/language.exceptions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
$setup["parents"] = $PARENTS;
4949
manual_setup($setup);
5050

51-
manual_header();
5251
?>
5352
<div id="language.exceptions" class="chapter">
5453
<h1>Exceptions</h1>

manual/en/refs.basic.vartype.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
$setup["parents"] = $PARENTS;
4949
manual_setup($setup);
5050

51-
manual_header();
5251
?>
5352
<div id="refs.basic.vartype" class="set">
5453
<h1 class="title">Variable and Type Related Extensions</h1>

0 commit comments

Comments
 (0)