久久精品水蜜桃av综合天堂,久久精品丝袜高跟鞋,精品国产肉丝袜久久,国产一区二区三区色噜噜,黑人video粗暴亚裔

WordPress:WordPress Files

來自站長百科
跳轉(zhuǎn)至: 導(dǎo)航、? 搜索

Note: The file descriptions on this page are for WordPress Version 2.x

注: 這個頁面上的文件描述是針對WordPress2.x版本的

Each file appearing in this list has been sorted into its directory of origin. A description of the purpose of the file and its possible dependencies appear after each.

這個列表中出現(xiàn)的每個文件都在文件的原始目錄中分類了。每個文件的后面,帶有文件目錄以及文件可能存在的依賴物的描述。

WordPress Root[ ]

WordPress 根[ ]

index.php
Core WordPress index. This is the file that produces the blog output.
index.php
核心的WordPress索引。這個文件,產(chǎn)生了博客的輸出內(nèi)容。
license.txt
The WordPress GPL license file.
license.txt
WordPress 通用公共許可文件。
my-hacks.php
Contains supplemental routines that are processed before output is produced. This is not included in the default install, but is referenced by the administration page if available.
my-hacks.php
包含有額外的程序,在輸入產(chǎn)生之前,進(jìn)行。這沒有包含在默認(rèn)安裝中,但是有的話,會被管理頁面引用。
readme.html
Pre-install information about WordPress.
readme.html
關(guān)于WordPress安裝之前的信息。
wp-atom.php
Produces Atom syndication output.
wp-atom.php
產(chǎn)生Atom syndication輸出。
wp-blog-header.php
Decides what to display based on the parameters that are passed to the blog. Included from any page that wants to display WordPress content.
wp-blog-header.php
根據(jù)向博客傳遞了哪個參數(shù),決定顯示什么內(nèi)容。任何想要顯示W(wǎng)ordPress內(nèi)容的頁面,都包含這個文件。
wp-cron.php
wp-cron.php
wp-comments-post.php
Receives posted comments and adds them to the database.
wp-comments-post.php
收到已發(fā)表的評論,并且將這些評論放到數(shù)據(jù)庫中。
wp-commentsrss2.php
Produces RSS2 syndication output of post comments.
wp-commentsrss2.php
產(chǎn)生了文章評論的RSS2 syndication output。
wp-config-sample.php
A sample configuration file for connecting WordPress to your MySQL database.
wp-config-sample.php
將WordPress連接到你的MySQL數(shù)據(jù)庫的樣本確認(rèn)文件。
wp-config.php
The actual configuration file used to connect WordPress to your MySQL database. This is not included in the default install, but must exist for successful operation of WordPress.
wp-feed.php
Decides the type of feed to produce based on a request and re-routes to the correct feed-producing file.
wp-config.php
將WordPress連接到你的MySQL數(shù)據(jù)庫的真正的取人文件。默認(rèn)安裝沒有包含這個文件,但是必須包含這個文件,以成功地操作WordPress。
wp-feed.php
根據(jù)需求和feed產(chǎn)生的正確的文件的re-routes,確定feed的類型。
wp-links-opml.php
Produces OPML output of Links that were added to the blog via the WordPress admin menu.
wp-links-opml.php
產(chǎn)生了通過WordPress管理菜單,添加到博客上的鏈接的OPML輸出。
wp-login.php
The WordPress login page for registered users.
wp-login.php
注冊用戶的WordPress登錄頁面。
wp-mail.php
Used for obtaining blog posts that were submitted via email. The URL of this file is usually added to a cron job so that it is regularly retrieved, so that new email posts are accepted.
wp-mail.php
用來獲得通過電子郵件發(fā)表的博客文章。這個文件的URL通常添加到cron job,這樣會定期重新獲得URL,就會接到新的電子郵件文章。
wp-pass.php
Accepts the password needed to view password-protected posts, then redirects back to the protected post.
wp-rdf.php
Produces RDF syndication output.
wp-pass.php
得到受到密碼保護(hù)的文章的密碼,然后返回到受到密碼保護(hù)的文章
wp-rdf.php
產(chǎn)生RDF syndication output。
wp-register.php
Allows new users to register usernames in WordPress via an online form.
wp-register.php
能夠使得新用戶通過上線,注冊用戶名。
wp-rss.php
Produces RSS syndication output.
wp-rss.php
產(chǎn)生RSS syndication output。
wp-rss2.php
Produces RSS2 syndication output.
wp-rss2.php
產(chǎn)生RSS2 syndication output。
wp-settings.php
Performs various pre-execution routines, including checking for correct installation, including auxiliary functions, applying user plugins, initializing execution timers, etc.
wp-settings.php
執(zhí)行許多運(yùn)行前不同的例行程序,包括檢查安裝是否正確,檢查輔助功能,應(yīng)用用戶插件,初始化運(yùn)行定時器,等等。
wp-trackback.php
Handles incoming trackback requests.
wp-trackback.php
處理trackback請求。
wp.php
A very simple template for displaying blog posts. Does not include a lot of the fancy but fragile features of index.php.
wp.php
非常簡單的模板,用來顯示博客文章。沒有什么裝飾,只是顯示了index.php的簡單的功能。
xmlrpc.php
Handles incoming xmlrpc commands. Among other things, this allows posting without using the built-in web-based administrative interface.
xmlrpc.php
處理引入的xmlrpc命令。在其它文件之中,這個文件使得不使用內(nèi)置的,以網(wǎng)絡(luò)為基礎(chǔ)的管理界面,也能夠發(fā)表文章。

wp-admin[ ]

wp-admin[ ]

wp-admin/admin.php
The core of the admin files. Connects to the database, integrates the dynamic menu data, displays non-core console pages, etc.
wp-admin/admin.php
管理文件的核心。連接到數(shù)據(jù)庫,結(jié)合動態(tài)菜單數(shù)據(jù),非核心控制臺頁面,等等。
wp-admin/admin-db.php
wp-admin/admin-db.php
wp-admin/admin-footer.php
Contains the bottom of the admin console. Included from each of the console pages.
wp-admin/admin-footer.php
包含了管理控制臺的底部。包含在每個控制臺頁面中。
wp-admin/admin-functions.php
Contains various functions used by the admin console.
wp-admin/admin-functions.php
包含了管理控制臺使用的不同的函數(shù)。
wp-admin/admin-header.php
Contains the top half of the admin console. Includes menu-header.php for menu logic.
wp-admin/admin-header.php
包含了管理控制臺的上半部分。包含菜單邏輯的menu-header.php。
wp-admin/bookmarklet.php
The pop-up page that is displayed when using the bookmarklet. Uses the default edit-form.php page for post input.
wp-admin/bookmarklet.php
使用bookmarklet時,顯示的彈出的頁面。為文章輸入,顯示默認(rèn)的edit-form.php頁面。
wp-admin/categories.php
Admin console page for category management. See: Manage - Categories
wp-admin/categories.php
類別管理的管理控制臺頁面。請看看管理 – 類別
wp-admin/cat-js.php
wp-admin/cat-js.php
wp-admin/edit.php
Admin console for post management. See: Manage - Posts
wp-admin/edit.php
文章管理的管理控制臺。請看看管理 – 文章
wp-admin/edit-comments.php
Admin console page for comment management. See: Manage - Comments
wp-admin/edit-form-advanced.php
Admin console page for the advanced post editing form. Included from post.php. See: Write - Write Post - Advanced
wp-admin/edit-comments.php
評論管理的管理控制臺頁面。請看看管理 – 評論
wp-admin/edit-form-advanced.php
高級文章編輯形式的管理控制臺頁面。包含在post.php。請看看寫 – 寫文章 – 高級的
wp-admin/edit-form.php
Admin console page for the simple post editing form. Included from post.php. See: Write - Write Post
wp-admin/edit-form.php
簡單的文章編輯形式的管理控制臺頁面。包含在post.php。請看看寫 – 寫文章
wp-admin/edit-form-comment.php
Edits a specifiy post comment.
wp-admin/edit-form-comment.php
編輯specifiy文章評論。
wp-admin/edit-form-ajax-cat.php
wp-admin/edit-link-form.php


wp-admin/edit-form-ajax-cat.php
wp-admin/edit-link-form.php
wp-admin/edit-page-form.php
Admin console page for editing pages. Included from post.php and page-new.php. See: Write - Write Page
wp-admin/edit-page-form.php
編輯網(wǎng)頁的管理控制臺頁面。包含在post.php 和 page-new.php中。請看看寫 – 編寫網(wǎng)頁
wp-admin/edit-pages.php
Admin console for page management.
wp-admin/edit-pages.php
網(wǎng)頁管理的管理控制臺。

See: Manage - Pages 請看看:管理 – 網(wǎng)頁

wp-admin/execute-pings.php
wp-admin/import.php


wp-admin/execute-pings.php
wp-admin/import.php
wp-admin/index.php
The administrative default page. Redirects to an appropriate page based on user access.
wp-admin/index.php
管理默認(rèn)網(wǎng)頁。根據(jù)用戶權(quán)限,重新導(dǎo)向適當(dāng)?shù)捻撁妗?/dd>
wp-admin/inline-uploading.php
wp-admin/inline-uploading.php
wp-admin/install-helper.php
A set of functions for database maintenance, including the popular-in-plugins maybe_create_table() and maybe_add_column().
wp-admin/install-helper.php
數(shù)據(jù)庫維護(hù)的一組函數(shù),包括popular-in-plugins maybe_create_table() 和maybe_add_column()。
wp-admin/install.php
Installs WordPress.
wp-admin/install.php
安裝WordPress。
wp-admin/link-add.php
Admin console page to add links. See: Links - Add Link
wp-admin/link-add.php
添加鏈接的管理控制臺頁面。請看看鏈接 – 添加鏈接
wp-admin/link-categories.php
Admin console page for link category management. See: Links - Link Categories
wp-admin/link-categories.php
鏈接類別管理的管理控制臺頁面。請看看鏈接 – 鏈接類別
wp-admin/link-import.php
Admin console page used to import links. See: Links - Import Links
wp-admin/link-import.php
用來導(dǎo)入鏈接的管理控制臺頁面。請看看鏈接 – 導(dǎo)入鏈接
wp-admin/link-manager.php
Admin console page for link management. See: Links - Manage Links
wp-admin/link-manager.php
鏈接管理的管理控制臺頁面。請看看鏈接 – 管理鏈接
wp-admin/link-parse-opml.php
Contains functions used to parse an OPML file when importing links.
wp-admin/link-parse-opml.php
包含函數(shù),在導(dǎo)入鏈接的時候,用于解析OPML文件。
wp-admin/list-manipulation.js
wp-admin/list-manipulation.php


wp-admin/list-manipulation.js
wp-admin/list-manipulation.php
wp-admin/menu-header.php
The file used to display the menu in the admin interface.
wp-admin/menu-header.php
用于在管理界面顯示菜單的文件。
wp-admin/menu.php
The default admin menu structure.
wp-admin/menu.php
默認(rèn)管理菜單結(jié)構(gòu)。
wp-admin/moderation.php
Contains functions related to comments moderation.
wp-admin/moderation.php
包含評論審核相關(guān)的函數(shù)。
wp-admin/options.php
Admin console file that can be used to change every settings in one update.
wp-admin/options.php
可以用來更改更新中的任何 設(shè)置的管理控制臺文件。
wp-admin/options-discussion.php
Admin console page to manage options regarding comments and trackbacks. See: Options - Discussion
wp-admin/options-discussion.php
管理評論和trackbacks相關(guān)的選項(xiàng)的管理控制臺頁面。請看看選項(xiàng) – 討論
wp-admin/options-general.php
Admin console page to manage options regarding basic configuartion settings. See: Options - General
wp-admin/options-general.php
管理基本配置設(shè)置相關(guān)的選項(xiàng)的管理控制臺頁面。請看看選項(xiàng)- 總
wp-admin/options-head.php
wp-admin/options-head.php
wp-admin/options-misc.php
Admin console page to manage options regarding file uploads, link tracking and support for custom "hacks". See: Options - Miscellaneous
wp-admin/options-misc.php
與文件上傳,鏈接追蹤,自定義"hacks"支持相關(guān)的管理選項(xiàng)的管理控制臺頁面。請看看選項(xiàng) - Miscellaneous
wp-admin/options-permalink.php
Admin console page to manage options regarding permalinks. See: Options - Permalinks
wp-admin/options-permalink.php
與permalinks有關(guān)的管理選項(xiàng)的管理控制臺頁面。請看看選項(xiàng) - Permalinks
wp-admin/options-reading.php
Admin console page to manage options regarding how the information from your site is sent to a reader's web browser or other application. See: Options - Reading
wp-admin/options-reading.php
關(guān)于怎樣將你的站點(diǎn)信息發(fā)送到讀者瀏覽器或者其它應(yīng)用軟件的管理選項(xiàng)的管理控制臺頁面。請看看選項(xiàng) – 閱讀
wp-admin/options-writing.php
Admin console page to manage options regarding the interface with which you write new posts. See: Options - Writing
wp-admin/options-writing.php
與你寫新的文章的界面相關(guān)的管理選項(xiàng)的管理控制臺頁面。請看看選項(xiàng) – 寫
wp-admin/page-new.php
Admin console page to create a new page.
wp-admin/page-new.php
創(chuàng)建新頁面的管理控制臺頁面。
wp-admin/plugin-editor.php
Admin console page to edit a plugin file.
wp-admin/plugin-editor.php
編輯插件文件的管理控制臺頁面。
wp-admin/plugins.php
Admin console page to manage plugins.
wp-admin/plugins.php
管理插件的管理控制臺頁面。
wp-admin/post.php
Admin console page to create a new post.
wp-admin/post.php
創(chuàng)建新文章的管理控制臺頁面。
wp-admin/profile-update.php
wp-admin/profile-update.php
wp-admin/profile.php
Admin console page to manage your profile.
wp-admin/profile.php
管理你的基本資料的管理控制臺頁面。
wp-admin/setup-config.php
Admin console page to create the wp-config.php file for the first time.
wp-admin/setup-config.php
第一次創(chuàng)建wp-config.php文件的管理控制臺頁面。
wp-admin/sidebar.php
wp-admin/sidebar.php
wp-admin/templates.php
Admin console page to edit any server-writeable file.
wp-admin/templates.php
編輯任何服務(wù)器可寫的文件的管理控制臺頁面。
wp-admin/theme-editor.php
Admin console page to edit any file within a specific theme.
wp-admin/theme-editor.php
使用特別的主題編輯任何文件的管理控制臺頁面。
wp-admin/themes.php
Admin console page to manage themes.
wp-admin/themes.php
管理主題的管理控制臺頁面。
wp-admin/update-links.php
wp-admin/update-links.php
wp-admin/upgrade-functions.php
Contains functions related to version upgrading.
wp-admin/upgrade-functions.php
包含與版本升級相關(guān)的函數(shù)。
wp-admin/upgrade-schema.php
Contains default MySQL tables structure and default options, used when upgrading.
wp-admin/upgrade-schema.php
包含了升級時候,使用的默認(rèn)MySQL表格結(jié)構(gòu)和默認(rèn)選項(xiàng)。
wp-admin/upgrade.php
Admin console page to upgrade froma lower version to a higher one.
wp-admin/upgrade.php
從froma更低的版本升級到更高的版本的管理控制臺頁面。
wp-admin/user-edit.php
Admin console page to edit a user.
wp-admin/user-edit.php
編輯用戶的管理控制臺頁面。
wp-admin/users.php
Admin console page to manage users.
wp-admin/users.php
管理用戶的管理控制臺頁面。
wp-admin/wp-admin.css
The default stylesheet for the administrative console.
wp-admin/wp-admin.css
管理控制臺的默認(rèn)樣式表。
wp-admin/xfn.js
wp-admin/xfn.js

wp-admin/images[ ]

wp-admin/圖像[ ]

This directory holds images associated and used by WordPress in the Administration Panels.

這個目錄包含了管理面板中,WordPress使用的相關(guān)圖像。

wp-admin/images/box-bg.gif
wp-admin/images/boxbg-left.gif
wp-admin/images/boxbg-right.gif
wp-admin/images/box-butt.gif
wp-admin/images/box-butt-left.gif
wp-admin/images/box-butt-right.gif
wp-admin/images/box-head.gif
wp-admin/images/box-head-left.gif
wp-admin/images/browse-happy.gif
wp-admin/images/fade-butt.png
wp-admin/images/notice.gif
wp-admin/images/toggle.gif
wp-admin/images/wordpres-logo.png



wp-admin/images/box-bg.gif
wp-admin/images/boxbg-left.gif
wp-admin/images/boxbg-right.gif
wp-admin/images/box-butt.gif
wp-admin/images/box-butt-left.gif
wp-admin/images/box-butt-right.gif
wp-admin/images/box-head.gif
wp-admin/images/box-head-left.gif
wp-admin/images/browse-happy.gif
wp-admin/images/fade-butt.png
wp-admin/images/notice.gif
wp-admin/images/toggle.gif
wp-admin/images/wordpres-logo.png


wp-admin/import[ ]

wp-admin/導(dǎo)入[ ]

wp-admin/import/b2.php
Used for importing posts from b2. See: Importing Content - b2
wp-admin/import/b2.php
用來從b2導(dǎo)入文章。請看看導(dǎo)入內(nèi)容 - b2
wp-admin/import/blogger.php
Used for importing posts from Blogger. See: Importing Content - Blogger
wp-admin/import/blogger.php
用來從Blogger導(dǎo)入文章。請看看導(dǎo)入內(nèi)容 - Blogger
wp-admin/import/dotclear.php
wp-admin/import/dotclear.php
wp-admin/import/greymatter.php
Used for importing posts from Greymatter. See: Importing Content - Greymatter
wp-admin/import/greymatter.php
用來從Greymatter導(dǎo)入文章。請看看導(dǎo)入內(nèi)容 - Greymatter
wp-admin/import/livejournal.php
Used for importing posts from LiveJournal. See: Importing Content - LiveJournal
wp-admin/import/livejournal.php
用來從LiveJournal導(dǎo)入文章。請看看:導(dǎo)入內(nèi)容 - LiveJournal
wp-admin/import/mt.php
Used for importing posts from Movable Type. See: Importing Content - Movable Type
wp-admin/import/mt.php
用來從Movable Type導(dǎo)入文章。請看看:導(dǎo)入內(nèi)容- Movable Type
wp-admin/import/rss.php
Used to import posts via RSS. See: Importing Content - RSS
wp-admin/import/rss.php
用來通過RSS導(dǎo)入文章。請看看:導(dǎo)入內(nèi)容 - RSS
wp-admin/import/textpattern.php
Used for importing posts from TextPattern. See: Importing Content - TextPattern
wp-admin/import/textpattern.php
用來從TextPattern導(dǎo)入文章。請看看:導(dǎo)入內(nèi)容 - TextPattern

wp-content[ ]

wp-content[ ]

This directory is typically not upgraded.

這個目錄明顯沒有升級。

The /wp-content/ directory is for user-supplied content. WordPress upgrades are supposed to specifically avoid doing anything to any of the contents of this directory, unless the user wants the latest version of the default WordPress Themes.

/wp-content/目錄是用戶支持的內(nèi)容。WordPress升級時,應(yīng)該避免更改這個目錄中的任何內(nèi)容,除非用戶想要最新版本的WordPress默認(rèn)主題。

WordPress Themes and WordPress Plugins are stored in this directory.

WordPress主題和WordPress插件都儲存在這個目錄中。

wp-content/plugins[ ]

wp-content/插件[ ]

All WordPress plugins are placed in this directory. The default plugin shipped with WordPress is an example plugin mostly for plugin developers, the Hello Dolly plugin, which displays random lines of the song "Hello Dolly." Current versions also inlude the [1] comment spam fighting WordPress Plugin as an option.

WordPress所有的插件都儲存在這個目錄中。WordPress帶有的插件,是大多數(shù)插件開發(fā)人員的插件代表,你好 Dolly插件,顯示了歌曲"你好 Dolly。"中隨意的幾行歌詞。當(dāng)前的版本也包含[2] 過濾垃圾評論,作為選項(xiàng)的WordPress插件。

wp-content/plugins/hello.php
wp-content/plugins/akismet.php
wp-content/plugins/hello.php
wp-content/plugins/akismet.php

wp-content/themes[ ]

wp-content/主題[ ]

All WordPress Theme data is placed within this directory in its own folder such as example.com/wp-content/themes/themedirectory/.

所有的WordPress主題數(shù)據(jù)都放在這個目錄自身的文件夾中,如example.com/wp-content/themes/themedirectory/。

wp-content/themes/themedir[ ]

wp-content/themes/themedir[ ]

All files associated with a WordPress Theme are stored in their own directory under the wp-content/themes/themedir directory. As an example of the Theme files, the typical files included in the WordPress Default Theme under /wp-content/themes/default/ would be:

與WordPress主題相關(guān)的文件,都儲存在自身的wp-content/themes/themedir目錄下的目錄中。主題文件的一個例子,包含在/wp-content/themes/default/下的WordPress默認(rèn)主題主題的典型文件是:

wp-content/themes/themedir/comments.php
Used to manage how the comments are displayed.
wp-content/themes/themedir/comments.php
用來管理評論的顯示方式。
wp-content/themes/themedir/footer.php
Used to manage the footer of the pages.
wp-content/themes/themedir/footer.php
用來管理網(wǎng)頁的頁腳。
wp-content/themes/themedir/header.php
Used to manage the header of every page.
wp-content/themes/themedir/header.php
用來管理每個網(wǎng)頁的標(biāo)頭。
wp-content/themes/themedir/index.php
Used to manage how the posts are displayed in your homepage.
wp-content/themes/themedir/index.php
用來管理文章在你的主頁上的顯示方式。
wp-content/themes/themedir/search.php
Used to display a search form to search for entries.
wp-content/themes/themedir/search.php
用來顯示一種搜索形式,搜索文章。
wp-content/themes/themedir/sidebar.php
Used to manage the sidebar.
wp-content/themes/themedir/sidebar.php
用來管理邊欄。
wp-content/themes/themedir/style.css
The main WordPress:CSS file of WordPress.
wp-content/themes/themedir/style.css
WordPress主要的CSS文件。

wp-content/themes/themedir/images[ ]

wp-content/themes/themedir/圖像[ ]

Some WordPress Themes store images in a subdirectory under their Theme folder. For example, images used by the default theme are in wp-content/themes/default/images/.

一些WordPress主題在主題文件夾的子目錄中儲存圖像。例如,默認(rèn)主題使用的圖像在wp-content/themes/default/images/。

wp-includes[ ]

wp-includes[ ]

wp-includes/cache.php
wp-includes/capabilities.php


wp-includes/cache.php

wp-includes/capabilities.php


wp-includes/class-IXR.php
The Incutio XML-RPC Library. Contains XML RPC support functions. Supplied by http://scripts.incutio.com/xmlrpc/
wp-includes/class-IXR.php
Incutio XML-RPC庫。包含XML RPC支持函數(shù)。又http://scripts.incutio.com/xmlrpc/支持。
wp-includes/classes.php
Contains basic classes including the core post-fetching mechanism, WP_Query, and the rewrite manger, WP_Rewrite.
wp-includes/classes.php
包含有基本的classes,包括核心post-fetching機(jī)制,WP_Query,和rewrite管理器,WP_Rewrite。
wp-includes/class-pop3.php
Contains a support class for accessing POP mailboxes. Used by wp-mail.php
wp-includes/class-pop3.php
包含訪問POP郵箱的支持class。由wp-mail.php使用。
wp-includes/class-snoopy.php
wp-includes/class-snoopy.php

Snoopy is a PHP class that simulates a web browser. It automates the task of retrieving web page content and posting forms, for example.

Snoopy是PHP class,能夠模擬網(wǎng)絡(luò)瀏覽器。例如,能夠自動地接受網(wǎng)頁內(nèi)容和文章格式。

wp-includes/comment-functions.php
wp-includes/default-filters.php
wp-includes/feed-functions.php


wp-includes/comment-functions.php
wp-includes/default-filters.php
wp-includes/feed-functions.php


wp-includes/functions-compat.php
Contains support functions that are present in newer PHP versions that are used only when running on older PHP versions.
wp-includes/functions-compat.php
包含更新版本的PHP中的支持函數(shù),只有運(yùn)行更舊版本的PHP時,參會使用這個函數(shù)。
wp-includes/functions-formatting.php
Contains support functions for cleaning XHTML and formatting text correctly in certain character sets.
wp-includes/functions-formatting.php
包含有支持函數(shù),用來在特定的字符集中正確地整理XHTML和文本格式。
wp-includes/functions-post.php
Contains support functions for managing posts in the database, querying user capabilities, fetching and writing comments, etc.
wp-includes/functions-post.php
包含有支持函數(shù),用來管理數(shù)據(jù)庫中的文章,查詢用戶權(quán)限,提取并且編寫評論,等等。
wp-includes/functions.php
Contains numerous vital support functions. Largest file in WordPress -- almost double the next largest file.
wp-includes/functions.php
包含許多重要的支持函數(shù)。WordPress中最大的文件—幾乎是第二大文件的雙倍大小。
wp-includes/gettext.php
Part of the PHP-gettext GPL translation library.
wp-includes/gettext.php
PHP-gettext GPL翻譯庫的一部分。
wp-includes/kses.php
Contains functions that are used to render and filter HTML in posts or comments.
wp-includes/kses.php
包含用來在文章或者評論中產(chǎn)生或者過濾HTML的函數(shù)。
wp-includes/links.php
Contains functions that are used to manage and use the Links feature of WordPress.
wp-includes/links.php
包含用來管理和使用WordPress鏈接功能的函數(shù)。
wp-includes/locale.php
Contains functions to replace default weekdays and months values.
wp-includes/locale.php
包含用來取代默認(rèn)星期和月份參數(shù)值的函數(shù)。
wp-includes/pluggable-functions.php
wp-includes/registration-functions.php
wp-includes/rss-functions.php


wp-includes/pluggable-functions.php
wp-includes/registration-functions.php
wp-includes/rss-functions.php
wp-includes/streams.php
Contains a class to wrap file streams, string streams.
wp-includes/streams.php
包含class,用來包裹文件streams,字符串streams。
wp-includes/template-functions-author.php
Contains theme functions related to the author of a post or a comment.
wp-includes/template-functions-author.php
包含文章或者評論作者相關(guān)的主題函數(shù)。
wp-includes/template-functions-category.php
Contains theme functions related to categories.
wp-includes/template-functions-category.php
包含類別相關(guān)的主題函數(shù)。
wp-includes/template-functions-comment.php
Contains theme functions related to comments.
wp-includes/template-functions-comment.php
包含評論相關(guān)的主題函數(shù)。
wp-includes/template-functions-general.php
Contains general theme functions.
wp-includes/template-functions-general.php
包含一般的主題函數(shù)。
wp-includes/template-functions-links.php
Contains theme functions related to links
wp-includes/template-functions-links.php
包含鏈接相關(guān)的主題函數(shù)
wp-includes/template-functions-post.php
Contains theme functions related to posts.
wp-includes/template-functions-post.php
包含文章相關(guān)的主題函數(shù)。
wp-includes/template-functions.php
Contains all the "template-" files above.
wp-includes/template-functions.php
包含以上所有的"template-"文件。
wp-includes/template-loader.php
wp-includes/template-loader.php
wp-includes/vars.php
Used to set miscellaneous variables.
wp-includes/vars.php
用來設(shè)置miscellaneous變數(shù)。
wp-includes/version.php
Used to set the currently used WordPress version.
wp-includes/version.php
用來設(shè)置當(dāng)前使用的WordPress版本。
wp-includes/wp-db.php
Contains functions used to connect to the MySQL database.
wp-includes/wp-db.php
包含用來連接MySQL數(shù)據(jù)庫的函數(shù)。
wp-includes/wp-l10n.php
Contains functions used in multi-language support.
wp-includes/wp-l10n.php
包含用在多語言支持中的函數(shù)。

wp-includes/images[ ]

wp-includes/images/smilies[ ]

wp-includes/圖像[ ]

wp-includes/images/smilies[ ]

This is the directory that holds the smilies (emoticons) used in WordPress if the option is turned on. See WordPress:Using Smilies for the full list.

如果打開選項(xiàng),這個目錄包含了WordPress中使用的smilies (由字符組成的圖釋)。完整的列表,請看看使用Smilies。

wp-includes/js[ ]

wp-includes/js[ ]

wp-includes/js/quicktags.js
Javascript file that contains functions to manage the tags toolbox when editing posts or pages.
wp-includes/js/quicktags.js
Javascript文件包含編輯文章或者網(wǎng)頁時,用來管理標(biāo)簽工具框的函數(shù)


wp-includes/js/tinymce[ ]

wp-includes/js/tinymce[ ]

This directory includes the files that run the Rich Text Editor in the Write Post panel. 這個目錄包含在寫文章面板中運(yùn)行豐富的文本編輯器的文件。

wp-includes/languages[ ]

wp-includes/語言[ ]

See: WordPress:WordPress Localization 請看看:WordPress本地化