WordPress/wp-includes
2008-02-06 22:57:15 +00:00
..
images Move the WLW manifest related files to have proper WordPress naming scheme. 2007-10-08 20:21:29 +00:00
js Remove cookie checking from check_ajax_referer(). Check nonces instead. Props mdawaffe. fixes #5782 2008-02-06 21:19:47 +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 Better documentation for the_author props darkdragon 2007-12-28 21:19:44 +00:00
bookmark-template.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
bookmark.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
cache.php Some notice fixes from Nazgul. fixes #3155 2008-02-02 18:42:09 +00:00
canonical.php Allow redirect_canonical filter to cancel a redirect (just return FALSE). see #5766 2008-02-06 22:57:15 +00:00
capabilities.php Merge user-edit.php and profile.php. Props nbachiyski. fixes #5736 2008-01-31 21:44:17 +00:00
category-template.php Remove spurious dollar sign. fixes #6690 2008-01-31 00:58:54 +00:00
category.php Remove lingering bit of get_tags cache 2008-01-25 01:59:06 +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 Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
comment-template.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
comment.php Order by and index on comment_date_gmt instead of comment_date to insulate order from offset changes. fixes #5773 2008-02-05 23:29:59 +00:00
compat.php Trailing whitespace cleanup 2008-02-05 06:47:27 +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 hard code post type in edit forms. Props filosofo and DD32. fixes #4991 2008-02-02 19:22:14 +00:00
deprecated.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
feed-atom-comments.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
feed-atom.php Some file level phpdoc from darkdragon. fixes #5527 2007-12-25 20:48:01 +00:00
feed-rdf.php Some file level phpdoc from darkdragon. fixes #5527 2007-12-25 20:48:01 +00:00
feed-rss.php Some file level phpdoc from darkdragon. fixes #5527 2007-12-25 20:48:01 +00:00
feed-rss2-comments.php Make RSS 2.0 comment feed GUIDs immutable. fixes #5072 2008-02-06 22:33:21 +00:00
feed-rss2.php Deprecate comments_rss and create_user. 2007-12-28 21:47:54 +00:00
feed.php Make RSS 2.0 comment feed GUIDs immutable. fixes #5072 2008-02-06 22:33:21 +00:00
formatting.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
functions.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
general-template.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
gettext.php Some file level phpdoc from darkdragon. fixes #5572 2008-01-04 20:05:07 +00:00
kses.php phpdoc for kses from darkdragon. fixes #5641 2008-01-16 19:15:07 +00:00
l10n.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
link-template.php Page permalink fixes from josephscott. fixes #5781 2008-02-06 18:11:49 +00:00
locale.php phpdoc for locale from darkdragon. fixes #5621 2008-01-10 17:28:50 +00:00
pluggable.php Remove cookie checking from check_ajax_referer(). Check nonces instead. Props mdawaffe. fixes #5782 2008-02-06 21:19:47 +00:00
plugin.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
post-template.php Some notice fixes from Nazgul. fixes #3155 2008-02-02 18:42:09 +00:00
post.php Add wp_count_posts(). 2008-02-05 19:08:14 +00:00
query.php Rename is_front() to is_front_page() to avoid conflict with bbPress. see #3682 2008-02-06 21:21:22 +00:00
registration-functions.php Some file level phpdoc from darkdragon. fixes #5572 2008-01-04 20:05:07 +00:00
registration.php Unescape user data before sending to wpdb::update() and wpdb::insert(), which expect unescaped data. 2008-01-25 02:21:59 +00:00
rewrite.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
rss-functions.php Some file level phpdoc from darkdragon. fixes #5572 2008-01-04 20:05:07 +00:00
rss.php phpdoc tuneup from darkdragon. see #5611 2008-01-09 17:48:00 +00:00
script-loader.php Remove cookie checking from check_ajax_referer(). Check nonces instead. Props mdawaffe. fixes #5782 2008-02-06 21:19:47 +00:00
shortcodes.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
streams.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
taxonomy.php Fix fields=names query in get_terms(). Props Sarky-de. fixes #5780 2008-02-06 20:42:03 +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 missing brace. Fixes #5643 props xknown. 2008-01-11 18:35:34 +00:00
update.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
user.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
vars.php Some file level phpdoc from darkdragon. fixes #5572 2008-01-04 20:05:07 +00:00
version.php Order by and index on comment_date_gmt instead of comment_date to insulate order from offset changes. fixes #5773 2008-02-05 23:29:59 +00:00
widgets.php Trailing whitespace cleanup 2008-02-05 06:47:27 +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 Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00