twentyGOLEM/wp-includes
matt 1e127b413c Sometimes the $page global is set but it's just an integer, like 1, not an object which we should try to address and put in the cache. The page would work but we'd do spurious wp_cache_add
git-svn-id: http://svn.automattic.com/wordpress/trunk@6120 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-09-15 21:52:37 +00:00
..
images Widgets for 2.3. fixes #4186 2007-04-24 01:05:17 +00:00
js Remove trailing whitespace 2007-09-03 23:32:58 +00:00
atomlib.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
author-template.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
bookmark-template.php Deprecate old links functions. Props rob1n. fixes #3413 2007-09-12 01:01:48 +00:00
bookmark.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
cache.php Space before slash to properly close br tag. Props tmountjr. fixes #4717 2007-08-14 03:12:24 +00:00
canonical.php Canonical fixes: Allow Pages to have /page/x/. Always trailing slash home when it is not paged. Strip extra trailing slashes off of /page/x/// 2007-09-14 19:41:23 +00:00
capabilities.php Space before slash to properly close br tag. Props tmountjr. fixes #4717 2007-08-14 03:12:24 +00:00
category-template.php Add echo or return option to wp_list_categories. Props Otto42. fixes #4182 2007-09-12 02:53:27 +00:00
category.php References don't work inside foreach in php4. Props mdawaffe. 2007-09-10 19:37:00 +00:00
class-IXR.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
class-phpmailer.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
class-pop3.php Update pop3 class to latest from squirrelmail. Props westi. see #4337 2007-09-05 22:55:38 +00:00
class-smtp.php Trim empty lines. Nothing but newline. 2007-06-14 02:25:30 +00:00
class-snoopy.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
classes.php Tag unions and intersections. fixes #4895 2007-09-03 18:14:05 +00:00
comment-template.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
comment.php Remove hardcoded clean_url on comment_author_url since it is handled on the pre_comment_author_url filter. Props wnorris. fixes #4120 2007-08-29 19:04:14 +00:00
compat.php Actually, we always need to URLencode square brackets... or wp_redirect() will strip them out. see #4935. see #4878 2007-09-10 15:53:34 +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 Don't skip sanitization if 404. Add wp_title display filters. 2007-09-05 03:11:04 +00:00
deprecated.php Deprecate old links functions. Props rob1n. fixes #3413 2007-09-12 01:01:48 +00:00
feed-atom-comments.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
feed-atom.php Make the atom feed updated field actually tell you when the post was updated. Fixes #4816 props lapcat. 2007-09-12 16:26:39 +00:00
feed-rdf.php Deprecate permalink_single_rss(). Add the_permalink_rss() with accompanying filter. Props joostdevalk and Otto42. fixes #4654 2007-08-21 18:27:45 +00:00
feed-rss.php Deprecate permalink_single_rss(). Add the_permalink_rss() with accompanying filter. Props joostdevalk and Otto42. fixes #4654 2007-08-21 18:27:45 +00:00
feed-rss2-comments.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
feed-rss2.php Deprecate permalink_single_rss(). Add the_permalink_rss() with accompanying filter. Props joostdevalk and Otto42. fixes #4654 2007-08-21 18:27:45 +00:00
feed.php Deprecate fakeit arg. Props Nazgul. fixes #4439 2007-09-13 21:27:26 +00:00
formatting.php no follow callback 2007-09-13 04:51:33 +00:00
functions.php Use wp_die() for WPDB bails. Send 500 response and no-cache headers so wp_die()s are not cached. props DD32. fixes #3471 2007-09-13 06:23:23 +00:00
general-template.php Because we're modifying an existing cache variable we need to do a _set, not an _add, like we do other places we stick multiple cache values in a single var and key. 2007-09-15 21:50:53 +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
link-template.php Ensure the parentlink is trailingslashed when building the url - don't trim / off the front. Fixes #2801 props Libertus 2007-09-12 17:46:13 +00:00
locale.php Improve desriptions for I18N strings. Fixes #4906 props nbachiyski 2007-09-04 20:56:08 +00:00
pluggable.php Consolidate shared code in get_userdata and get_userdatabylogin. Fixes #2134 props johnjosephbachir 2007-09-12 17:15:17 +00:00
plugin.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
post-template.php Deprecate fakeit arg. Props Nazgul. fixes #4439 2007-09-13 21:27:26 +00:00
post.php Sometimes the $page global is set but it's just an integer, like 1, not an object which we should try to address and put in the cache. The page would work but we'd do spurious wp_cache_add 2007-09-15 21:52:37 +00:00
query.php Set tag_id to first tag in multi tag queries. Have single_cat_title() fallback to single_tag_title() if is_tag so that existing category templates will work with tags. fixes #4506 2007-09-11 18:06:52 +00:00
registration-functions.php
registration.php Use EXTR_SKIP when extracting. see #4468 2007-06-14 22:45:40 +00:00
rewrite.php Pass through the function argument so rules can actually be added to the top of the stack, props santos 2007-08-28 19:55:11 +00:00
rss-functions.php
rss.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
script-loader.php Update to jquery 1.1.4. Props mdawaffe. fixes #4810 2007-08-24 21:46:03 +00:00
streams.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
taxonomy.php Set svn:eol-style on a few files. 2007-09-15 17:35:32 +00:00
template-loader.php ABSPATH already has a trailing slash. Props Nazgul. fixes #4607 2007-07-27 21:28:01 +00:00
theme.php Set $theme_loc correctly when ABSPATH is "/". Props arabek. fixes #4541 2007-09-12 22:19:26 +00:00
update.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
user.php If no user ID for whatever reason, bail early. 2007-08-04 03:58:42 +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 Add user_nicename key to users table. fixes #4937 2007-09-11 18:13:56 +00:00
widgets.php s/onChange/onchange/. Props grubgirl, Nazgul. fixes #4630 2007-09-13 05:33:54 +00:00
wp-db.php Use wp_die() for WPDB bails. Send 500 response and no-cache headers so wp_die()s are not cached. props DD32. fixes #3471 2007-09-13 06:23:23 +00:00