WordPress: Version 2.5:修订间差异

来自站长百科
跳转至: 导航、​ 搜索
(新页面: <div style="border: solid 1px #00c; background-color: #eef; text-align: center; padding: 1em; margin: 1em 0;"> This article is a [[WordPress::Category:Drafts|ROUGH DRAFT]]. The content wi...)
 
无编辑摘要
第3行: 第3行:
</div>
</div>


<div style="border: solid 1px #00c; background-color: #eef; text-align: center; padding: 1em; margin: 1em 0;">
本文是一篇 [[WordPress::Category:Drafts|草稿]]. 本文的目录可能没有校验。这些信息可以更改。
</div>


__TOC__
__TOC__
On Saturday, March 29, 2008, WordPress 2.5 [http://wordpress.org/development/2008/03/wordpress-25-brecker/ was released]. For information on the changes and improvements in this new version, see [[WordPress:Changelog/2.5|Changelog for 2.5]].
On Saturday, March 29, 2008, WordPress 2.5 [http://wordpress.org/development/2008/03/wordpress-25-brecker/ was released]. For information on the changes and improvements in this new version, see [[WordPress:Changelog/2.5|Changelog for 2.5]].
星期六,2008年3月29日,WordPress 2.5 [http://wordpress.org/development/2008/03/wordpress-25-brecker/ 发布了]. 想知道有关新版本的更改和改进,参见 [[WordPress:Changelog/2.5| 2.5版本的改动日志]].


The database version (db_version in wp_option) is 7499.  
The database version (db_version in wp_option) is 7499.  
数据库版本 (db_version in wp_option) 是7499


== Changes in Minimum Requirements ==
== Changes in Minimum Requirements ==


* PHP version 4.3, or later.
* PHP version 4.3, or later.
== 最低要求的更改 ==
* PHP version 4.3, 或更新的版本.


== New User Features ==
== New User Features ==
第22行: 第33行:
** What do people want from this?
** What do people want from this?
** How do the best plugins implement it?
** How do the best plugins implement it?
==新用户功能 ==
* 管理重新设计(参见[http://bobulate.com/wpig/wiki/index.php?title=Main_Page WordPress 界面指导])
* Widget-based 面板
* 你应该有任何工具的任何编号
* 撤销编辑
* 搜索文章和页面[http://trac.wordpress.org/ticket/1435 1435]
** 人们想从这里获得什么?
** 最好的插件是怎么运行的?


== Developer ==
== Developer ==
第30行: 第51行:
* Plugabble media buttons
* Plugabble media buttons
* [[WordPress:Shortcode API]]
* [[WordPress:Shortcode API]]
== 开发人员 ==
* 在任何地点使用 $wpdb->prepare
* 为内函数转换为预期保留数据
* XML-RPC 要素
* 可插入的媒体按钮
* [[WordPress:Shortcode API|API短代码]]

2008年4月22日 (二) 17:50的版本

This article is a [[WordPress::Category:Drafts|ROUGH DRAFT]]. The content within this article may not yet be verified or valid. This information is subject to change.

本文是一篇 [[WordPress::Category:Drafts|草稿]]. 本文的目录可能没有校验。这些信息可以更改。

On Saturday, March 29, 2008, WordPress 2.5 was released. For information on the changes and improvements in this new version, see Changelog for 2.5.

星期六,2008年3月29日,WordPress 2.5 发布了. 想知道有关新版本的更改和改进,参见 2.5版本的改动日志.

The database version (db_version in wp_option) is 7499.

数据库版本 (db_version in wp_option) 是7499

Changes in Minimum Requirements

  • PHP version 4.3, or later.

最低要求的更改

  • PHP version 4.3, 或更新的版本.

New User Features

  • Admin redesign (see WordPress Interface Guidelines)
  • Widget-based dashboard
  • You should be able to have any number of any widget
  • Undo for comment editing
  • Search for both posts and pages 1435
    • What do people want from this?
    • How do the best plugins implement it?

新用户功能

  • 管理重新设计(参见WordPress 界面指导)
  • Widget-based 面板
  • 你应该有任何工具的任何编号
  • 撤销编辑
  • 搜索文章和页面1435
    • 人们想从这里获得什么?
    • 最好的插件是怎么运行的?


Developer

  • Use $wpdb->prepare everywhere
  • Switch to expect unescaped data for internal functions
  • XML-RPC refactor
  • Plugabble media buttons
  • WordPress:Shortcode API

开发人员

  • 在任何地点使用 $wpdb->prepare
  • 为内函数转换为预期保留数据
  • XML-RPC 要素
  • 可插入的媒体按钮
  • API短代码