Skip to content

Commit de2715e

Browse files
committed
Updated the comments of the phph files
1 parent 785d765 commit de2715e

9 files changed

+10
-9
lines changed

archive.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Gnuplotting.org
4-
* index.php gets the whole side (header, main, sidebar, footer)
4+
* archive.php, displays the blog entries for the desired tag, search, ...
55
**/
66
get_header(); ?>
77

comments.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Gnuplotting.org
4-
* Comments
4+
* comments.php, handling of comments
55
*/
66

77
// Do not delete these lines

footer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Gnuplotting.org
4-
* footer.php generates the nice footer
4+
* footer.php, generates the nice footer
55
*/
66
?>
77

gallery.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
Template Name: Manpage
3+
Template Name: Gallery
44
*/
55
get_header(); ?>
66

header-manpage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Gnuplotting.org
4-
* header.php adds the topbar navigation bar and the title image of the side
4+
* header-manpage.php, header for manpage side, excludes the execution of prettyprint.js
55
**/
66
?>
77
<!DOCTYPE html>

header.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Gnuplotting.org
4-
* header.php adds the topbar navigation bar and the title image of the side
4+
* header.php, adds the metadata and the header with title image
55
**/
66
?>
77
<!DOCTYPE html>

index.php

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
<!-- ======= Main page ======= -->
4343
<div class="span9" id="main">
44+
4445
<!-- Get content -->
4546
<?php if (have_posts()) : ?>
4647
<?php while (have_posts()) : the_post(); ?>

sidebar.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* @package WordPress
4-
* @subpackage Default_Theme
3+
* Gnuplotting.org
4+
* sidebar.php
55
*/
66
?>
77
<div id="sidebar" role="complementary">

single.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Gnuplotting.org
4-
* page.php displays a single entry and the comments
4+
* page.php, displays a single entry and the comments
55
**/
66
get_header(); ?>
77

0 commit comments

Comments
 (0)