.. |
images
|
Widgets for 2.3. fixes #4186
|
2007-04-24 01:05:17 +00:00 |
js
|
Make css cache busting and rtl inclusion uniform across admin. Props mdawaffe. fixes #4830
|
2007-08-28 23:23:38 +00:00 |
atomlib.php
|
Bring in atomlib 0.4 and update wp-app to use it. Props eliast and placey. fixes #4191
|
2007-08-27 19:52:58 +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
|
No canonical-ness for wp-admin. see #4773
|
2007-08-23 03:40:51 +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 class to tag cloud links. Props filosofo. fixes #4798
|
2007-08-22 22:28:00 +00:00 |
category.php
|
Don't pass cat as ref. Fix some term sanitization. fixes #4702
|
2007-08-24 18:41:01 +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
|
Upgrade class-pop3. Props Nazgul. fixes #3864
|
2007-02-25 18:19:21 +00:00 |
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
|
Add cat-item-id and page-item-id classes. Props Otto42. fixes #4703
|
2007-08-22 22:59:45 +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
|
Make the entire comment flood check pluggable as it can cause load problems on large sites.
|
2007-08-27 06:34:18 +00:00 |
compat.php
|
Add stripos() for compatibility for PHP < 5. This will be needed for a patch later, I think.
|
2007-04-06 02:54:12 +00:00 |
cron.php
|
Trim empty lines. Nothing but newline.
|
2007-06-14 02:25:30 +00:00 |
default-filters.php
|
Make the entire comment flood check pluggable as it can cause load problems on large sites.
|
2007-08-27 06:34:18 +00:00 |
deprecated.php
|
Deprecate permalink_single_rss(). Add the_permalink_rss() with accompanying filter. Props joostdevalk and Otto42. fixes #4654
|
2007-08-21 18:27:45 +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
|
Deprecate permalink_single_rss(). Add the_permalink_rss() with accompanying filter. Props joostdevalk and Otto42. fixes #4654
|
2007-08-21 18:27:45 +00:00 |
feed-rdf.php
|
Deprecate permalink_single_rss(). Add the_permalink_rss() with accompanying filter. Props joostdevalk and Otto42. fixes #4654
|
2007-08-21 18:27:45 +00:00 |
feed-rss.php
|
Deprecate permalink_single_rss(). Add the_permalink_rss() with accompanying filter. Props joostdevalk and Otto42. fixes #4654
|
2007-08-21 18:27:45 +00:00 |
feed-rss2-comments.php
|
commentsrss2_head action from joostdevalk. fixes #4694
|
2007-08-21 18:32:39 +00:00 |
feed-rss2.php
|
Deprecate permalink_single_rss(). Add the_permalink_rss() with accompanying filter. Props joostdevalk and Otto42. fixes #4654
|
2007-08-21 18:27:45 +00:00 |
feed.php
|
Deprecate permalink_single_rss(). Add the_permalink_rss() with accompanying filter. Props joostdevalk and Otto42. fixes #4654
|
2007-08-21 18:27:45 +00:00 |
formatting.php
|
Add clean_url filter. see #4570
|
2007-08-27 23:31:09 +00:00 |
functions.php
|
Allow upload of all Open Office document types props nbachiyski fixes #4615
|
2007-08-23 18:28:14 +00:00 |
general-template.php
|
Make css cache busting and rtl inclusion uniform across admin. Props mdawaffe. fixes #4830
|
2007-08-28 23:23:38 +00:00 |
gettext.php
|
Fix gettext's plural forms for more than 2 plural forms. Props moeffju and nbachiyski. fixes #4005
|
2007-04-13 23:29:47 +00:00 |
kses.php
|
Pass extra args to pre_kses hook. Props mdawaffe. see #4409
|
2007-07-06 22:47:24 +00:00 |
l10n.php
|
Refactor l10n code to reduce duplication. Change placement of context. Props nbachiyski. fixes #3687
|
2007-04-12 21:15:44 +00:00 |
link-template.php
|
Don't return permalink for non-existent post. Props Viper007Bond. fixes #4834
|
2007-08-28 18:58:54 +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 in do_action_ref_array(). Props Denis-de-Bernardy, Otto42, Nazgul, santosj, DD32. fixes #4625 for trunk
|
2007-08-28 19:06:56 +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
|
Add get_lastpostdate and 'get_lastpostdatemodified filters. Props rob1n. fixes #4801
|
2007-08-22 22:30:06 +00:00 |
query.php
|
Add missing global and remove unused var. Props JeremyVisser. fixes #4818
|
2007-08-26 17:12:31 +00:00 |
registration-functions.php
|
Bad cut-and-paste.
|
2007-01-14 01:15:32 +00:00 |
registration.php
|
Use EXTR_SKIP when extracting. see #4468
|
2007-06-14 22:45:40 +00:00 |
rewrite.php
|
Pass through the function argument so rules can actually be added to the top of the stack, props santos
|
2007-08-28 19:55:11 +00:00 |
rss-functions.php
|
Bad cut-and-paste.
|
2007-01-14 01:15:32 +00:00 |
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
|
Update to jquery 1.1.4. Props mdawaffe. fixes #4810
|
2007-08-24 21:46:03 +00:00 |
streams.php
|
Trim empty lines. Nothing but newline.
|
2007-06-14 02:25:30 +00:00 |
taxonomy.php
|
Add clean_url filter. see #4570
|
2007-08-27 23:31:09 +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
|
beta1
|
2007-08-28 00:18:36 +00:00 |
widgets.php
|
Ensure we flush the recent entries widget cache after a post has been deleted. Fixes #4825 props donncha
|
2007-08-28 20:12:43 +00:00 |
wp-db.php
|
Revert get_col behavior. Props mdawaffe. fixes #4826
|
2007-08-27 19:44:53 +00:00 |