发新话题
打印

[问题求助] 报告bug

报告bug

我使用的一款wordpress主题在中文语言wordpress环境下只要新建页面就会出现下面文字。英文环境下正常。(我试过了wordpress2.3.3 2.6.1 2.6.2 都会出现,另外在yo2上不会出现此类问题。)
Project-Id-Version: WordPress 2.6.2 简体中文语言包Report-Msgid-Bugs-To: wp-polyglots@lists.automattic.comPOT-Creation-Date: 2008-09-06 10:11 0000PO-Revision-Date: 2008-09-09 14:10 0800Last-Translator: Dreamcolor Language-Team: WordPress 中文团队 MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Poedit-Language: ChineseX-Poedit-Country: ChinaX-Poedit-SourceCharset: utf-8X-Poedit-KeywordsList: __;_e;_c;__ngettext:1,2;__ngettext_noop:1,2Plural-Forms: nplurals=1; plural=0;
主题下载地址

另外在yo2上不会出现此类问题。

[ 本帖最后由 koolmen 于 2008-9-24 17:37 编辑 ]

TOP

好像是编码的问题吧
我在qq空间日志上抒写我的qq个性日志

TOP

在yo2上就不会哎。

TOP

直接删除<?php wp_list_pages('depth=1&sort_column=menu_order&title_li=' . __('') . '' ); ?>
然后换成了<?php wp_list_pages('title_li='); ?>

TOP

发新话题