WordPress/wp-includes
2008-02-21 06:00:15 +00:00
..
images Gonna serve default avatars from gravatar. see #5775 2008-02-07 06:58:38 +00:00
js TinyMCE compressor fixes from azaozz. fixes #5900 2008-02-18 19:25:56 +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 '>" 2008-02-13 21:56:56 +00:00
bookmark.php Manage links redesign. Add link search. 2008-02-12 08:01:32 +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 Add optional post ID arg to the_category and get_the_category_list. Props filosofo. fixes #5050 2008-02-18 17:46:26 +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 s/2.4/2.5/. Props ffemtcj. fixes #5810 2008-02-10 07:59:34 +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 Skip main posts query if 404. Props misterbisson. fixes #5717 2008-02-20 16:52:40 +00:00
comment-template.php Fix variable name typo. Props reinkim. fixes #5834 2008-02-13 06:39:45 +00:00
comment.php generic_ping() improvements from fitztrev. fixes #5855 2008-02-14 21:50:43 +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 New gzip compressor for TinyMCE from azaozz. fixes #5807 2008-02-11 17:45:18 +00:00
deprecated.php Add gzip_compression() stub in case someone actually uses it. 2008-02-13 11:21:09 +00:00
feed-atom-comments.php Improve metadata for atom comment search feeds. Props ionfish. fixes #5493 2008-02-13 18:29:10 +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 s/2.4/2.5/. Props ffemtcj. fixes #5810 2008-02-10 07:59:34 +00:00
formatting.php htmlspecialchars when loading content into html editor. Props DD32 and andy. fixes #5796 2008-02-09 07:29:36 +00:00
functions.php Add a prophylactic specialchars to the object in explain nonce. see #5838 2008-02-13 18:14:38 +00:00
general-template.php Don't show Add Media when editing comments. Props azaozz. fixes #5910 2008-02-20 05:39:04 +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 Don't save translated role names to the DB. Instead, translate them on the fly. fixes #3442 #5537 2008-02-19 20:28:54 +00:00
link-template.php s/2.4/2.5/. Props ffemtcj. fixes #5810 2008-02-10 07:59:34 +00:00
locale.php phpdoc for locale from darkdragon. fixes #5621 2008-01-10 17:28:50 +00:00
media.php Image size options from tellyworth. fixes #5933 2008-02-21 06:00:15 +00:00
pluggable.php Allow comment object to be passed to get_avatar() for convenience. see #5775 2008-02-20 20:58:58 +00:00
plugin.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
post-template.php Media handling updates from andy. fixes #5874 2008-02-16 21:54:47 +00:00
post.php Add a default for post_conten_filtered 2008-02-21 00:52:51 +00:00
query.php Media Library design updates from Andy. see #5911 2008-02-19 06:13:20 +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 Update edit comment form. WIP 2008-02-20 02:41:16 +00:00
shortcodes.php shortcodes should not require var=val format. Props andy. fixes #5892 2008-02-20 16:47:50 +00:00
streams.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
taxonomy.php Support ordering for term relationships. Props andy. fixes #5857 2008-02-14 17:17:57 +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 Make sure the theme_dir is a dir before we attempt to closedir(). fixes #5768 2008-02-06 23:17:13 +00:00
update.php Revert [6921]. see #5928 2008-02-20 02:55:36 +00:00
user.php Make user option name sanitization consistent. Props filosofo. fixes #5901 2008-02-18 20:16:02 +00:00
vars.php Some file level phpdoc from darkdragon. fixes #5572 2008-01-04 20:05:07 +00:00
version.php Support ordering for term relationships. Props andy. fixes #5857 2008-02-14 17:17:57 +00:00
widgets.php Default args to array. Props fitztrev. fixes #5866 2008-02-15 20:42:53 +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