.. |
images
|
|
|
js
|
Advanced Toolbar shortcut hint fix from leonid. fixes #4707
|
2007-08-16 18:17:54 +00:00 |
author-template.php
|
Fix typo in get_the_author_url(). props pgdx. fixes #4542
|
2007-06-27 00:51:04 +00:00 |
bookmark-template.php
|
Use EXTR_SKIP when extracting. see #4468
|
2007-06-14 22:45:40 +00:00 |
bookmark.php
|
bookmark sanitizer funcs and default filter cleanup. see #4546
|
2007-08-20 22:50:04 +00:00 |
cache.php
|
Space before slash to properly close br tag. Props tmountjr. fixes #4717
|
2007-08-14 03:12:24 +00:00 |
canonical.php
|
Oops... forgot the svn add. Thanks mdawaffe. see #4554
|
2007-08-17 03:45:59 +00:00 |
capabilities.php
|
Space before slash to properly close br tag. Props tmountjr. fixes #4717
|
2007-08-14 03:12:24 +00:00 |
category-template.php
|
Add back compat to get_the_category. Props nbachiyski. fixes #4771
|
2007-08-18 17:21:51 +00:00 |
category.php
|
In your cats, making them back compat.
|
2007-07-25 03:04:46 +00:00 |
class-IXR.php
|
Trim empty lines. Nothing but newline.
|
2007-06-14 02:25:30 +00:00 |
class-phpmailer.php
|
Fix class-smtp.php typo. Props Nazgul, tension7. fixes #4700
|
2007-08-05 18:13:24 +00:00 |
class-pop3.php
|
|
|
class-smtp.php
|
Trim empty lines. Nothing but newline.
|
2007-06-14 02:25:30 +00:00 |
class-snoopy.php
|
Don't add port if port == 80 (default port). fixes #3993
|
2007-05-10 01:26:56 +00:00 |
classes.php
|
Category union and intersection query vars. fixes #4750
|
2007-08-15 22:08:51 +00:00 |
comment-template.php
|
Move the_title filter to get_the_title. Props jhodgdon. fixes #4477
|
2007-06-25 17:48:35 +00:00 |
comment.php
|
Don't update comments feed last-modified header for unapproved comments. Props James Ballantine and Nazgul. fixes #4618 for 2.3
|
2007-08-16 19:26:01 +00:00 |
compat.php
|
|
|
cron.php
|
Trim empty lines. Nothing but newline.
|
2007-06-14 02:25:30 +00:00 |
default-filters.php
|
bookmark sanitizer funcs and default filter cleanup. see #4546
|
2007-08-20 22:50:04 +00:00 |
deprecated.php
|
permalink_link() is deprecated, and should reference its replacement.
|
2007-05-28 04:39:40 +00:00 |
feed-atom-comments.php
|
Move the_title filter to get_the_title. Props jhodgdon. fixes #4477
|
2007-06-25 17:48:35 +00:00 |
feed-atom.php
|
Don't output author uri tag if uri is empty.
|
2007-06-13 18:03:17 +00:00 |
feed-rdf.php
|
Content-Type, not Content-type, as headers are case sensitive. Props foolswisdom and Nazgul. fixes #3545
|
2007-06-02 05:21:18 +00:00 |
feed-rss2-comments.php
|
Use dc:creator instead of author for rss2 comment feeds. Props lexhair, Otto42. fixes #4704 for 2.3
|
2007-08-16 18:34:57 +00:00 |
feed-rss2.php
|
Content-Type, not Content-type, as headers are case sensitive. Props foolswisdom and Nazgul. fixes #3545
|
2007-06-02 05:21:18 +00:00 |
feed-rss.php
|
Content-Type, not Content-type, as headers are case sensitive. Props foolswisdom and Nazgul. fixes #3545
|
2007-06-02 05:21:18 +00:00 |
feed.php
|
s/cat_name/name/ see #4537
|
2007-06-25 20:06:02 +00:00 |
formatting.php
|
Make balanceTags() option independent. Props mdawaffe. fixes #4626
|
2007-07-16 19:23:41 +00:00 |
functions.php
|
Allow pre_option_ filters to return values that evaluate as false. fixes #4695
|
2007-08-02 22:51:42 +00:00 |
general-template.php
|
Don't richedit for comments. Props Joseph Scott. fixes #4587 for 2.3
|
2007-07-05 20:11:32 +00:00 |
gettext.php
|
|
|
kses.php
|
Pass extra args to pre_kses hook. Props mdawaffe. see #4409
|
2007-07-06 22:47:24 +00:00 |
l10n.php
|
|
|
link-template.php
|
Add some taxonomy validation. Rearrange funcs.
|
2007-06-19 00:33:44 +00:00 |
locale.php
|
Trim empty lines. Nothing but newline.
|
2007-06-14 02:25:30 +00:00 |
pluggable.php
|
Correctly grab Content-Type from old-school headers, skip blank headers. fixes #4296
|
2007-06-26 20:18:56 +00:00 |
plugin.php
|
explicitly check next() against FALSE when iterating through filters. Props Denis-de-Bernardy, Otto42, Nazgul, santosj (go team effort!). fixes #4625 for trunk
|
2007-08-08 17:41:46 +00:00 |
post-template.php
|
Move the_title filter to get_the_title. Props jhodgdon. fixes #4477
|
2007-06-25 17:48:35 +00:00 |
post.php
|
bookmark sanitizer funcs and default filter cleanup. see #4546
|
2007-08-20 22:50:04 +00:00 |
query.php
|
Category union and intersection query vars. fixes #4750
|
2007-08-15 22:08:51 +00:00 |
registration-functions.php
|
|
|
registration.php
|
Use EXTR_SKIP when extracting. see #4468
|
2007-06-14 22:45:40 +00:00 |
rewrite.php
|
Allow rules to be added to the top of the rule stack.
|
2007-06-27 21:39:50 +00:00 |
rss-functions.php
|
|
|
rss.php
|
globalize wp_version so Magpie can use it. props Nazgul, hakre. fixes #3996
|
2007-08-10 08:07:53 +00:00 |
script-loader.php
|
fix FF bug in write screen: post status change on reload. Props mdawaffe. fixes #4664
|
2007-07-24 21:40:58 +00:00 |
streams.php
|
Trim empty lines. Nothing but newline.
|
2007-06-14 02:25:30 +00:00 |
taxonomy.php
|
bookmark sanitizer funcs and default filter cleanup. see #4546
|
2007-08-20 22:50:04 +00:00 |
template-loader.php
|
ABSPATH already has a trailing slash. Props Nazgul. fixes #4607
|
2007-07-27 21:28:01 +00:00 |
theme.php
|
Use opendir instead of dir. Props nbachiyski. fixes #4450
|
2007-08-14 02:58:33 +00:00 |
update.php
|
Don't run if installing, fixes $4772
|
2007-08-19 04:27:04 +00:00 |
user.php
|
If no user ID for whatever reason, bail early.
|
2007-08-04 03:58:42 +00:00 |
vars.php
|
Trim empty lines. Nothing but newline.
|
2007-06-14 02:25:30 +00:00 |
version.php
|
Introducing post_status="pending". see #4446 and put any initial bug reports on that ticket
|
2007-06-14 16:24:28 +00:00 |
widgets.php
|
Pass args as array instead of query string.
|
2007-08-16 18:00:47 +00:00 |
wp-db.php
|
A more elegant way of doing get_col.
|
2007-08-10 19:30:24 +00:00 |