Commit Graph

  • 1d68393907 Taxonomy: Pass object ids to delete_* actions. Konstantin Obenland 2015-12-23 23:43:03 +00:00
  • 9c2d3a7a4d Improve post-filter sanitization of excluded terms in get_adjacent_post(). Boone Gorges 2015-12-23 20:14:12 +00:00
  • fff6412f91 Move excluded_terms filter in get_adjacent_post(). Boone Gorges 2015-12-23 19:56:32 +00:00
  • 7d03711fc8 Move get_adjacent_post() tests to their own file. Boone Gorges 2015-12-23 19:38:29 +00:00
  • d7fccb6c01 Respect $_wp_suspend_cache_invalidation in clean_object_term_cache(). Boone Gorges 2015-12-23 19:28:06 +00:00
  • 6bc8f2e24c Twenty Fifteen: Add left margin for lists inside blockquotes in editor-style.css. Sergey Biryukov 2015-12-23 13:09:38 +00:00
  • 858cf7d215 Docs: Miscellaneous docblock code quality tweaks. John Blackbourn 2015-12-23 07:52:04 +00:00
  • ec46b01201 Docs: @see != @since. johnbillion 2015-12-23 07:12:02 +00:00
  • 857de6f1ba Docs: Properly mark the optional $redirect, $network_wide, and $silent parameters as such in the DocBlock for activate_plugin(). Drew Jaynes 2015-12-23 06:59:47 +00:00
  • d4ea8d9f62 Docs: Add missing @since and properly mark the optional $type parameter as such in the DocBlock for the deprecated get_others_unpublished_posts() function. Drew Jaynes 2015-12-23 06:57:12 +00:00
  • b489587419 Docs: Properly mark the $exclude_zeros parameter in the DocBlock for get_editable_user_ids() as optional. Drew Jaynes 2015-12-23 06:52:15 +00:00
  • a6556195d8 Docs: Miscellaneous docblock corrections. John Blackbourn 2015-12-23 06:30:09 +00:00
  • ec7fa69ef4 Users: When determining whether to show the reassign content option during user delete, don't rely upon WP_Query as it doesn't return all forms of content wp_delete_user() operates on. Dion Hulse 2015-12-23 04:45:42 +00:00
  • 83f93e5e70 Editor: remove the format_for_editor filter from the_editor_content after it runs as the next editor instance on the same page may not need it. Andrew Ozz 2015-12-22 22:39:01 +00:00
  • 5ce7879548 Revert [35804]. This change has unintended side effects, notably that media URLs in the admin area now unexpectedly use the https scheme. A more comprehensive approach will be taken in 4.5. John Blackbourn 2015-12-22 13:01:31 +00:00
  • 0b9d32a614 Embeds: Don't show embed discovery link on a static front page. Gary Pendergast 2015-12-22 10:49:20 +00:00
  • 1bf73525e8 Order terms by 'name' when populating object term cache. Boone Gorges 2015-12-22 01:50:08 +00:00
  • d303221d08 Tests: Use the default_storage_engine MySQL option on newer MySQL versions. Gary Pendergast 2015-12-21 22:26:52 +00:00
  • 688916d200 Docs: Fix a typo in the 4.4.0 changlog entry in the intermediate_image_sizes_advanced hook doc. Drew Jaynes 2015-12-21 22:23:11 +00:00
  • 9c8c6955a9 Accessibility: Remove the revisions limit title attribute from the Publish box. Andrea Fercia 2015-12-21 14:38:32 +00:00
  • ec143694f7 Tests: Prevent role capability pollution in Tests_Post_GetPostsByAuthorSql::test_user_has_access_only_to_private_posts_for_certain_post_types(). John Blackbourn 2015-12-21 07:15:33 +00:00
  • b637e77c5a Tests: Fix all the things. John Blackbourn 2015-12-21 07:09:43 +00:00
  • 8b5747a108 Query: Re-initialise any dynamically-added public query vars before running the public query vars test. johnbillion 2015-12-21 06:59:05 +00:00
  • 8567d80ade Tests: Shave a second off the user capability tests by reusing its user fixtures. John Blackbourn 2015-12-21 06:56:57 +00:00
  • da84910c8a Query: Introduce a unit test which will fail when new public query vars are introduced without also updating the test. This adds an extra layer of explicitness to introducing public query vars in order to avoid introducing unintentional clashes with URL query vars that are already in use. John Blackbourn 2015-12-21 05:48:24 +00:00
  • da011967e7 Login: Revert [34213] and [35897]. It has become apparent that there is a need for a separate function (and corresponding filter) which allows for the login form action URL to differ from the URL used to access the login form, so that plugins or implementations which change the login URL do not need to worry about handling the form submission at the same URL. John Blackbourn 2015-12-21 03:22:32 +00:00
  • 817013978d Respect approval status when determining comment page count in comments_template(). Boone Gorges 2015-12-21 03:06:41 +00:00
  • 4024cb673a Comments: When a comment is submitted, ensure the user_ID element in the array that's passed to the preprocess_comment filter gets populated. John Blackbourn 2015-12-21 02:46:44 +00:00
  • 59b8f0da7c Texturize: Transform & into & in tag attributes. Gary Pendergast 2015-12-21 02:42:30 +00:00
  • d6bf586de3 Query: Remove title from the public query vars list. Gary Pendergast 2015-12-21 00:42:43 +00:00
  • 2213bfba0c Docs: Add missing notations for the optional $tab_index and $extended parameters in the DocBlock for the deprecated the_editor() function. Drew Jaynes 2015-12-20 21:20:14 +00:00
  • c8c1014a01 Accessibility: Remove title attributes from the updates links on the Plugin and Themes list tables. Andrea Fercia 2015-12-20 16:08:38 +00:00
  • 58b7d3e136 Responsive images: fix calculations when determining whether to include particular image file in srcset. Andrew Ozz 2015-12-20 02:38:34 +00:00
  • c593ceb5e8 Docs: Add missing parameter and return notations to the DocBlock for the deprecated get_usernumposts() function. Drew Jaynes 2015-12-19 19:40:28 +00:00
  • 07c62c3c5f Docs: Add documentation to wp-blog-header.php. Eric Andrew Lewis 2015-12-19 11:19:57 +00:00
  • 6e8b83cb65 Docs: Add missing parameter and return notations in the DocBlock for get_profile(). Drew Jaynes 2015-12-19 09:03:11 +00:00
  • 44fc67cc24 Docs: Properly mark the $classname parameter as optional. Drew Jaynes 2015-12-19 08:59:49 +00:00
  • bb8067b666 Docs: Add missing parameter and return notations to the DocBlock for the deprecated wp_specialchars() function. Drew Jaynes 2015-12-19 08:57:49 +00:00
  • a052a682a1 Docs: Add missing parameter notations and descriptions in the DocBlock for get_link(). Drew Jaynes 2015-12-19 08:53:55 +00:00
  • e2be10ec2c Docs: Add missing parameter and return notations in the DocBlock for the deprecated _nc() function. Drew Jaynes 2015-12-19 08:47:12 +00:00
  • 62e657a2f0 Docs: Add a missing summary, parameter, and return descriptiosn to the DocBlock for the deprecated function, get_linkrating(). Drew Jaynes 2015-12-19 08:23:00 +00:00
  • a2f5cdb5bb Docs: Add a missing notation for the $gmt_time parameter in the DocBlock for spawn_cron(). Drew Jaynes 2015-12-19 08:19:54 +00:00
  • f8119eef50 Docs: Add missing DocBlocks for hash_hmac() and _hash_hmac(). Drew Jaynes 2015-12-19 05:10:29 +00:00
  • 64592f8c0b Docs: Fix inline comment syntax in _mb_strlen(), an internal compat method for mb_strlen(). Drew Jaynes 2015-12-19 04:58:59 +00:00
  • df9291938c Docs: Add missing DocBlocks for mb_strlen() and _mb_strlen(). Drew Jaynes 2015-12-19 04:55:50 +00:00
  • 73b701b030 Docs: Fix inline comment syntax in _mb_substr(), an internal compat method for mb_substr(). Drew Jaynes 2015-12-19 04:49:42 +00:00
  • c848b5f670 Docs: Add missing DocBlocks for mb_substr() and _mb_substr(). Drew Jaynes 2015-12-19 04:46:43 +00:00
  • c69509b2ab Accessibility: Remove title attributes and improve accessibility on the "no-js" Menus screen. Andrea Fercia 2015-12-19 00:16:30 +00:00
  • 6295e19072 Accessibility: Remove title attributes from the Theme browser. Andrea Fercia 2015-12-18 23:59:07 +00:00
  • 82e5450328 Accessibility: Improvements for the Authentication Check modal dialog "Close X". Andrea Fercia 2015-12-18 23:50:13 +00:00
  • fe89f7620f Docs: Add missing parameter and return descriptions to the DocBlocks for _wp_object_name_sort_cb() and _wp_object_count_sort_cb(), both uasort() callbacks. Drew Jaynes 2015-12-18 23:37:58 +00:00
  • 96c5ced339 Docs: Add a missing notation for the $context parameter in the DocBlock for _nx_noop(). Drew Jaynes 2015-12-18 23:15:50 +00:00
  • f8fc65acb3 Docs: Fix the syntax for the get_previous_post_link() DocBlock to ensure it's read and parsed as such instead of as a multi-line comment. Drew Jaynes 2015-12-18 23:13:03 +00:00
  • df5f99d5e3 Docs: Add a missing summary, description, and @since version to the DocBlock for wp_redirect_admin_locations(). Drew Jaynes 2015-12-18 23:07:53 +00:00
  • cb6348b7ce Docs: Add a missing notation for the $bookmark_id parameter in the DocBlock for clean_bookmark_cache(). Drew Jaynes 2015-12-18 23:00:07 +00:00
  • aa38888d60 Add current-cat-ancestor class to ancestor items in wp_list_categories(). Boone Gorges 2015-12-18 18:37:41 +00:00
  • 3969f2968f Remove RDIO from oEmbed providers Aaron Jorbin 2015-12-18 18:15:28 +00:00
  • 6d9f50febd Ensure that wp_list_categories() supports comma-separated lists for 'exclude' and 'exclude_tree'. Boone Gorges 2015-12-18 18:11:44 +00:00
  • fdeed90e77 Ensure get_terms() results are unique when using 'meta_query'. Boone Gorges 2015-12-18 17:43:46 +00:00
  • cca910fcbd Docs: Fix copy/paste error in wp_remote_retrieve_cookies() description. Sergey Biryukov 2015-12-18 17:22:52 +00:00
  • 6c95087f20 Widgets: Add missing closing tag for spinner after [35317]. Sergey Biryukov 2015-12-18 12:01:56 +00:00
  • 398a2996ae Accessibility: Remove the title attribute from the Featured Image postbox thumbnail. Andrea Fercia 2015-12-17 23:43:57 +00:00
  • e7417c56ce Editor: Correctly indent definition lists when switching from the visual to the text editor. Pascal Birchler 2015-12-17 23:05:09 +00:00
  • 7998e04c48 Accessibility: Remove title attributes from the Link Manager screen. Andrea Fercia 2015-12-17 22:52:27 +00:00
  • 0162f5534a Remove unused variables after [35995] and [35996]. Pascal Birchler 2015-12-17 18:40:39 +00:00
  • a072ac113b Network Admin: Remove the list of files which will be deleted when deleting a theme. Pascal Birchler 2015-12-17 18:34:21 +00:00
  • 6d6eb08d8d Plugins: Remove the list of files which will be deleted when uninstalling a plugin. Pascal Birchler 2015-12-17 18:30:55 +00:00
  • ab8cff7827 In WP::handle_404(), make sure $wp_query->post is a WP_Post object before cloning it. Pascal Birchler 2015-12-17 18:12:50 +00:00
  • 203199de6f Docs: Add missing parameter notations to the DocBlock for get_author_posts_url(). Drew Jaynes 2015-12-17 17:29:39 +00:00
  • 8fd68ed6ea Docs: Add a better summary, missing @since version, parameter and return descriptions to the DocBlock for _get_widget_id_base(). Drew Jaynes 2015-12-17 17:26:28 +00:00
  • d8174f6046 Docs: Add a missing summary, @since version, and parameter descriptions in the DocBlock for _register_widget_form_callback(). Drew Jaynes 2015-12-17 17:22:40 +00:00
  • 90cee037c2 Docs: Fix syntax for marking parameters optional in the DocBlock for is_active_widget(). Drew Jaynes 2015-12-17 17:18:53 +00:00
  • 87653e2eb3 Docs: Add a missing summary, @since version, and parameter descriptions to the DocBlock for _register_widget_update_callback(). Drew Jaynes 2015-12-17 17:15:53 +00:00
  • ad8dc6395c Better focus in tag cloud tests. Boone Gorges 2015-12-17 17:11:07 +00:00
  • 5b2a8ed2a0 More focused test for post_type in tag cloud links. Boone Gorges 2015-12-17 16:55:23 +00:00
  • b56bcec8cc Docs: Add missing parameter and return descriptions to the DocBlock for _wp_get_user_contactmethods(). Drew Jaynes 2015-12-17 16:40:18 +00:00
  • ae560a7712 Docs: Add a missing summary and @since version to the DocBlock for _maybe_update_core(). Drew Jaynes 2015-12-17 16:37:25 +00:00
  • 22b0cb2029 Introduce 'tag-link-position-x' class to tag cloud links. Boone Gorges 2015-12-17 16:26:06 +00:00
  • 62abc10870 Accessibility: Improvements for the "Send Trackbacks" postbox. Andrea Fercia 2015-12-16 23:36:28 +00:00
  • 34bb276504 Docs: Add a missing summary, parameter, and return notations to the DocBlock for strip_shortcode_tag(). Drew Jaynes 2015-12-16 23:22:33 +00:00
  • e635606cc1 Docs: Add a missing notation for the $args parameter in the DocBlock for wp_get_post_revisions(). Drew Jaynes 2015-12-16 23:17:39 +00:00
  • 649644ff00 Docs: Add missing parameter and return notations to the DocBlock for _wp_sanitize_utf8_in_redirect(). Drew Jaynes 2015-12-16 23:14:12 +00:00
  • 6135b8d055 Docs: Clarify the summary and add missing parameter notations to the DocBlock for _wp_delete_tax_menu_item(). Drew Jaynes 2015-12-16 23:10:47 +00:00
  • 72fb826044 Widgets: Remove extra quotes from widget title in WP_Widget_RSS, accidentally added in [33814]. Sergey Biryukov 2015-12-16 22:34:55 +00:00
  • 660608f219 Accessibility: Correctly associate the search input label in the new Themes favorites tab introduced in [35527]. Andrea Fercia 2015-12-16 22:29:38 +00:00
  • ca529a52fd Docs: Document the default value for the $validate parameter in the validate_current_theme hook docs. Pascal Birchler 2015-12-16 20:09:58 +00:00
  • f8909ca7d6 Docs: Clarify the return value for wp_create_categories(). Pascal Birchler 2015-12-16 19:58:40 +00:00
  • 9dbca6b6c3 Docs: Correct a parameter name for the press_this_redirect_in_parent filter. Pascal Birchler 2015-12-16 19:42:46 +00:00
  • 505fc319c7 Docs: Correct a parameter name for the force_filtered_html_on_import filter. Pascal Birchler 2015-12-16 19:39:34 +00:00
  • b041e9b189 Docs: Correct a parameter name for the validate_current_theme filter. Pascal Birchler 2015-12-16 19:35:20 +00:00
  • 44f82fcc70 Docs: Correct a parameter name for the allow_subdirectory_install filter. Pascal Birchler 2015-12-16 19:31:30 +00:00
  • 9a9e2f6a5a Docs: Correct a parameter name for the do_mu_upgrade filter. Pascal Birchler 2015-12-16 19:29:12 +00:00
  • 4ae4883372 Correct a parameter name for the allow_password_reset filter so its entry on developer.wordpress.org displays correctly. John Blackbourn 2015-12-16 19:19:26 +00:00
  • 7a5128c4b0 Docs: Add missing parameter descriptions to the DocBlock for WP_Query::set_found_posts(). Drew Jaynes 2015-12-16 18:10:59 +00:00
  • d4b779fd47 Docs: Add a missing summary to the DocBlock for WP_Locale::rtl_src_admin_notice(). Drew Jaynes 2015-12-16 18:07:29 +00:00
  • 036f50b7d2 Docs: Mark the upgrade_XX() functions to be ignored from parsing for the Code Reference. Drew Jaynes 2015-12-16 17:58:35 +00:00
  • d8aea7de83 Docs: Add missing DocBlocks, including summaries and @since versions, to the __construct() and init() methods in WP_Scripts. Drew Jaynes 2015-12-16 17:47:07 +00:00
  • 193c0fe9a2 Docs: Add a missing summary, @since version, and parameter descriptions to the DocBlock for wp_xmlrpc_server::pingback_error(). Drew Jaynes 2015-12-16 17:37:33 +00:00
  • 62d70a58a3 Docs: Add a missing summary, @since version, and parameter descriptions to the DocBlock for wp_xmlrpc_server::add_enclosure_if_new(). Drew Jaynes 2015-12-16 17:31:10 +00:00
  • 86d78d3975 Docs: Add missing notations for the unused $args parameter in the blogger_getTemplate() and blogger_setTemplate() methods in wp_xmlrpc_server. Drew Jaynes 2015-12-16 17:25:02 +00:00