 | ./
| |
 | wp-admin/
| |
 | wp-content/
| |
 | wp-includes/
| |
 | README.txt [source] [205 lines] | |
 | htaccess.dist [source] [26 lines] | |
 | index-install.php [source] [687 lines] | |
 | index.php [source] [18 lines] | Front to the WordPress application. This file doesn't do anything, but loads wp-blog-header.php which does and tells WordPress to load the theme. |
 | license.txt [source] [281 lines] | |
 | wp-activate.php [source] [88 lines] | |
 | wp-app.php [source] [1624 lines] | Atom Publishing Protocol support for WordPress |
 | wp-atom.php [source] [12 lines] | Redirects to the Atom feed This file is deprecated and only exists for backwards compatibility |
 | wp-blog-header.php [source] [26 lines] | Loads the WordPress environment and template. |
 | wp-comments-post.php [source] [89 lines] | Handles Comment Post to WordPress and prevents duplicate comment posting. |
 | wp-commentsrss2.php [source] [12 lines] | Redirects to the Comments RSS2 feed This file is deprecated and only exists for backwards compatibility |
 | wp-config-sample.php [source] [114 lines] | The base configurations of the WordPress. Do not try to create this file manually. Read the README.txt and run the web installer. |
 | wp-cron.php [source] [63 lines] | WordPress Cron Implementation for hosts, which do not offer CRON or for which the user has not setup a CRON job pointing to this file. The HTTP request to this file will not slow down the visitor who happens to visit when the cron job is needed to run. |
 | wp-feed.php [source] [12 lines] | Redirects to the RSS2 feed This file is deprecated and only exists for backwards compatibility |
 | wp-links-opml.php [source] [65 lines] | Outputs the OPML XML format for getting the links defined in the link administration. This can be used to export links from one blog over to another. Links aren't exported by the WordPress export, so this file handles that. |
 | wp-load.php [source] [50 lines] | Bootstrap file for setting the ABSPATH constant and loading the wp-config.php file. The wp-config.php file will then load the wp-settings.php file, which will then set up the WordPress environment. |
 | wp-login.php [source] [520 lines] | WordPress User Page Handles authentication, registering, resetting passwords, forgot password, and other user handling. |
 | wp-mail.php [source] [209 lines] | Gets the email message from the user's mailbox to add as a WordPress post. Mailbox connection information must be configured under Settings > Writing |
 | wp-pass.php [source] [19 lines] | Creates the password cookie and redirects back to where the visitor was before. |
 | wp-rdf.php [source] [12 lines] | Redirects to the RDF feed This file is deprecated and only exists for backwards compatibility |
 | wp-rss.php [source] [12 lines] | Redirects to the RSS feed This file is deprecated and only exists for backwards compatibility |
 | wp-rss2.php [source] [12 lines] | Redirects to the RSS2 feed This file is deprecated and only exists for backwards compatibility |
 | wp-settings.php [source] [700 lines] | Used to setup and fix common variables and include the WordPress procedural and class library. You should not have to change this file and allows for some configuration in wp-config.php. |
 | wp-signup.php [source] [439 lines] | |
 | wp-trackback.php [source] [111 lines] | Handle Trackbacks and Pingbacks sent to WordPress |
 | wpmu-settings.php [source] [243 lines] | |
 | xmlrpc.php [source] [3382 lines] | XML-RPC protocol support for WordPress |