.. |
images
|
Move the WLW manifest related files to have proper WordPress naming scheme.
|
2007-10-08 20:21:29 +00:00 |
js
|
Fix tinymce valid elements configuration. Props linusmartensson. fixes #3826
|
2007-12-18 20:46:09 +00:00 |
atomlib.php
|
…
|
|
author-template.php
|
author-template phpdoc from darkdragon. fixes #4393
|
2007-12-16 23:47:58 +00:00 |
bookmark-template.php
|
Fix some of the notices visible with WP_DEBUG enabled.
|
2007-12-20 21:25:12 +00:00 |
bookmark.php
|
Use correct var. Props DD32. fixes #5419
|
2007-12-04 23:59:16 +00:00 |
cache.php
|
Allow single post ID and comma delimited list of post IDs to be passed to update_postmeta_cache(). Fix default cache to allow storage of empty array. see #5194
|
2007-10-14 01:08:07 +00:00 |
canonical.php
|
Fix some of the notices visible with WP_DEBUG enabled.
|
2007-12-20 21:25:12 +00:00 |
capabilities.php
|
Remove unused vars. Props DD32. see #5418
|
2007-12-06 19:49:33 +00:00 |
category-template.php
|
New feed_link functions. Deprecate rss_link functions. Make default feed pluggable. Props rubys. see #5328
|
2007-12-06 19:58:15 +00:00 |
category.php
|
Remove unused vars. Props DD32. see #5418
|
2007-12-06 19:49:33 +00:00 |
class-IXR.php
|
…
|
|
class-phpass.php
|
Hash passwords with phpass. Add wp_check_pasword() and wp_hash_password() functions. Props pishmishy. see #2394
|
2007-12-02 05:14:11 +00:00 |
class-phpmailer.php
|
…
|
|
class-pop3.php
|
…
|
|
class-smtp.php
|
…
|
|
class-snoopy.php
|
…
|
|
classes.php
|
Fix some of the notices visible with WP_DEBUG enabled.
|
2007-12-20 21:25:12 +00:00 |
comment-template.php
|
Revert [6368]. Fixes #5448, fixes #5247 by adding a new filter to hook in specifically to add attributes, rather than filtering the whole thing. Minor formatting cleanup of comments_popup_link.
|
2007-12-10 20:49:46 +00:00 |
comment.php
|
Remove unused vars. Props DD32. see #5418
|
2007-12-06 19:49:33 +00:00 |
compat.php
|
Ensure we don't call exif_read_data() on unsupported file types. Fixes #5397 props DD32
|
2007-12-20 22:18:28 +00:00 |
cron.php
|
…
|
|
default-filters.php
|
Ensure that we offer https access to atom if it is available. Fixes #5298 props rubys.
|
2007-11-17 11:21:34 +00:00 |
deprecated.php
|
phpdoc for deprecated funcs. Props darkdragon. fixes #5444
|
2007-12-10 18:52:24 +00:00 |
feed-atom-comments.php
|
Fix id, self link and alternate link in Atom comment feeds. Props ionfish. fixes #5435
|
2007-12-19 18:25:22 +00:00 |
feed-atom.php
|
Support atom threading. Props rubys. fixes #5434
|
2007-12-10 06:57:58 +00:00 |
feed-rdf.php
|
Centralise generator generation, move theme generator generation to wp-head hook. Fixes #5085, #4803. props docwhat, Viper007Bond.
|
2007-10-06 06:55:24 +00:00 |
feed-rss.php
|
Centralise generator generation, move theme generator generation to wp-head hook. Fixes #5085, #4803. props docwhat, Viper007Bond.
|
2007-10-06 06:55:24 +00:00 |
feed-rss2-comments.php
|
Add atom:self link to rss2 feeds per RSS Best Practices Profile. Fixes #5205 props lexhair and rubys.
|
2007-10-20 10:35:44 +00:00 |
feed-rss2.php
|
Add atom:self link to rss2 feeds per RSS Best Practices Profile. Fixes #5205 props lexhair and rubys.
|
2007-10-20 10:35:44 +00:00 |
feed.php
|
New feed_link functions. Deprecate rss_link functions. Make default feed pluggable. Props rubys. see #5328
|
2007-12-06 19:58:15 +00:00 |
formatting.php
|
Allows 0 titles when sanitizing. Props mdawaffe. fixes #5293
|
2007-12-19 17:45:50 +00:00 |
functions.php
|
redirect fixes from ruckus and tellyworth. fixes #5479
|
2007-12-18 05:28:44 +00:00 |
general-template.php
|
language_attributes() improvements from ionfish. fixes #5393
|
2007-12-19 17:44:02 +00:00 |
gettext.php
|
…
|
|
kses.php
|
…
|
|
l10n.php
|
Remove unused vars. Props DD32. see #5418
|
2007-12-06 19:49:33 +00:00 |
link-template.php
|
Fix previous/next links for slugs containing 'page'. Props xknown. fixes #5318
|
2007-12-19 19:27:14 +00:00 |
locale.php
|
…
|
|
pluggable.php
|
Use __ngettext() for plurals. Props darkdragon. see #4865
|
2007-12-20 17:05:06 +00:00 |
plugin.php
|
Filter and action optimizations and phpdoc updates from darkdragon. fixes #5338
|
2007-12-06 05:56:38 +00:00 |
post-template.php
|
wp_list_pages() no longer requires get_pages() to do a hierarchical sort. Set hierarchical to false. see #5458
|
2007-12-17 06:53:59 +00:00 |
post.php
|
Update term counts when future posts are published. fixes #4913 #5488
|
2007-12-20 00:48:49 +00:00 |
query.php
|
Fix query variable naming errors.
|
2007-12-20 20:59:53 +00:00 |
registration-functions.php
|
…
|
|
registration.php
|
New secure cookie protocol. see #5367
|
2007-12-16 17:41:59 +00:00 |
rewrite.php
|
Use generic page rewrite rules for compatible permalink strucures. see #3614
|
2007-12-17 06:29:30 +00:00 |
rss-functions.php
|
…
|
|
rss.php
|
prepare(), insert(), update() for wp-includes/ taxonomy.php, rss.php, registration.php
|
2007-10-13 03:51:11 +00:00 |
script-loader.php
|
Rename file. see #4470
|
2007-12-19 22:46:02 +00:00 |
streams.php
|
…
|
|
taxonomy.php
|
Don't create blank terms. Props ionfish and jhodgdon. fixes #5494
|
2007-12-19 23:25:11 +00:00 |
template-loader.php
|
…
|
|
theme.php
|
Add a get_stylesheet_dir to sprintf in get_theme_mod. Props andy. fixes #5398
|
2007-12-19 17:47:06 +00:00 |
update.php
|
Add documentation for wp_version_check(). Fixes #5233 props darkdragon.
|
2007-10-30 21:40:30 +00:00 |
user.php
|
Suppress display of DB error messages by default. Props filosofo. see #5473
|
2007-12-16 21:38:24 +00:00 |
vars.php
|
…
|
|
version.php
|
We're working on bleeding edge 2.4 stuff now
|
2007-09-29 10:56:53 +00:00 |
widgets.php
|
Fix some of the notices visible with WP_DEBUG enabled.
|
2007-12-20 21:25:12 +00:00 |
wlwmanifest.xml
|
Move the WLW manifest related files to have proper WordPress naming scheme.
|
2007-10-08 20:21:29 +00:00 |
wp-db.php
|
Set error if there is a problem connecting to the DB. Props skeltoac and Potter_System. fixes #5495
|
2007-12-20 02:10:09 +00:00 |