.. |
images
|
wlw manifest from josephscott. fixes #5023 for 2.3
|
2007-10-09 21:09:49 +00:00 |
js
|
Remove trailing whitespace
|
2007-09-03 23:32:58 +00:00 |
atomlib.php
|
Remove trailing whitespace
|
2007-09-03 23:32:58 +00:00 |
author-template.php
|
Remove trailing whitespace
|
2007-09-03 23:32:58 +00:00 |
bookmark-template.php
|
Fix typo. fixes #5061
|
2007-09-24 01:48:36 +00:00 |
bookmark.php
|
Use inner joins instead of left joins for taxonomy. Inner is faster. fixes #5179 for 2.3
|
2007-10-15 20:14:56 +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
|
Explicitly exclude previews from canonicalization. fixes #5203 for 2.3.1
|
2007-10-17 20:15:18 +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 checks for WP_Error. Props filosofo. see #4809
|
2007-09-18 16:32:22 +00:00 |
category.php
|
Add checks for WP_Error. Props filosofo. see #4809
|
2007-09-18 16:32:22 +00:00 |
class-IXR.php
|
Remove trailing whitespace
|
2007-09-03 23:32:58 +00:00 |
class-phpmailer.php
|
Remove trailing whitespace
|
2007-09-03 23:32:58 +00:00 |
class-pop3.php
|
Update pop3 class to latest from squirrelmail. Props westi. see #4337
|
2007-09-05 22:55:38 +00:00 |
class-smtp.php
|
Trim empty lines. Nothing but newline.
|
2007-06-14 02:25:30 +00:00 |
class-snoopy.php
|
Remove trailing whitespace
|
2007-09-03 23:32:58 +00:00 |
classes.php
|
Tag unions and intersections. fixes #4895
|
2007-09-03 18:14:05 +00:00 |
comment-template.php
|
Remove trailing whitespace
|
2007-09-03 23:32:58 +00:00 |
comment.php
|
Remove hardcoded clean_url on comment_author_url since it is handled on the pre_comment_author_url filter. Props wnorris. fixes #4120
|
2007-08-29 19:04:14 +00:00 |
compat.php
|
Actually, we always need to URLencode square brackets... or wp_redirect() will strip them out. see #4935. see #4878
|
2007-09-10 15:53:34 +00:00 |
cron.php
|
Take port into consideration when spawning cron. Props bchecketts. fixes #4782
|
2007-08-29 17:57:06 +00:00 |
default-filters.php
|
wlw manifest from josephscott. fixes #5023 for 2.3
|
2007-10-09 21:09:49 +00:00 |
deprecated.php
|
Add some filtering. Props jhodgdon. fixes #3595
|
2007-09-23 19:25:15 +00:00 |
feed-atom-comments.php
|
Remove trailing whitespace
|
2007-09-03 23:32:58 +00:00 |
feed-atom.php
|
Make the atom feed updated field actually tell you when the post was updated. Fixes #4816 props lapcat.
|
2007-09-12 16:26:39 +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
|
Remove trailing whitespace
|
2007-09-03 23:32:58 +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
|
Add checks for WP_Error. Props filosofo. see #4809
|
2007-09-18 16:32:22 +00:00 |
formatting.php
|
Remove debug
|
2007-12-21 06:12:56 +00:00 |
functions.php
|
Custom DB error page. fixes #5500 for 2.3
|
2007-12-21 02:57:21 +00:00 |
general-template.php
|
wlw manifest from josephscott. fixes #5023 for 2.3
|
2007-10-09 21:09:49 +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
|
Remove trailing whitespace
|
2007-09-03 23:32:58 +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
|
Fix PATH_INFO first page paging link. fixes #5039
|
2007-09-22 06:07:03 +00:00 |
locale.php
|
Improve desriptions for I18N strings. Fixes #4906 props nbachiyski
|
2007-09-04 20:56:08 +00:00 |
pluggable.php
|
Suppress display of DB error messages by default. Props filosofo. fixes #5473 for 2.3
|
2007-12-21 01:31:31 +00:00 |
plugin.php
|
Remove trailing whitespace
|
2007-09-03 23:32:58 +00:00 |
post-template.php
|
the_title_attribute(). Props Nazgul. fixes #4731
|
2007-09-18 22:50:59 +00:00 |
post.php
|
Don't do hierarchical if includes specified. Props Kafkaesqui. fixes #5373 for 2.3
|
2007-12-24 21:24:26 +00:00 |
query.php
|
Use is_admin. Props markjaquith. see #5487
|
2007-12-28 01:04:30 +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
|
Remove trailing whitespace
|
2007-09-03 23:32:58 +00:00 |
script-loader.php
|
Force prototype to load before jquery. Props mdawaffe. fixes #5067 for trunk
|
2007-10-09 21:04:40 +00:00 |
streams.php
|
Remove trailing whitespace
|
2007-09-03 23:32:58 +00:00 |
taxonomy.php
|
Skip sanitization altogether for raw context. Props Quandary. fixes #5325 for 2.3
|
2007-11-07 06:28:46 +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
|
Set $theme_loc correctly when ABSPATH is "/". Props arabek. fixes #4541
|
2007-09-12 22:19:26 +00:00 |
update.php
|
Core and plugin update checking: make sure fsockopen() is available and check file resources with is_resource() -- both to prevent feof() infinite loops. Props xknown. fixes #5037
|
2007-09-22 00:08:50 +00:00 |
user.php
|
Use maybe_unserialize() in get_usermeta(). Props filosofo. fixes #4993
|
2007-09-17 19:19:55 +00:00 |
vars.php
|
Move $wp_header_to_desc array to get_status_header_desc() so that it can be called before vars.php is loaded.
|
2007-09-13 04:48:41 +00:00 |
version.php
|
Bump
|
2007-12-29 17:15:44 +00:00 |
widgets.php
|
Add sanitize_url. Don't convert ampersands in URLs when saving to DB. fixes #4411 for 2.3
|
2007-10-03 16:17:54 +00:00 |
wlwmanifest.xml
|
wlw manifest from josephscott. fixes #5023 for 2.3
|
2007-10-09 21:09:49 +00:00 |
wp-db.php
|
Show DB errors if WP_DEBUG and if installing. see #5473
|
2007-12-22 17:45:59 +00:00 |