| name | lines | bytes | date | description | |
|---|---|---|---|---|---|
| ./ | |||||
| wp-admin/ | |||||
| wp-content/ | |||||
| wp-includes/ | |||||
| index.php | 17 | 395 | 01/08/2012 12:01 | 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 | 385 | 19929 | 05/06/2012 03:28 | ||
| readme.html | 108 | 9175 | 11/29/2012 19:57 | ||
| wp-activate.php | 120 | 4663 | 11/17/2012 10:11 | Confirms that the activation key that is sent in an email after a user signs up for a new blog matches the key for that user and then displays confirmation. | |
| wp-blog-header.php | 18 | 271 | 01/08/2012 12:01 | Loads the WordPress environment and template. | |
| wp-comments-post.php | 99 | 3522 | 04/10/2012 13:21 | Handles Comment Post to WordPress and prevents duplicate comment posting. | |
| wp-config-sample.php | 90 | 3177 | 11/01/2010 10:45 | The base configurations of the WordPress. This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, and ABSPATH. You can find more information by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page. You can get the MySQL settings from your web host. | |
| wp-cron.php | 104 | 2718 | 09/23/2012 12:57 | WordPress Cron Implementation for hosts, which do not offer CRON or for which the user has not set up 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-links-opml.php | 59 | 1997 | 10/23/2010 08:17 | 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 | 63 | 2408 | 10/26/2012 15:40 | 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 | 746 | 29310 | 11/30/2012 08:40 | WordPress User Page Handles authentication, registering, resetting passwords, forgot password, and other user handling. | |
| wp-mail.php | 230 | 7723 | 09/25/2012 01:26 | 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-settings.php | 327 | 9899 | 11/22/2012 04:52 | Used to set up and fix common variables and include the WordPress procedural and class library. Allows for some configuration in wp-config.php (see default-constants.php) | |
| wp-signup.php | 442 | 18219 | 09/11/2012 08:27 | ||
| wp-trackback.php | 110 | 3700 | 01/08/2012 12:01 | Handle Trackbacks and Pingbacks sent to WordPress | |
| xmlrpc.php | 86 | 2719 | 09/11/2012 16:11 | XML-RPC protocol support for WordPress |
title