WordPress/wp-includes
2011-01-04 20:55:59 +00:00
..
css More CSS reset for wplink. Give the dialog title a specific line height. see #15561. 2010-12-24 20:40:08 +00:00
images
js Internal linking CSS resets to fix Press This formatting. props garyc40, ocean90. see #15561. 2010-12-24 17:52:45 +00:00
pomo Phpdoc argument/@param cleanups. props duck_, see #14783. 2010-09-07 11:21:11 +00:00
Text
theme-compat
admin-bar.php Move the admin bar profile preferences to a hook. fixes #16004. 2010-12-28 19:37:11 +00:00
atomlib.php Minor phpdoc fixups. 2008-06-20 20:56:40 +00:00
author-template.php Retrieve only IDs and then do a user fetch loop so that all required user data is present. Props scribu. fixes #15888 2010-12-21 16:27:34 +00:00
bookmark-template.php
bookmark.php link_notes and term_description escaping fixes. Props garyc40. fixes #15454 2010-12-25 22:45:09 +00:00
cache.php
canonical.php
capabilities.php
category-template.php Translations in title attributes require esc_attr(). 2010-12-21 17:17:58 +00:00
category.php Deprecate update_category_cache(). Fixes #15446 2010-11-17 00:56:00 +00:00
class-feed.php Pass the filename to the wp_feed_cache_transient_lifetime filter to give the plugins some context. Fixes #10565 props dd32. 2009-08-07 17:17:40 +00:00
class-http.php We only need strpos here. Ensures PHP4 compat. props mailnew2ster, fixes #14187. 2010-12-07 07:17:06 +00:00
class-IXR.php s/method_exists/is_callable/. props hakre, fixes #14933. 2010-12-08 19:27:49 +00:00
class-json.php
class-oembed.php When inserting an image via oEmbed, wrap it in a link. props MarkJaquith, fixes #14945. 2010-11-18 02:17:13 +00:00
class-phpass.php Suppress potential is_readable() warning. Fixes #12148 props ocean90 2010-02-26 07:25:10 +00:00
class-phpmailer.php
class-pop3.php
class-simplepie.php
class-smtp.php A call to arms for grammarians. Fixes #12228 fixes #11875 props kurtmckee, filosofo, jjj 2010-02-26 05:46:08 +00:00
class-snoopy.php Fix some encoding issues. props hakre, fixes #14735. 2010-10-27 09:54:17 +00:00
class-wp-admin-bar.php PHP4 compat. Props SergeyBiryukov, westi. see #16080 2011-01-03 19:19:34 +00:00
class-wp-ajax-response.php File-level phpdoc for new class files. fixes #10287. 2010-10-30 14:09:05 +00:00
class-wp-error.php
class-wp-http-ixr-client.php Coding Standards clean-up, Variable typo fix ($errstr), Svn property correction. See #10588 2010-12-11 05:51:49 +00:00
class-wp-walker.php
class-wp-xmlrpc-server.php
class-wp.php
class.wp-dependencies.php
class.wp-scripts.php
class.wp-styles.php
comment-template.php
comment.php
compat.php
cron.php
default-constants.php
default-embeds.php
default-filters.php
default-widgets.php Remove ceilings on recent comments and posts widgets and dashboard widgets. fixes #14543. 2010-12-14 17:58:47 +00:00
deprecated.php
feed-atom-comments.php Some more url escaping in feeds. See #13555. 2010-05-26 17:47:29 +00:00
feed-atom.php Move the escaping into get_guid() so we don't have to repeat ourselves. See #13555. 2010-05-26 17:27:18 +00:00
feed-rdf.php Add the generator element in feeds through the {rss2|atom|rdf|rss|opml}_head hooks. Fixes #6947 props sivel. 2010-02-13 16:45:16 +00:00
feed-rss2-comments.php Add the generator element in feeds through the {rss2|atom|rdf|rss|opml}_head hooks. Fixes #6947 props sivel. 2010-02-13 16:45:16 +00:00
feed-rss2.php Specify feed type in the_category_rss() call. props benward, fixes #14451. 2010-10-26 20:15:18 +00:00
feed-rss.php
feed.php Update since phpdoc. Props demetris. fixes #15445 2010-12-01 19:24:38 +00:00
formatting.php Don't be case sensitive to attribute names. Handle padded entities when checking for bad protocols. Normalize entities before checking for bad protocols in esc_url(). Props Mauro Gentile, duck_, miqrogroove 2010-12-29 20:45:37 +00:00
functions.php Admin bar visibility prefs. Props duck_. see #15829 2010-12-17 21:48:30 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php
http.php
kses.php Update @author tag contact info. Props hakre. see #16039 2010-12-30 20:07:12 +00:00
l10n.php
link-template.php Translations in title attributes require esc_attr(). 2010-12-21 17:17:58 +00:00
load.php Add a note about E_DEPRECATED in wp_debug_mode() because I keep seeing reports about people trying to define it. 2010-12-31 21:01:30 +00:00
locale.php
media.php
meta.php get_meta_sql should be private. see #14645. 2010-12-29 19:31:35 +00:00
ms-blogs.php Revert [16987]. This pollutes home and siteurl during signup and blog creation. see #14867 2010-12-16 19:48:00 +00:00
ms-default-constants.php Strip trailing whitespace 2010-05-26 02:42:15 +00:00
ms-default-filters.php
ms-deprecated.php
ms-files.php
ms-functions.php
ms-load.php Ensure correct HTTP status code is returned. Props nacin, fixes #15799 2010-12-14 08:38:01 +00:00
ms-settings.php
nav-menu-template.php
nav-menu.php
pluggable-deprecated.php Deprecate set_current_user() in favor of wp_set_current_user(). 2010-04-14 22:06:03 +00:00
pluggable.php
plugin.php _doing_it_wrong takes three arguments. fixes #15824. 2010-12-15 17:14:25 +00:00
post-template.php
post-thumbnail-template.php More pedantry. 2010-10-27 00:33:29 +00:00
post.php Have menu_name work with show_in_menu = submenu. fixes #14832. 2011-01-01 00:21:18 +00:00
query.php get_meta_sql should be private. see #14645. 2010-12-29 19:31:35 +00:00
registration-functions.php
registration.php
rewrite.php
rss-functions.php
rss.php
script-loader.php
shortcodes.php
taxonomy.php Don't sanitize_key() the post type so that colons aren't stripped from attachment types. Props nacin. fixes #15982 2010-12-26 22:00:50 +00:00
template-loader.php Introduce a template file for the Front Page of a site. Has priority over every other template which applies and falls back to the standard template flow for the page / list of posts. 2010-04-28 07:48:09 +00:00
theme.php
update.php Use get_user_count() if multisite in wp_version_check. props PeteMall, fixes #15599. 2010-11-29 05:27:01 +00:00
user.php
vars.php Other piece of r16904. Limit variable string searching when possible. See #10187 2010-12-14 08:35:48 +00:00
version.php RC2. 2011-01-01 23:39:05 +00:00
widgets.php
wlwmanifest.xml
wp-db.php
wp-diff.php