WordPress/wp-includes
2007-12-24 07:09:36 +00:00
..
images Move the WLW manifest related files to have proper WordPress naming scheme. 2007-10-08 20:21:29 +00:00
js Revert accidental bits. 2007-12-21 18:50:29 +00:00
atomlib.php Add file level phpdoc to external libraries we use. Fixes #5443 props darkdragon. 2007-12-20 22:28:54 +00:00
author-template.php Update @since information. Fixes #4393 props darkdragon 2007-12-24 06:57:34 +00:00
bookmark-template.php Add documentation for bookmark-template.php. Fixes #5521 props darkdragon. 2007-12-24 07:04:29 +00:00
bookmark.php Add documentation for bookmark.php. Fixes #5523 props darkdragon. 2007-12-24 07:01:47 +00:00
cache.php Allow single post ID and comma delimited list of post IDs to be passed to update_postmeta_cache(). Fix default cache to allow storage of empty array. see #5194 2007-10-14 01:08:07 +00:00
canonical.php Fix some of the notices visible with WP_DEBUG enabled. 2007-12-20 21:25:12 +00:00
capabilities.php Remove unused vars. Props DD32. see #5418 2007-12-06 19:49:33 +00:00
category-template.php New feed_link functions. Deprecate rss_link functions. Make default feed pluggable. Props rubys. see #5328 2007-12-06 19:58:15 +00:00
category.php Remove unused vars. Props DD32. see #5418 2007-12-06 19:49:33 +00:00
class-IXR.php Add file level phpdoc to external libraries we use. Fixes #5443 props darkdragon. 2007-12-20 22:28:54 +00:00
class-phpass.php Add file level phpdoc to external libraries we use. Fixes #5443 props darkdragon. 2007-12-20 22:28:54 +00:00
class-phpmailer.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
class-pop3.php Add file level phpdoc to external libraries we use. Fixes #5443 props darkdragon. 2007-12-20 22:28:54 +00:00
class-smtp.php Trim empty lines. Nothing but newline. 2007-06-14 02:25:30 +00:00
class-snoopy.php Add file level phpdoc to external libraries we use. Fixes #5443 props darkdragon. 2007-12-20 22:28:54 +00:00
classes.php Page walker fixes from hailin. fixes #5498 2007-12-21 18:49:20 +00:00
comment-template.php Revert [6368]. Fixes #5448, fixes #5247 by adding a new filter to hook in specifically to add attributes, rather than filtering the whole thing. Minor formatting cleanup of comments_popup_link. 2007-12-10 20:49:46 +00:00
comment.php Remove unused vars. Props DD32. see #5418 2007-12-06 19:49:33 +00:00
compat.php Ensure we don't call exif_read_data() on unsupported file types. Fixes #5397 props DD32 2007-12-20 22:18:28 +00:00
cron.php Take port into consideration when spawning cron. Props bchecketts. fixes #4782 2007-08-29 17:57:06 +00:00
default-filters.php Ensure that we offer https access to atom if it is available. Fixes #5298 props rubys. 2007-11-17 11:21:34 +00:00
deprecated.php phpdoc for deprecated funcs. Props darkdragon. fixes #5444 2007-12-10 18:52:24 +00:00
feed-atom-comments.php Fix id, self link and alternate link in Atom comment feeds. Props ionfish. fixes #5435 2007-12-19 18:25:22 +00:00
feed-atom.php Support atom threading. Props rubys. fixes #5434 2007-12-10 06:57:58 +00:00
feed-rdf.php Centralise generator generation, move theme generator generation to wp-head hook. Fixes #5085, #4803. props docwhat, Viper007Bond. 2007-10-06 06:55:24 +00:00
feed-rss.php Centralise generator generation, move theme generator generation to wp-head hook. Fixes #5085, #4803. props docwhat, Viper007Bond. 2007-10-06 06:55:24 +00:00
feed-rss2-comments.php Add atom:self link to rss2 feeds per RSS Best Practices Profile. Fixes #5205 props lexhair and rubys. 2007-10-20 10:35:44 +00:00
feed-rss2.php Add atom:self link to rss2 feeds per RSS Best Practices Profile. Fixes #5205 props lexhair and rubys. 2007-10-20 10:35:44 +00:00
feed.php New feed_link functions. Deprecate rss_link functions. Make default feed pluggable. Props rubys. see #5328 2007-12-06 19:58:15 +00:00
formatting.php Remove debug 2007-12-21 06:12:23 +00:00
functions.php Custom DB error page. fixes #5500 for 2.4 2007-12-21 02:53:57 +00:00
general-template.php language_attributes() improvements from ionfish. fixes #5393 2007-12-19 17:44:02 +00:00
gettext.php Fix gettext's plural forms for more than 2 plural forms. Props moeffju and nbachiyski. fixes #4005 2007-04-13 23:29:47 +00:00
kses.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
l10n.php Remove unused vars. Props DD32. see #5418 2007-12-06 19:49:33 +00:00
link-template.php Fix previous/next links for slugs containing 'page'. Props xknown. fixes #5318 2007-12-19 19:27:14 +00:00
locale.php Improve desriptions for I18N strings. Fixes #4906 props nbachiyski 2007-09-04 20:56:08 +00:00
pluggable.php Allow DB salt to be overridden by SECRET_SALT. Add a filter to wp_salt(). see #5367 2007-12-24 06:34:12 +00:00
plugin.php Filter and action optimizations and phpdoc updates from darkdragon. fixes #5338 2007-12-06 05:56:38 +00:00
post-template.php wp_list_pages() no longer requires get_pages() to do a hierarchical sort. Set hierarchical to false. see #5458 2007-12-17 06:53:59 +00:00
post.php Update term counts when future posts are published. fixes #4913 #5488 2007-12-20 00:48:49 +00:00
query.php Throw pages into search queries. Let's see how they handle. see #5149 2007-12-22 08:19:10 +00:00
registration-functions.php
registration.php New secure cookie protocol. see #5367 2007-12-16 17:41:59 +00:00
rewrite.php Use generic page rewrite rules for compatible permalink strucures. see #3614 2007-12-17 06:29:30 +00:00
rss-functions.php
rss.php prepare(), insert(), update() for wp-includes/ taxonomy.php, rss.php, registration.php 2007-10-13 03:51:11 +00:00
script-loader.php Revert accidental bits. 2007-12-21 18:50:29 +00:00
streams.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
taxonomy.php Don't create blank terms. Props ionfish and jhodgdon. fixes #5494 2007-12-19 23:25:11 +00:00
template-loader.php Add file level documentation for template-loader.php. Fixes #5513 props darkdragon. 2007-12-24 07:09:36 +00:00
theme.php Add a get_stylesheet_dir to sprintf in get_theme_mod. Props andy. fixes #5398 2007-12-19 17:47:06 +00:00
update.php Add documentation for wp_version_check(). Fixes #5233 props darkdragon. 2007-10-30 21:40:30 +00:00
user.php Suppress display of DB error messages by default. Props filosofo. see #5473 2007-12-16 21:38:24 +00:00
vars.php Move $wp_header_to_desc array to get_status_header_desc() so that it can be called before vars.php is loaded. 2007-09-13 04:48:41 +00:00
version.php We're working on bleeding edge 2.4 stuff now 2007-09-29 10:56:53 +00:00
widgets.php Fix some of the notices visible with WP_DEBUG enabled. 2007-12-20 21:25:12 +00:00
wlwmanifest.xml Move the WLW manifest related files to have proper WordPress naming scheme. 2007-10-08 20:21:29 +00:00
wp-db.php Show DB errors if WP_DEBUG and if installing. see #5473 2007-12-22 17:45:30 +00:00