WordPress/wp-includes
2009-01-14 02:40:04 +00:00
..
images More unused images cleanup 2008-11-30 10:25:26 +00:00
js jQuery 1.3RC2 2009-01-13 11:50:01 +00:00
Text Fix Text/Diff includes. Props codestyling. fixes #7391 for trunk 2008-08-07 21:02:07 +00:00
atomlib.php Minor phpdoc fixups. 2008-06-20 20:56:40 +00:00
author-template.php Don't use deprecated functions. Props filosofo. fixes #8130 2008-11-10 17:45:38 +00:00
bookmark-template.php Update _walk_bookmarks phpdoc. Props brh and sivel. fixes #8607 for trunk 2008-12-16 07:54:17 +00:00
bookmark.php Make sure get_bookmarks cache is an array 2008-12-19 07:05:51 +00:00
cache.php Use clone to break object refs when setting and getting cache. see #8146 #8191 2008-11-17 21:01:12 +00:00
canonical.php Handle front page comment feeds in Canonical. fixes #8320 2008-11-25 21:28:42 +00:00
capabilities.php Explicitly return ref for the sake of PHP4. Fixes user_level being empty when installing on PHP4. Props Mr Pete. fixes #8317 for trunk 2008-12-12 20:47:18 +00:00
category-template.php Fix ASC/DESC tag ordering by count, props mrmist, fixes #8609 for trunk 2009-01-06 00:34:31 +00:00
category.php Strip trailing whitespace 2008-12-09 18:03:31 +00:00
class-IXR.php Fix parse error.not well formed on XMLRPC request, props josephscott, fixes #7794 2009-01-06 05:28:53 +00:00
class-phpass.php Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
class-phpmailer.php phpdoc fixes for the phpmailer classes. 2008-09-03 21:42:50 +00:00
class-pop3.php Revert POP3 changes. Localization for wp-mail. Props filosofo. see #8051 2008-11-03 23:25:11 +00:00
class-smtp.php phpdoc fixes for the phpmailer classes. 2008-09-03 21:42:50 +00:00
class-snoopy.php Revert snoopy change that breaks with canonical feeds. 2008-10-23 22:41:51 +00:00
class.wp-dependencies.php phpdoc updates for wp-includes See #7550 props jacobsantos. 2008-09-27 10:06:18 +00:00
class.wp-scripts.php Fix external dependencies in class.wp-scripts.php, fixes #8505 2008-12-09 02:50:28 +00:00
class.wp-styles.php Faster hide-if-no-js, if-js-closed, etc. needed when loading scripts in the footer. 2008-12-27 12:18:38 +00:00
classes.php Strip trailing whitespace 2008-12-09 18:03:31 +00:00
comment-template.php Add CSS class to "comment-reply-link", props yoavf, fixes #8836 2009-01-10 10:21:28 +00:00
comment.php Close comments for old posts, pages, and attachments, not just posts. Props mrmist. fixes #8740 2008-12-30 20:09:40 +00:00
compat.php Latest version of the patch for refactor filters to avoid potential XSS attacks, props sambauers and DD32, see #8767 2009-01-04 23:37:47 +00:00
cron.php cron phpdoc fixes. Props filosofo. fixes #8680 for trunk 2008-12-19 20:47:20 +00:00
default-filters.php urldecode slugs in the Edit Post screen permalink. props janbrasna. fixes #8418 2008-12-07 09:12:28 +00:00
deprecated.php Cleanup js files and prepare for concatenating, move most inline js to files 2009-01-12 13:43:17 +00:00
feed-atom-comments.php Add thread xmlns. Props neoxx. fixes #8626 for trunk 2008-12-17 00:14:58 +00:00
feed-atom.php Typo fix from peaceablewhale. fixes #6579 for trunk 2008-04-22 21:16:42 +00:00
feed-rdf.php Some file level phpdoc from darkdragon. fixes #5527 2007-12-25 20:48:01 +00:00
feed-rss.php Some file level phpdoc from darkdragon. fixes #5527 2007-12-25 20:48:01 +00:00
feed-rss2-comments.php Remove uuml. Props nbachiyski. fixes #8464 2008-12-05 17:33:24 +00:00
feed-rss2.php Add syndication frequency recommendations to rss2 feeds. See #3513 props _ck_. 2008-08-11 20:50:41 +00:00
feed.php Clean comment link. Props nbachiyski. fixes #8405 for trunk 2009-01-08 04:31:08 +00:00
formatting.php Speed up wp_specialchars, props sambauers, see #8767 2009-01-13 15:18:37 +00:00
functions.php Faster wp_clone function fix, props sambauers, fixes #8844 for trunk 2009-01-13 14:45:50 +00:00
functions.wp-scripts.php phpdoc corrections from jacobsantos. see #7918 2008-10-18 20:46:30 +00:00
functions.wp-styles.php Default media type to all. Fixes #8000 props filosofo. 2008-10-29 22:17:54 +00:00
general-template.php Fix invalid HTML in get_search_form(), props jcraig90210, fixes #8851 2009-01-14 02:40:04 +00:00
gettext.php Some file level phpdoc from darkdragon. fixes #5572 2008-01-04 20:05:07 +00:00
http.php Fix URL checking and add phpdoc. Props jacobsantos. fixes #8787 for trunk 2009-01-06 17:29:24 +00:00
kses.php Use preg_replace_callback instead of preg_replace with eval. Props beaulebens. see #8689 2009-01-09 19:29:35 +00:00
l10n.php Contextual ngettext from nbachiyski. fixes #8128 2008-11-25 22:25:21 +00:00
link-template.php Fix paginate comment link slashing. Props AntonShevchuk. fixes #8821 for trunk 2009-01-08 18:26:52 +00:00
locale.php phpDoc corrections for wp-includes. See #7550 props jacobsantos. 2008-08-30 21:23:43 +00:00
media.php Avoid division by zero 2008-12-19 07:04:18 +00:00
pluggable.php phpdoc updates for wp_generate_password(). Props sivel. fixes #8688 for trunk 2008-12-30 19:47:59 +00:00
plugin.php Unused var fixes. Props DD32. see #8220 2008-11-15 18:10:35 +00:00
post-template.php Use preg_replace_callback instead of preg_replace with eval. Props beaulebens. see #8689 2009-01-09 19:29:35 +00:00
post.php Fix uploaded media relative links when site has been moved, props DD32, fixes #8705 for trunk 2008-12-26 02:59:04 +00:00
query.php Strip trailing whitespace 2008-12-09 18:03:31 +00:00
registration-functions.php Some file level phpdoc from darkdragon. fixes #5572 2008-01-04 20:05:07 +00:00
registration.php Notice fixes from DD32. see #7509 2008-11-14 23:01:16 +00:00
rewrite.php Strip trailing whitespace 2008-12-09 18:03:31 +00:00
rss-functions.php Some file level phpdoc from darkdragon. fixes #5572 2008-01-04 20:05:07 +00:00
rss.php Strip trailing whitespace 2008-12-09 18:03:31 +00:00
script-loader.php Fix comment action links after quick editing and reloading of page on enter while quick editing. 2009-01-13 01:31:19 +00:00
shortcodes.php Pass tag name when using shortcodes. Props Viper007Bond. fixes #6606 2008-08-11 04:00:33 +00:00
streams.php Work around fatal error caused by mbstring.func_overload = 2. Props codestyling . fixes #5599 for trunk 2008-07-23 18:56:17 +00:00
taxonomy.php Add exclude_tree for categories. Make exclude behave like exclude_tree when hierarchical to restore < 2.7 behavior. Props filosofo. fixes #8614 for trunk 2008-12-30 22:30:36 +00:00
template-loader.php For some reason taxonomy pages also return is_home, so we need to put this check first. 2008-04-21 06:28:50 +00:00
theme.php Strip trailing whitespace 2008-12-09 18:03:31 +00:00
update.php Set the user-agent like we did before. See #8660 2008-12-21 21:52:15 +00:00
user.php Strip trailing whitespace 2008-12-09 18:03:31 +00:00
vars.php Simple iPhone detection, disable hiding of action links for iPhone 2008-12-02 12:32:54 +00:00
version.php Remove the revision number for now 2008-12-17 22:10:20 +00:00
widgets.php Default to empty array if sidebars_widgets is not set. Don't unset array_version if not set. fixes #8804 for trunk 2009-01-05 23:03:17 +00:00
wlwmanifest.xml Update wlw manifest for get tags support. Props josephscott. fixes #7744 2008-10-16 22:26:30 +00:00
wp-db.php Improve error message, props simonwheatley, fixes #8397 2008-11-28 04:40:20 +00:00
wp-diff.php Inline docs for wp-diff.php. Props jacobsantos. fixes #7662 2008-09-11 17:46:42 +00:00