Wordpress/src/wp-includes
Drew Jaynes 67342ade09 Inline documentation improvements for Walker_Category and Walker_CategoryDropdown.
Also covers previously undocumented parameters.

See #23406, #19249.


git-svn-id: https://develop.svn.wordpress.org/trunk@25641 602fd350-edb4-49c9-b593-d223f7449a82
2013-09-28 18:01:26 +00:00
..
certificates Move a certificate higher in the file (end to start) so that PHP 5.2.x (OpenSSL 0.9.8j and earlier) can parse the file correctly. See #25007 2013-09-23 13:58:40 +00:00
css
ID3
images
js Don't rely on include_path to include files. 2013-09-25 00:17:40 +00:00
pomo
SimplePie SimplePie: Fix use of DOMElement as array. 2013-09-11 04:01:44 +00:00
Text
theme-compat
admin-bar.php Network Admin toolbar menu: Add Plugins and Themes, remove Visit Network. 2013-08-26 15:21:42 +00:00
atomlib.php
author-template.php Inline documentation for hooks in wp-includes/author-template.php. 2013-09-13 19:24:26 +00:00
bookmark-template.php Inline documentation for hooks in wp-includes/bookmark-template.php. 2013-09-20 23:08:50 +00:00
bookmark.php
cache.php Always pass integer expirations to cache backends. 2013-09-16 17:42:49 +00:00
canonical.php Inline documentation for hooks in wp-includes/canonical.php. 2013-09-20 23:30:37 +00:00
capabilities.php Use the wpdb method instead of $wpdb->prefix. 2013-09-24 23:40:41 +00:00
category-template.php Inline documentation improvements for Walker_Category and Walker_CategoryDropdown. 2013-09-28 18:01:26 +00:00
category.php
class-feed.php Don't rely on include_path to include files. 2013-09-25 00:17:40 +00:00
class-http.php WP_HTTP: Fix a typo in the naming of WP_HTTP_Streams::verify_ssl_certificate(). Props SergeyBiryukov See #25007 2013-09-18 01:50:53 +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-admin-bar.php Improve inline comment for removing default padding styles for the Toolbar. 2013-09-22 14:33:11 +00:00
class-wp-ajax-response.php
class-wp-customize-control.php
class-wp-customize-manager.php
class-wp-customize-section.php Actually display customizer section descriptions in a meaningful way. props obenland, helen. fixes #24392. 2013-08-23 16:17:48 +00:00
class-wp-customize-setting.php
class-wp-editor.php Document 'wp_link_query_args' and 'wp_link_query' filters. props DrewAPicture. fixes #18042. 2013-09-07 19:46:26 +00:00
class-wp-embed.php
class-wp-error.php
class-wp-http-ixr-client.php
class-wp-image-editor-gd.php
class-wp-image-editor-imagick.php Fix non-square rotations when using the Imagick image editor. 2013-09-28 06:36:17 +00:00
class-wp-image-editor.php Pinking shears 2013-08-22 15:55:07 +00:00
class-wp-theme.php
class-wp-walker.php
class-wp-xmlrpc-server.php Introduce show_in_menu for register_taxonomy. 2013-08-26 22:34:56 +00:00
class-wp.php Clean up the path calculations in wp::parse_request(). 2013-09-25 00:46:39 +00:00
class.wp-dependencies.php Inline documentation for WP_Dependencies and _WP_Dependency classes. 2013-09-20 19:53:53 +00:00
class.wp-scripts.php If the script_loader_src filter returns nothing, bail instead of printing <script src="">. 2013-09-16 22:11:12 +00:00
class.wp-styles.php Prevent WP_Styles::do_item() from adding its own style tags when concatenation is disabled. props stephenharris. fixes #24813. 2013-09-01 13:14:49 +00:00
comment-template.php Inline documentation for the Walker_Comment class in wp-includes/comment-template.php 2013-09-23 23:28:41 +00:00
comment.php Fix several esoteric errors related to AJAX unit tests for comments: 2013-09-14 18:35:43 +00:00
compat.php
cron.php
date.php WP_Date_Query. 2013-08-27 16:38:32 +00:00
default-constants.php
default-filters.php Pass the taxonomy around to relevant nav menu actions to avoid arbitrarily deleting all items with menu-item-type of taxonomy. Adds unit test for wp_get_associated_nav_menu_items(). 2013-08-29 16:44:36 +00:00
default-widgets.php Use wp_get_nav_menus() instead of get_terms('nav_menu') in WP_Nav_Menu_Widget to preserve use of `wp_get_nav_menus' filter. 2013-09-10 23:29:04 +00:00
deprecated.php Mark _search_terms_tidy() as deprecated in 3.7. see #7394. 2013-09-28 08:24:28 +00:00
feed-atom-comments.php
feed-atom.php Inline documentation for hooks in wp-includes/feed-atom.php. 2013-09-20 22:49:36 +00:00
feed-rdf.php Inline documentation for hooks in wp-includes/feed-rdf.php. 2013-09-18 16:16:59 +00:00
feed-rss2-comments.php Inline documentation of hooks for wp-includes/feed-rss2-comments.php. 2013-09-20 23:01:01 +00:00
feed-rss2.php Inline documentation for hooks in wp-includes/feed-rss2.php. 2013-09-20 22:26:08 +00:00
feed-rss.php Inline documentation for hooks in wp-includes/feed-rss.php. 2013-09-20 22:09:08 +00:00
feed.php Don't rely on include_path to include files. 2013-09-25 00:17:40 +00:00
formatting.php Use a better variable name in antispambot() introduced with [25055]. Props duck_ Fixes #16754 2013-08-28 01:46:57 +00:00
functions.php Order search results by relevance, rather than by date. 2013-09-27 17:33:36 +00:00
functions.wp-scripts.php Improve inline documentation for wp-includes/functions.wp-scripts.php. 2013-09-24 02:57:56 +00:00
functions.wp-styles.php Improve inline documentation for wp-includes/functions.wp-styles.php. 2013-09-24 02:23:09 +00:00
general-template.php Move checks for post_type being an array inline. See [25291], [25292], #18614. 2013-09-10 03:01:10 +00:00
http.php Inline documentation for hooks in http.php. 2013-09-08 22:03:14 +00:00
kses.php Allow the value attribute for list items processed by kses. 2013-09-16 20:48:36 +00:00
l10n.php Standardize usage of 'text domain' in inline documentation for wp-includes/l10n.php. 2013-09-23 22:27:17 +00:00
link-template.php Remove redundant title attributes. 2013-09-23 14:50:07 +00:00
load.php Inline documentation for hooks in wp-includes/load.php. 2013-09-16 18:29:18 +00:00
locale.php
media-template.php
media.php Make the arguments of 'wp_audio_shortcode_override' and 'wp_video_shortcode_override' more consistent with the ones of 'img_caption_shortcode' and 'post_gallery' filters. 2013-09-18 22:05:46 +00:00
meta.php Return false in update_metadata() and update_metadata_by_mid() when the DB query fails. 2013-09-23 20:31:01 +00:00
ms-blogs.php Use the wpdb method instead of $wpdb->prefix. 2013-09-24 23:40:41 +00:00
ms-default-constants.php
ms-default-filters.php Live network counts of users and sites for small networks. 2013-09-25 16:20:21 +00:00
ms-deprecated.php Introduce wp_get_sites(), a long-awaited replacement for get_blog_list(). 2013-09-14 21:12:26 +00:00
ms-files.php
ms-functions.php Live network counts of users and sites for small networks. 2013-09-25 16:20:21 +00:00
ms-load.php
ms-settings.php
nav-menu-template.php Add classes to menus to indicate that an item has sub-items: .menu-item-has-children for wp_nav_menu() and .page_item_has_children for wp_page_menu(). props hotchkissconsulting. fixes #23834. 2013-09-24 16:00:14 +00:00
nav-menu.php Introduce wp_using_ext_object_cache() - mimic wp_suspend_cache_invalidation() and discourage direct access to $_wp_using_ext_object_cache, cleaning up importing of globals in functions and provides function to modify that global. Loads the packaged object cache when an external cache hasn't been loaded or doesn't contain wp_cache_init(). 2013-09-06 18:09:24 +00:00
option.php Always pass integer expirations to cache backends. 2013-09-16 17:42:49 +00:00
pluggable-deprecated.php
pluggable.php Use elseif when slurping the nonce in check_ajax_referer() to avoid accidentally overwriting it. 2013-09-21 16:25:57 +00:00
plugin.php Initialize the filter globals. 2013-09-24 19:04:21 +00:00
post-formats.php
post-template.php Add classes to menus to indicate that an item has sub-items: .menu-item-has-children for wp_nav_menu() and .page_item_has_children for wp_page_menu(). props hotchkissconsulting. fixes #23834. 2013-09-24 16:00:14 +00:00
post-thumbnail-template.php Inline documentation for hooks in wp-includes/post-thumbnail-template.php. 2013-09-20 02:50:35 +00:00
post.php Improve inline documentation for wp_insert_post() by adding a hash notation. 2013-09-25 17:33:36 +00:00
query.php Order search results by relevance, rather than by date. 2013-09-27 17:33:36 +00:00
registration-functions.php
registration.php
revision.php
rewrite.php Add documentation for the new flush_rewrite_rules_hard filter. fixes #23491. 2013-09-16 21:59:27 +00:00
rss-functions.php Don't rely on include_path to include files. 2013-09-25 00:17:40 +00:00
rss.php Inline docs for hooks in MagPie. 2013-09-06 17:18:33 +00:00
script-loader.php Update Jcrop to 0.9.12 (unused in WP core). 2013-09-21 12:45:47 +00:00
shortcodes.php Inline documentation for hooks in wp-includes/shortcodes.php. 2013-09-13 09:01:20 +00:00
taxonomy.php Introduce register_taxonomy_for_object_type(). 2013-09-24 02:54:00 +00:00
template-loader.php Check the value passed to get_post_type_object(). If it's an array, use the first item. get_query_var( 'post_type' ) can be an array if the query has been altered via filters/actions. There are several places in core that pass the query var. Adds unit tests. 2013-09-06 23:38:51 +00:00
template.php Add sanity checks to get_*_template() functions to ensure that the return value of get_queried_object() is compatible with the assumed context. 2013-09-12 05:31:14 +00:00
theme.php Upgrader: Make clearing the Plugin and Theme update caches optional during install and upgrade proceedures. See #22704 2013-09-06 01:32:09 +00:00
update.php Filters for locale in wp_update_plugins() and wp_update_themes(). see #18200. 2013-09-28 04:17:54 +00:00
user.php Use the wpdb method instead of $wpdb->prefix. 2013-09-24 23:40:41 +00:00
vars.php Add nginx detection to the Permalink Settings screen. 2013-09-16 20:06:27 +00:00
version.php 3.7-beta1-25639 2013-09-28 07:30:45 +00:00
widgets.php Temporary hooks for the widgets feature team in dynamic_sidebar() and is_active_sidebar(). 2013-09-23 20:13:58 +00:00
wlwmanifest.xml
wp-db.php Document the 'query' filter in wp-db. 2013-09-06 17:07:00 +00:00
wp-diff.php