WordPress/wp-includes
ryan d0dfa68b6a fix new-fangled multi widgets. Props mdawaffe. see
git-svn-id: http://svn.automattic.com/wordpress/trunk@7077 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-02-27 23:57:00 +00:00
..
images Media library work from andy. see 2008-02-22 05:53:47 +00:00
js remove debug cruft and set swfupload max file size to match php ini. Props andy. see 2008-02-27 19:36:02 +00:00
atomlib.php Add file level phpdoc to external libraries we use. Fixes 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 2008-02-02 18:42:09 +00:00
canonical.php Revert changes to canonical that broke redirects. Props fitztrev. fixes 2008-02-24 02:09:24 +00:00
capabilities.php Merge user-edit.php and profile.php. Props nbachiyski. fixes 2008-01-31 21:44:17 +00:00
category-template.php A better in_category which supports category names that are all numbers. 2008-02-27 18:25:25 +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 props darkdragon. 2007-12-20 22:28:54 +00:00
class-phpass.php s/2.4/2.5/. Props ffemtcj. fixes 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 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 props darkdragon. 2007-12-20 22:28:54 +00:00
classes.php Introduce get_post_ancestors(). Add current_page_ancestor class to ancestors of the current page. Props AaronCampbell. fixes 2008-02-27 23:28:18 +00:00
comment-template.php Fix variable name typo. Props reinkim. fixes 2008-02-13 06:39:45 +00:00
comment.php Manage comments rework. WIP 2008-02-23 08:33:44 +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 2007-08-29 17:57:06 +00:00
default-filters.php Make sure post has future status before publishing from cron. Props hailin. fixes 2008-02-22 19:59:12 +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 2008-02-13 18:29:10 +00:00
feed-atom.php Some file level phpdoc from darkdragon. fixes 2007-12-25 20:48:01 +00:00
feed-rdf.php Some file level phpdoc from darkdragon. fixes 2007-12-25 20:48:01 +00:00
feed-rss.php Some file level phpdoc from darkdragon. fixes 2007-12-25 20:48:01 +00:00
feed-rss2-comments.php Make RSS 2.0 comment feed GUIDs immutable. fixes 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 2008-02-10 07:59:34 +00:00
formatting.php Use preg_replace_callback() instead of using the 'e' modifier. 2008-02-27 00:37:40 +00:00
functions.php gettext fixes from takayukister. fixes 2008-02-27 17:19:58 +00:00
general-template.php Fix edit comment form tab indices. fixes 2008-02-26 04:53:48 +00:00
gettext.php Some file level phpdoc from darkdragon. fixes 2008-01-04 20:05:07 +00:00
kses.php phpdoc for kses from darkdragon. fixes 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 2008-02-19 20:28:54 +00:00
link-template.php get_pagenum_link filter from Martin2006. fixes 2008-02-25 18:40:46 +00:00
locale.php phpdoc for locale from darkdragon. fixes 2008-01-10 17:28:50 +00:00
media.php Media upload updates from andy. see 2008-02-26 19:30:10 +00:00
pluggable.php Allow overriding the default secret key. Proy. Props nbachiyski. fixes 2008-02-22 17:36:09 +00:00
plugin.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
post-template.php Add current_page_item on page_for_posts. Props mdawaffe. fixes 2008-02-27 22:38:02 +00:00
post.php Introduce get_post_ancestors(). Add current_page_ancestor class to ancestors of the current page. Props AaronCampbell. fixes 2008-02-27 23:28:18 +00:00
query.php For page attachmentes, set both is_attachment and is_page to true so that templates cascade correctly. 2008-02-27 21:30:59 +00:00
registration-functions.php Some file level phpdoc from darkdragon. fixes 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 Make pagename regex ungreedy. Fixes /pagename/2 links 2008-02-21 23:49:05 +00:00
rss-functions.php Some file level phpdoc from darkdragon. fixes 2008-01-04 20:05:07 +00:00
rss.php phpdoc tuneup from darkdragon. see 2008-01-09 17:48:00 +00:00
script-loader.php Fix AJAX comment moderation on edit post view. Props mdawaffe. fixes 2008-02-27 23:36:24 +00:00
shortcodes.php shortcodes should not require var=val format. Props andy. fixes 2008-02-20 16:47:50 +00:00
streams.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
taxonomy.php Notice fixes from nbachiyski. fixes 2008-02-22 17:43:56 +00:00
template-loader.php Add file level documentation for template-loader.php. Fixes 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 2008-02-06 23:17:13 +00:00
update.php Revert [6921]. see 2008-02-20 02:55:36 +00:00
user.php Make user option name sanitization consistent. Props filosofo. fixes 2008-02-18 20:16:02 +00:00
vars.php Some file level phpdoc from darkdragon. fixes 2008-01-04 20:05:07 +00:00
version.php Ver bump 2008-02-21 21:03:43 +00:00
widgets.php fix new-fangled multi widgets. Props mdawaffe. see 2008-02-27 23:57:00 +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 Silence warnings if error_log is disabled. fixes 2008-02-26 09:45:51 +00:00