WordPress/wp-includes
2007-09-05 03:11:04 +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 Remove trailing whitespace 2007-09-03 23:32:58 +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 Remove trailing whitespace 2007-09-03 23:32:58 +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 Remove trailing whitespace 2007-09-03 23:32:58 +00:00
category.php Remove trailing whitespace 2007-09-03 23:32:58 +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 Remove trailing whitespace 2007-09-03 23:32:58 +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 Preserve query string arrays in add_query_arg(). fixes #4878 for trunk 2007-09-01 03:41:50 +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 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-atom-comments.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
feed-atom.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-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 Remove trailing whitespace 2007-09-03 23:32:58 +00:00
formatting.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
functions.php Actually, let's just drop that slash check altogether. Equals sign is the best indicator. fixes #4903 for trunk 2007-09-04 05:26:18 +00:00
general-template.php Remove trailing whitespace 2007-09-03 23:32:58 +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 Refactor l10n code to reduce duplication. Change placement of context. Props nbachiyski. fixes #3687 2007-04-12 21:15:44 +00:00
link-template.php Change queries in get_{next|previous}_post so that plugins can INNER JOIN on other tables with an ID column. Fixes #4822 props Cimmo. 2007-09-03 16:46:31 +00:00
locale.php Improve desriptions for I18N strings. Fixes #4906 props nbachiyski 2007-09-04 20:56:08 +00:00
pluggable.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
plugin.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
post-template.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
post.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
query.php Don't skip sanitization if 404. Add wp_title display filters. 2007-09-05 03:11:04 +00:00
registration-functions.php Bad cut-and-paste. 2007-01-14 01:15:32 +00:00
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 Bad cut-and-paste. 2007-01-14 01:15:32 +00:00
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 Remove trailing whitespace 2007-09-03 23:32:58 +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 Remove trailing whitespace 2007-09-03 23:32:58 +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 Better $pagenow determination. fixes #4748 2007-09-04 03:21:04 +00:00
version.php beta2 2007-09-04 01:01:01 +00:00
widgets.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
wp-db.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00