WordPress/wp-includes
2010-03-25 22:02:45 +00:00
..
images
js
pomo
Text
atomlib.php
author-template.php
bookmark-template.php
bookmark.php
cache.php
canonical.php Add some defensive checks to Canonical redirection of %category% to ensure notices are not thrown. Props jfarthing84 for pointing out possibility. See #11907 2010-03-22 07:05:50 +00:00
capabilities.php Use correct cap checks and nonces for custom post_type's 2010-03-21 02:29:11 +00:00
category-template.php Don't return WP_Error from term_description(). Props filosofo. fixes #12707 2010-03-25 17:28:16 +00:00
category.php Account for old type=link (now taxonomy=link_category) in wp_dropdown_categories(). Don't use the deprecated argument in options-writing. Sprinkle in some deprecated warnings. fixes #12630 2010-03-18 20:17:15 +00:00
class-feed.php
class-http.php More pedantry. "Setup" is not a verb. http://notaverb.com/setup 2010-03-17 04:39:50 +00:00
class-IXR.php
class-json.php
class-oembed.php
class-phpass.php
class-phpmailer.php
class-pop3.php
class-simplepie.php
class-smtp.php
class-snoopy.php
class.wp-dependencies.php
class.wp-scripts.php
class.wp-styles.php
classes.php Various bug fixes and improvements to menu management. props ptahdunbar, see #11817. 2010-03-22 19:56:16 +00:00
comment-template.php Remove unnecessary ternary operators such as (expr) ? true : false. 2010-03-19 21:15:00 +00:00
comment.php Fix notice without breaking comment notifications. See r13150, see #11830 2010-03-22 16:06:55 +00:00
compat.php
cron.php
default-constants.php Introduce WP_DEFAULT_THEME 2010-03-17 17:42:49 +00:00
default-embeds.php
default-filters.php Trim trailing whitespace 2010-03-17 16:27:25 +00:00
default-widgets.php Trim trailing whitespace 2010-03-17 16:27:25 +00:00
deprecated.php Restore accidental removal of get_usernumposts(). This function is now deprecated in favor of count_user_posts() for naming consistency. fixes #12642 props Viper007Bond. 2010-03-19 01:11:21 +00:00
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss2-comments.php
feed-rss2.php
feed-rss.php
feed.php
formatting.php Trim trailing whitespace 2010-03-17 16:27:25 +00:00
functions.php Move send_nosniff_header() into wp-includes so it can be used in wp-ajax.php. props sivel, fixes #12683 2010-03-23 19:13:58 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php Rename get_specific_template as get_template_part so as to make it clearer as to the point of the function. See #12371 2010-03-25 22:02:45 +00:00
http.php
kses.php Remove redundant isset() and empty() checks. 2010-03-19 21:29:21 +00:00
l10n.php Trim trailing whitespace 2010-03-17 16:27:25 +00:00
link-template.php Add scheme argument to admin_url() and get_admin_url() to allow forcing a particular scheme. 2010-03-25 22:00:36 +00:00
load.php Set some $_SERVER values to empty strings if missing. Fixes notices if WordPress is run from the command-line and is far more pleasant than using isset() all over the place. 2010-03-25 15:33:35 +00:00
locale.php
media.php Remove unnecessary ternary operators such as (expr) ? true : false. 2010-03-19 21:15:00 +00:00
meta.php
ms-blogs.php
ms-default-constants.php fix warning on cookie_domain, see #12457 2010-03-15 17:43:18 +00:00
ms-default-filters.php
ms-deprecated.php
ms-files.php
ms-functions.php first pass on optional global terms, see #12589 2010-03-16 17:17:55 +00:00
ms-load.php Wrap transtable strings used in Network install in WP_I18N_SOMETHING, because translations still aren't loaded. Fixes #12357 2010-03-22 06:51:49 +00:00
ms-settings.php Wrap transtable strings used in Network install in WP_I18N_SOMETHING, because translations still aren't loaded. Fixes #12357 2010-03-22 06:51:49 +00:00
nav-menu-template.php Various bug fixes and improvements to menu management. props ptahdunbar, see #11817. 2010-03-22 19:56:16 +00:00
nav-menu.php Various bug fixes and improvements to menu management. props ptahdunbar, see #11817. 2010-03-22 19:56:16 +00:00
pluggable-deprecated.php
pluggable.php Remove unnecessary ternary operators such as (expr) ? true : false. 2010-03-19 21:15:00 +00:00
plugin.php Introduce apply_filters_ref_array(). See #9886 props scribu. 2010-03-18 21:24:07 +00:00
post-template.php Fix unset notice on Revisions page for custom post_types. Use $post object instead of relying on a Global 2010-03-20 01:10:01 +00:00
post-thumbnail-template.php
post.php Various bug fixes and improvements to menu management. props ptahdunbar, see #11817. 2010-03-22 19:56:16 +00:00
query.php When viewing a Parent term in a hierarchical taxonomy, display objects contained within children too. Props scribu. Fixes #12533 2010-03-21 02:52:00 +00:00
registration-functions.php
registration.php More pedantry. "Setup" is not a verb. http://notaverb.com/setup 2010-03-17 04:39:50 +00:00
rewrite.php Add hierarchical support for custom post_types in Rewrite Rules & Querying. See #12643 2010-03-20 02:23:52 +00:00
rss-functions.php
rss.php More pedantry. "Setup" is not a verb. http://notaverb.com/setup 2010-03-17 04:39:50 +00:00
script-loader.php Prevent the nav menu walker from walking in circles. Don't allow an object from being a child of itself; if the functionality is desired, a workaround would be custom links. see #11817, see #12566. (Script loader bump for r13802, r13803). props ptahdunbar for the commits. 2010-03-22 22:33:12 +00:00
shortcodes.php
taxonomy.php Various bug fixes and improvements to menu management. props ptahdunbar, see #11817. 2010-03-22 19:56:16 +00:00
template-loader.php Trim trailing whites 2010-02-21 00:03:42 +00:00
theme.php
update.php
user.php Remove unnecessary ternary operators such as (expr) ? true : false. 2010-03-19 21:15:00 +00:00
vars.php
version.php Various bug fixes and improvements to menu management. props ptahdunbar, see #11817. 2010-03-22 19:56:16 +00:00
widgets.php Enable nav menu admin if theme supports widgets. Show notice if theme supports widgets but not nav-menus. see #11817 2010-03-24 18:35:31 +00:00
wlwmanifest.xml
wp-db.php More pedantry. "Setup" is not a verb. http://notaverb.com/setup 2010-03-17 04:39:50 +00:00
wp-diff.php