.. |
Text
|
…
|
|
images
|
…
|
|
js
|
…
|
|
pomo
|
…
|
|
atomlib.php
|
…
|
|
author-template.php
|
…
|
|
bookmark-template.php
|
…
|
|
bookmark.php
|
…
|
|
cache.php
|
…
|
|
canonical.php
|
Dont clobber taxonomy intersections/unions. Only redirects to the canonical url if only one term has been queried. Props scribu for some of the commit. See #8948
|
2010-02-28 02:49:01 +00:00 |
capabilities.php
|
…
|
|
category-template.php
|
…
|
|
category.php
|
…
|
|
class-IXR.php
|
…
|
|
class-feed.php
|
…
|
|
class-http.php
|
Fix spelling typo's in r13484. See #12200
|
2010-02-28 04:27:32 +00:00 |
class-json.php
|
…
|
|
class-oembed.php
|
…
|
|
class-phpass.php
|
…
|
|
class-phpmailer.php
|
…
|
|
class-pop3.php
|
…
|
|
class-simplepie.php
|
…
|
|
class-smtp.php
|
…
|
|
class-snoopy.php
|
…
|
|
class.wp-dependencies.php
|
…
|
|
class.wp-scripts.php
|
…
|
|
class.wp-styles.php
|
…
|
|
classes.php
|
…
|
|
comment-template.php
|
…
|
|
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
|
Standardize filters for single_(post|cat|tag|month)_title() on strip_tags() and wptexturize(). fixes #10900 props scribu
|
2010-02-27 18:57:04 +00:00 |
default-widgets.php
|
more menu improvements, props ptahdunbar, see #11817
|
2010-02-27 23:06:56 +00:00 |
deprecated.php
|
Deprecate get_profile() for get_the_author_meta(). fixes #10695, props scribu.
|
2010-02-27 18:11:45 +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
|
Add some whitespace to get_body_class(). props coffee2code. Clarify fallback parameter in sanitize_html_class(). see #11331
|
2010-02-27 20:06:35 +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
|
Add filter to the links in paginate_links(). fixes #10826, props johnjamesjacoby
|
2010-02-28 01:42:25 +00:00 |
http.php
|
…
|
|
kses.php
|
…
|
|
l10n.php
|
…
|
|
link-template.php
|
Add get_search_link() with Permastruct (/search/) support. Props jshreve. Update get_search_link(), get_search_feed_link() & get_search_comments_feed_link() to use it, as well as supporting Permastructs for those feeds. Fixes #10552
|
2010-02-28 04:15:02 +00:00 |
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
|
…
|
|
meta.php
|
…
|
|
ms-blogs.php
|
warnings cleanup, dont show removed user in edit site, fixes #12409
|
2010-02-27 17:27:34 +00:00 |
ms-default-constants.php
|
…
|
|
ms-default-filters.php
|
…
|
|
ms-deprecated.php
|
…
|
|
ms-files.php
|
…
|
|
ms-functions.php
|
…
|
|
ms-load.php
|
…
|
|
ms-settings.php
|
…
|
|
nav-menu-template.php
|
more menu improvements, props ptahdunbar, see #11817
|
2010-02-27 23:06:56 +00:00 |
nav-menu.php
|
more menu improvements, props ptahdunbar, see #11817
|
2010-02-27 23:06:56 +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
|
Add filter to the args in wp_link_pages(). fixes #12158 props greenshady
|
2010-02-28 01:46:39 +00:00 |
post-thumbnail-template.php
|
…
|
|
post.php
|
…
|
|
query.php
|
More powerful version is is_tax(). Props filosofo, scribu. Adds $term parameter. Fixes #11904
|
2010-02-28 05:59:39 +00:00 |
registration-functions.php
|
…
|
|
registration.php
|
…
|
|
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
|
more menu improvements, props ptahdunbar, see #11817
|
2010-02-27 23:06:56 +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
|
Escape mod_$theme option name. see #9015
|
2010-02-27 20:26:37 +00:00 |
update.php
|
…
|
|
user.php
|
Deprecate get_profile() for get_the_author_meta(). fixes #10695, props scribu.
|
2010-02-27 18:11:45 +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
|
…
|
|