Skip to content

Commit

Permalink
Remove unused parameter from function html_page_bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Sep 11, 2016
1 parent 0fdf636 commit c97b7f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/html_api.php
Expand Up @@ -261,11 +261,9 @@ function html_page_top2a() {

/**
* Print the part of the page that comes below the page content
* $p_file should always be the __FILE__ variable. This is passed to show source
* @param string $p_file Should always be the __FILE__ variable. This is passed to show source.
* @return void
*/
function html_page_bottom( $p_file = null ) {
function html_page_bottom() {
html_page_bottom1();
}

Expand Down

0 comments on commit c97b7f4

Please sign in to comment.