解析错误:语法错误,C:\ AppServ \ www \ wordpress \ wp-includes \ link-template.php在2639行

时间:2017-11-13 21:25:02

标签: php wordpress

这是网站在000webhost中工作的代码,但是在我的本地hist中 它不起作用

if ( 'newest' == get_option('default_comments_page') ) {
        if ( $pagenum != $max_page ) {
            if ( $wp_rewrite->using_permalinks() )
                $result = user_trailingslashit( trailingslashit($result) . $wp_rewrite->comments_pagination_base . '-' . $pagenum, 'commentpaged');
            else
                $result = add_query_arg( 'cpage', $pagenum, $result );
        }
} elseif ( $pagenum > 1 ) {
        if ( $wp_rewrite->using_permalinks() )
            $result = user_trailingslashit( trailingslashit($result) . $wp_rewrite->comments_pa

0 个答案:

没有答案