mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 20:16:22 +05:30
Update functions.php
This commit is contained in:
parent
4b70fab511
commit
ad7464cf22
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ function get_posts($posts, $page = 1, $perpage = 0)
|
||||||
function get_pages($pages, $page = 1, $perpage = 0)
|
function get_pages($pages, $page = 1, $perpage = 0)
|
||||||
{
|
{
|
||||||
if (empty($pages)) {
|
if (empty($pages)) {
|
||||||
$pages = get_static_page();
|
$pages = get_static_pages();
|
||||||
}
|
}
|
||||||
|
|
||||||
$tmp = array();
|
$tmp = array();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue