.. |
Text
|
…
|
|
images
|
…
|
|
js
|
Add CodePress syntax highlighting to Theme and Plugin editors (first run), props beaulebens, see #9173
|
2009-02-21 02:12:00 +00:00 |
pomo
|
Switch to pomo lib. Support gettext contexts. Deprecate long form functions. Props nbachiyski. fixes #9112 #9111
|
2009-02-17 05:03:29 +00:00 |
atomlib.php
|
…
|
|
author-template.php
|
Add (get_)the_modified_author template tags. Fixes #9154 props tomontoast.
|
2009-02-27 17:54:47 +00:00 |
bookmark-template.php
|
Links widget options. Props DD32. see #9196
|
2009-03-04 23:49:21 +00:00 |
bookmark.php
|
…
|
|
cache.php
|
…
|
|
canonical.php
|
…
|
|
capabilities.php
|
…
|
|
category-template.php
|
Deprecate get_category_children(). Props filosofo. fixes #9007
|
2009-03-04 19:53:17 +00:00 |
category.php
|
…
|
|
class-IXR.php
|
…
|
|
class-feed.php
|
Use WordPress HTTP class for SimplePie requests. Props DD32. fixes #9247
|
2009-03-03 17:41:01 +00:00 |
class-phpass.php
|
…
|
|
class-phpmailer.php
|
…
|
|
class-pop3.php
|
…
|
|
class-smtp.php
|
…
|
|
class-snoopy.php
|
…
|
|
class.wp-dependencies.php
|
…
|
|
class.wp-scripts.php
|
…
|
|
class.wp-styles.php
|
…
|
|
classes.php
|
Make the exit call explicit so that it works. Fixes #9248.
|
2009-02-28 09:30:46 +00:00 |
comment-template.php
|
Order by comment_date_gmt
|
2009-03-06 08:16:35 +00:00 |
comment.php
|
Use wpdb::insert() and update(). see #6836
|
2009-03-06 05:06:15 +00:00 |
compat.php
|
Add compat for mb_substr rather than mb_strcut. fixes #9055
|
2009-03-04 22:05:49 +00:00 |
cron.php
|
…
|
|
default-filters.php
|
…
|
|
deprecated.php
|
Deprecate get_category_children(). Props filosofo. fixes #9007
|
2009-03-04 19:53:17 +00:00 |
feed-atom-comments.php
|
…
|
|
feed-atom.php
|
…
|
|
feed-rdf.php
|
…
|
|
feed-rss.php
|
…
|
|
feed-rss2-comments.php
|
…
|
|
feed-rss2.php
|
…
|
|
feed.php
|
Pass blog charset to html_entity_decode(). Props adferguson. fixes #7563
|
2009-03-03 18:37:25 +00:00 |
formatting.php
|
Use mb_substr instead of mb_strcut in wp_html_excerpt. Props demetris. fixes #9055
|
2009-03-04 19:41:18 +00:00 |
functions.php
|
Updated List of HTTP status codes, props Askapache, fixes #9297
|
2009-03-07 21:05:54 +00:00 |
functions.wp-scripts.php
|
…
|
|
functions.wp-styles.php
|
…
|
|
general-template.php
|
Fix calendar widget when there are no posts. Optimize query. Props Denis-de-Bernardy. fixes #6442
|
2009-03-04 22:28:45 +00:00 |
gettext.php
|
…
|
|
http.php
|
First pass of HTTP Proxy support. See #4011 props jacobsantos.
|
2009-03-04 07:28:39 +00:00 |
kses.php
|
…
|
|
l10n.php
|
Switch to pomo lib. Support gettext contexts. Deprecate long form functions. Props nbachiyski. fixes #9112 #9111
|
2009-02-17 05:03:29 +00:00 |
link-template.php
|
…
|
|
locale.php
|
…
|
|
media.php
|
Allow a plugin to change the jpeg image quality. Fixes #9245 props filosofo.
|
2009-03-02 21:55:40 +00:00 |
pluggable.php
|
Use wpdb::insert() and update(). Props DD32. see #6836
|
2009-03-06 04:27:51 +00:00 |
plugin.php
|
…
|
|
post-template.php
|
…
|
|
post.php
|
Use wpdb::insert() and update(). Props DD32. see #6836
|
2009-03-06 04:27:51 +00:00 |
query.php
|
Remove meta_value from selected fields. Props filosofo. fixes #9177
|
2009-02-19 19:19:20 +00:00 |
registration-functions.php
|
…
|
|
registration.php
|
…
|
|
rewrite.php
|
…
|
|
rss-functions.php
|
…
|
|
rss.php
|
Add expiration for transients
|
2009-02-20 02:23:11 +00:00 |
script-loader.php
|
Force-wrap comments in Recent Comments on the dashboard, expand width when no avatar, fixes #9283
|
2009-03-06 03:20:38 +00:00 |
shortcodes.php
|
Fix regression in shortcode behaviour. Fixes #9238 props tellyworth.
|
2009-02-27 17:01:59 +00:00 |
simplepie.inc
|
Use SimplePie for widget and dashboard feeds. First cut. see #9198
|
2009-02-27 19:32:50 +00:00 |
streams.php
|
…
|
|
taxonomy.php
|
Use wpdb::insert() and update(). Props DD32. see #6836
|
2009-03-06 04:27:51 +00:00 |
template-loader.php
|
…
|
|
theme.php
|
Escape hyphen in regex. Props chrisbliss18. fixes #8548 #9244
|
2009-03-01 19:57:37 +00:00 |
update.php
|
Check for new version when visiting Tools->Upgrade. fixes #9108
|
2009-02-17 00:13:25 +00:00 |
user.php
|
Use wpdb::insert() and update(). Props DD32. see #6836
|
2009-03-06 04:27:51 +00:00 |
vars.php
|
…
|
|
version.php
|
Add index on taxonomy. see #7415
|
2009-03-06 08:26:45 +00:00 |
widgets.php
|
Add RSS Error handling functionality to RSS Widget displays, props DD32, fixes #9273
|
2009-03-07 19:44:28 +00:00 |
wlwmanifest.xml
|
…
|
|
wp-db.php
|
Notice fix. Props ionfish. fixes #9292
|
2009-03-06 17:09:37 +00:00 |
wp-diff.php
|
…
|
|