Wordpress/wp-includes
Andrew Nacin 545d58b699 Allow multiple To: recipients in wp_mail(). Improve handling of \r\n in headers and multiple CC/BCC headers. fixes #10420
git-svn-id: https://develop.svn.wordpress.org/trunk@13456 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-27 16:10:45 +00:00
..
Text Update Text_Diff. Props simek. Fixes #9467 2010-02-19 01:25:26 +00:00
images
js jQuery 1.4.2. fixes #12305 2010-02-22 20:27:14 +00:00
pomo Whitespace cleanup 2010-02-22 23:12:48 +00:00
atomlib.php
author-template.php
bookmark-template.php
bookmark.php
cache.php
canonical.php Use is_ssl() in place of manual SERVER['HTTPS'] == 'on' checks. fixes #11885 2010-02-26 06:21:47 +00:00
capabilities.php Spelling and grammar fun. Fixes #11875 props cnorris23 2010-02-24 20:13:23 +00:00
category-template.php
category.php Spelling and grammar fun. Fixes #11875 props cnorris23 2010-02-24 20:13:23 +00:00
class-IXR.php
class-feed.php
class-http.php New files svn:eol-style: native. 2010-02-27 03:37:38 +00:00
class-json.php
class-oembed.php
class-phpass.php Suppress potential is_readable() warning. Fixes #12148 props ocean90 2010-02-26 07:25:10 +00:00
class-phpmailer.php
class-pop3.php
class-simplepie.php
class-smtp.php A call to arms for grammarians. Fixes #12228 fixes #11875 props kurtmckee, filosofo, jjj 2010-02-26 05:46:08 +00:00
class-snoopy.php
class.wp-dependencies.php
class.wp-scripts.php
class.wp-styles.php Proper RTL + .dev.css support, first pass. See #12292 2010-02-23 23:46:07 +00:00
classes.php A call to arms for grammarians. Fixes #12228 fixes #11875 props kurtmckee, filosofo, jjj 2010-02-26 05:46:08 +00:00
comment-template.php Prefer $comment::comment_post_ID over $post global. Fixes #12217 2010-02-25 07:56:25 +00:00
comment.php Add comment_duplicate_trigger hook that is fired when a duplicate comment is detected. Fixes #12188 2010-02-26 19:06:09 +00:00
compat.php
cron.php
default-constants.php
default-embeds.php
default-filters.php Restore backwards compatibility in automatic_feed_links() to deregister the extra feeds. Props Viper007Bond. See #12364 2010-02-25 11:09:34 +00:00
default-widgets.php Formatting cleanups for the nav menu widget. see #11817 2010-02-24 21:33:27 +00:00
deprecated.php A call to arms for grammarians. Fixes #12228 fixes #11875 props kurtmckee, filosofo, jjj 2010-02-26 05:46:08 +00:00
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss.php
feed-rss2-comments.php
feed-rss2.php
feed.php
formatting.php Spelling and grammar fun. Fixes #11875 props cnorris23 2010-02-24 20:13:23 +00:00
functions.php Small fix to [13433], see #10788 2010-02-26 19:26:51 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php A call to arms for grammarians. Fixes #12228 fixes #11875 props kurtmckee, filosofo, jjj 2010-02-26 05:46:08 +00:00
http.php Remove author tags. fixes #12366 2010-02-24 19:07:21 +00:00
kses.php Spelling and grammar fun. Fixes #11875 props cnorris23 2010-02-24 20:13:23 +00:00
l10n.php Introduce unload_textdomain() and add plugin_locale and theme_locale filters to load_*_textdomain() functions. Fixes #9686 props nbachiyski 2010-02-23 11:14:35 +00:00
link-template.php
load.php One less variable assignment in timer_start and timer_start. props hakre fixes #12389 2010-02-26 19:09:29 +00:00
locale.php
media.php Spelling and grammar fun. Fixes #11875 props cnorris23 2010-02-24 20:13:23 +00:00
meta.php Validate $object_id in *_metadata() functions. Props scribu fixes #11841 2010-02-23 22:42:54 +00:00
ms-blogs.php
ms-default-constants.php
ms-default-filters.php Switch from POST_BY_EMAIL constant to enable post-by-email when multisite to a filter. See #12381. 2010-02-25 22:01:30 +00:00
ms-deprecated.php
ms-files.php
ms-functions.php Switch over to *_user_meta() syntax. The old get_usermeta() would return a string when only one value was found, get_user_meta() requires $single = true. Fixes #10837 2010-02-23 10:42:40 +00:00
ms-load.php Warnings, code & UI/UX cleanup, See #11644 2010-02-24 23:12:51 +00:00
ms-settings.php always call set_blog_id after blog lookup, See #11644 2010-02-26 00:05:11 +00:00
nav-menu-template.php Allow themes to specify a menu fllback other than wp_page_menu(). see #11817 2010-02-25 22:00:26 +00:00
nav-menu.php Order menus by ID so that the lowest ID is always used when guessing which menu to use in wp_nav_menu(). see #11817 2010-02-25 21:13:13 +00:00
pluggable-deprecated.php
pluggable.php Allow multiple To: recipients in wp_mail(). Improve handling of \r\n in headers and multiple CC/BCC headers. fixes #10420 2010-02-27 16:10:45 +00:00
plugin.php
post-template.php A call to arms for grammarians. Fixes #12228 fixes #11875 props kurtmckee, filosofo, jjj 2010-02-26 05:46:08 +00:00
post-thumbnail-template.php Spelling and grammar fun. Fixes #11875 props cnorris23 2010-02-24 20:13:23 +00:00
post.php Reject numeric page slugs as they don't work, and force a suffix. Props miqrogroove see #11917 2010-02-26 04:53:30 +00:00
query.php
registration-functions.php
registration.php Spelling and grammar fun. Fixes #11875 props cnorris23 2010-02-24 20:13:23 +00:00
rewrite.php Introduce add_permastruct() and flush_rewrite_rules(), wrappers for the corresponding WP_Rewrite methods. Fixes #10912 props scribu 2010-02-26 19:23:58 +00:00
rss-functions.php
rss.php
script-loader.php s/cancelled/canceled/ 2010-02-26 19:12:27 +00:00
shortcodes.php
taxonomy.php Add pre_insert_term hook to wp_insert_term(). fixes #10943 props sirzooro 2010-02-26 07:40:35 +00:00
template-loader.php
theme.php add_editor_style() third pass. better performance and better child theme support. see #11512 2010-02-27 07:36:35 +00:00
update.php
user.php Spelling and grammar fun. Fixes #11875 props cnorris23 2010-02-24 20:13:23 +00:00
vars.php
version.php
widgets.php
wlwmanifest.xml
wp-db.php Add wpdb::replace() for replace queries. props AaronCampbell fixes #10864 2010-02-27 15:45:09 +00:00
wp-diff.php