 | Up one level
| |
 | Text/
| |
 | images/
| |
 | js/
| |
 | atomlib.php [source] [354 lines] | Atom Syndication Format PHP Library |
 | author-template.php [source] [537 lines] | Author Template functions for use in themes. These functions must be used within the WordPress Loop. |
 | bookmark-template.php [source] [254 lines] | Bookmark Template Functions for usage in Themes |
 | bookmark.php [source] [366 lines] | Link/Bookmark API |
 | cache.php [source] [452 lines] | Object Cache API |
 | canonical.php [source] [339 lines] | Canonical API to handle WordPress Redirecting Based on "Permalink Redirect" from Scott Yang and "Enforce www. Preference" by Mark Jaquith |
 | capabilities.php [source] [987 lines] | WordPress Roles and Capabilities. |
 | category-template.php [source] [950 lines] | Category Template Tags and API. |
 | category.php [source] [384 lines] | WordPress Category API |
 | class-IXR.php [source] [887 lines] | IXR - The Inutio XML-RPC Library |
 | class-phpass.php [source] [258 lines] | Portable PHP password hashing framework. |
 | class-phpmailer.php [source] [1896 lines] | |
 | class-pop3.php [source] [651 lines] | |
 | class-smtp.php [source] [1062 lines] | |
 | class-snoopy.php [source] [1250 lines] | |
 | class.wp-dependencies.php [source] [209 lines] | BackPress Scripts enqueue. These classes were refactored from the WordPress WP_Scripts and WordPress script enqueue API. |
 | class.wp-scripts.php [source] [110 lines] | BackPress Scripts enqueue. These classes were refactored from the WordPress WP_Scripts and WordPress script enqueue API. |
 | class.wp-styles.php [source] [87 lines] | BackPress Styles enqueue. These classes were refactored from the WordPress WP_Scripts and WordPress script enqueue API. |
 | classes.php [source] [1580 lines] | Holds Most of the WordPress classes. Some of the other classes are contained in other files. For example, the WordPress cache is in cache.php and the WordPress roles API is in capabilities.php. The third party libraries are contained in their own separate files. |
 | comment-template.php [source] [1362 lines] | Comment template functions These functions are meant to live inside of the WordPress loop. |
 | comment.php [source] [1627 lines] | Manages WordPress comments |
 | compat.php [source] [118 lines] | WordPress implementation for PHP functions missing from older PHP versions. |
 | cron.php [source] [374 lines] | WordPress CRON API |
 | default-filters.php [source] [202 lines] | Sets up the default filters and actions for most of the WordPress hooks. |
 | deprecated.php [source] [1307 lines] | Deprecated functions from past WordPress versions. You shouldn't use these globals and functions and look for the alternatives instead. The functions and globals will be removed in a later version. |
 | feed-atom-comments.php [source] [88 lines] | Atom Feed Template for displaying Atom Comments feed. |
 | feed-atom.php [source] [56 lines] | Atom Feed Template for displaying Atom Posts feed. |
 | feed-rdf.php [source] [56 lines] | RSS 1 RDF Feed Template for displaying RSS 1 Posts feed. |
 | feed-rss.php [source] [37 lines] | RSS 0.92 Feed Template for displaying RSS 0.92 Posts feed. |
 | feed-rss2-comments.php [source] [66 lines] | RSS2 Feed Template for displaying RSS2 Comments feed. |
 | feed-rss2.php [source] [60 lines] | RSS2 Feed Template for displaying RSS2 Posts feed. |
 | feed.php [source] [514 lines] | WordPress Feed API Many of the functions used in here belong in The Loop, or The Loop for the Feeds. |
 | formatting.php [source] [2321 lines] | Main Wordpress Formatting API. Handles many functions for formatting output. |
 | functions.php [source] [2917 lines] | Main WordPress API |
 | functions.wp-scripts.php [source] [99 lines] | BackPress script procedural API. |
 | functions.wp-styles.php [source] [79 lines] | BackPress styles procedural API. |
 | general-template.php [source] [1902 lines] | General template tags that can go anywhere in a template. |
 | gettext.php [source] [400 lines] | PHP-Gettext External Library: gettext_reader class |
 | http.php [source] [1254 lines] | Simple and uniform HTTP request API. Will eventually replace and standardize the WordPress HTTP requests made. |
 | kses.php [source] [1125 lines] | HTML/XHTML filter that only allows some elements and attributes Added wp_ prefix to avoid conflicts with existing kses users |
 | l10n.php [source] [343 lines] | WordPress Translation API |
 | link-template.php [source] [1524 lines] | WordPress Link Template Functions |
 | locale.php [source] [332 lines] | Date and Time Locale object |
 | media.php [source] [769 lines] | WordPress API for media display. |
 | pluggable.php [source] [1726 lines] | These functions can be replaced via plugins. If plugins do not redefine these functions, then these will be used instead. |
 | plugin.php [source] [674 lines] | The plugin API is located in this file, which allows for creating actions and filters and hooking functions, and methods. The functions or methods will then be run when the action or filter is called. The API callback examples reference functions, but can be methods of classes. To hook methods, you'll need to pass an array one of two ways. |
 | post-template.php [source] [1199 lines] | WordPress Post Template Functions. Gets content for the current post in the loop. |
 | post.php [source] [3632 lines] | Post functions and post utility function. |
 | query.php [source] [2684 lines] | WordPress Query API The query API attempts to get which part of WordPress to the user is on. It also provides functionality to getting URL query information. |
 | registration-functions.php [source] [9 lines] | Deprecated. Use registration.php. |
 | registration.php [source] [299 lines] | User Registration API |
 | rewrite.php [source] [1904 lines] | WordPress Rewrite API |
 | rss-functions.php [source] [10 lines] | Deprecated. Use rss.php instead. |
 | rss.php [source] [943 lines] | MagpieRSS: a simple RSS integration tool |
 | script-loader.php [source] [447 lines] | WordPress scripts and styles default loader. Most of the functionality that existed here was moved to {@link http://backpress.automattic.com/ BackPress}. WordPress themes and plugins will only be concerned about the filters and actions set in this file. |
 | shortcodes.php [source] [283 lines] | WordPress API for creating bbcode like tags or what WordPress calls "shortcodes." The tag and attribute parsing or regular expression code is based on the Textpattern tag parser. A few examples are below: |
 | streams.php [source] [191 lines] | PHP-Gettext External Library: StreamReader classes |
 | taxonomy.php [source] [2299 lines] | Taxonomy API |
 | template-loader.php [source] [78 lines] | Loads the correct template based on the visitor's url |
 | theme.php [source] [1113 lines] | Theme, template, and stylesheet functions. |
 | update.php [source] [308 lines] | A simple set of functions to check our version 1.0 update service. |
 | user.php [source] [559 lines] | WordPress User API |
 | vars.php [source] [76 lines] | Creates common globals for the rest of WordPress Sets $pagenow global which is the current page. Checks for the browser to set which one is currently being used. |
 | version.php [source] [20 lines] | This holds the version number in a separate file so we can bump it without cluttering the SVN |
 | widgets.php [source] [2100 lines] | API for creating dynamic sidebar without hardcoding functionality into themes. Includes both internal WordPress routines and theme use routines. This functionality was found in a plugin before WordPress 2.2 release which included it in the core from that point on. |
 | wlwmanifest.xml [source] [44 lines] | |
 | wp-db.php [source] [994 lines] | WordPress DB Class Original code from {@link http://php.justinvincent.com Justin Vincent (justin@visunet.ie)} |
 | wp-diff.php [source] [471 lines] | WordPress Diff bastard child of old MediaWiki Diff Formatter. Basically all that remains is the table structure and some method names. |