mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 21:16:23 +05:30
Update admin.php
This commit is contained in:
parent
95d7ba8149
commit
e23cf30d6b
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ function edit_page($title, $url, $content, $oldfile, $destination = null, $descr
|
|||
}
|
||||
|
||||
// Add blog post
|
||||
function add_post($title, $tag, $url, $content, $user, $desciption = null) {
|
||||
function add_post($title, $tag, $url, $content, $user, $description = null) {
|
||||
|
||||
$post_date = date('Y-m-d-H-i-s');
|
||||
$post_title = $title;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue