{"id":11083792,"date":"2019-01-13T15:21:01","date_gmt":"2019-01-13T15:21:01","guid":{"rendered":"https:\/\/wordpress.org\/support\/?post_type=helphub_version&amp;p=11083792"},"modified":"2019-01-13T15:21:01","modified_gmt":"2019-01-13T15:21:01","slug":"version-3-6","status":"publish","type":"helphub_version","link":"https:\/\/wordpress.org\/documentation\/wordpress-version\/version-3-6\/","title":{"rendered":"Version 3.6"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">On August 1, 2013, WordPress&nbsp;<strong>Version 3.6<\/strong>, named for Oscar Peterson, was released to the public. For more information on this enhancement and bug-fix release, read the&nbsp;<a href=\"https:\/\/wordpress.org\/development\">WordPress Blog<\/a>, the&nbsp;<a href=\"https:\/\/wordpress.org\/news\/2013\/08\/oscar\/\">Release Post<\/a>, and see the&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Changelog\/3.6\">Changelog for 3.6<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For&nbsp;<strong>Version 3.6<\/strong>, the database version (<strong>db_version<\/strong>&nbsp;in&nbsp;<strong>wp_options<\/strong>) changed to 24448, and the&nbsp;<a href=\"https:\/\/core.trac.wordpress.org\/\">Trac<\/a>&nbsp;revision was r24973.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/trac.wordpress.org\/query?status=closed&amp;milestone=3.6\">View Closed Tickets<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Highlights<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>New Default Theme &#8211;\u00a0<a href=\"https:\/\/wordpress.org\/themes\/twentythirteen\">Twenty Thirteen<\/a><\/strong><ul><li>Focus on blogging<\/li><li>Single column layout with\u00a0<a href=\"https:\/\/developer.wordpress.org\/themes\/functionality\/sidebars\/\">Sidebar<\/a>\u00a0\/\u00a0<a href=\"https:\/\/developer.wordpress.org\/themes\/functionality\/widgets\/\">Widgets<\/a>\u00a0in the footer<\/li><li>Latest\u00a0<a href=\"https:\/\/codex.wordpress.org\/Theme_Features\">Theme Features<\/a>\u00a0support, particularly\u00a0<a href=\"\/support\/article\/post-formats\/\">Post Formats<\/a>\u00a0and\u00a0<a href=\"https:\/\/codex.wordpress.org\/Theme_Markup\">Theme Markup<\/a><\/li><li>Font-based icons (<a href=\"http:\/\/genericons.com\/\">Genericons<\/a>)<\/li><\/ul><\/li><li><strong>Admin Enhancements<\/strong><ul><li>UI improvements on\u00a0<a href=\"https:\/\/developer.wordpress.org\/themes\/functionality\/navigation-menus\/\">Navigation Menus Screen<\/a><\/li><li><a href=\"https:\/\/codex.wordpress.org\/Revisions\">Revisions<\/a>\u00a0revised to be more dynamic and scalable<\/li><li>Autosave\u00a0and\u00a0<a href=\"https:\/\/codex.wordpress.org\/Post_Locking\">Post Locking<\/a><\/li><li>Preview Audio and Video on\u00a0<a href=\"https:\/\/codex.wordpress.org\/Edit_Media\">Media Edit Screen<\/a><\/li><li>In-line login following expired sessions<\/li><\/ul><\/li><li><strong>For Developers<\/strong><ul><li>External Libraries have been updated.\u00a0<a href=\"#scripts-external-libraries\">More Info<\/a><\/li><li>New audio\/video APIs give developers access to powerful media metadata, like ID3 tags.<\/li><li>Filters for revisions, allowing you to set the number of revisions ad hoc instead of only via a define.\u00a0<a href=\"https:\/\/core.trac.wordpress.org\/ticket\/22289\">More Info<\/a><\/li><li><a href=\"https:\/\/codex.wordpress.org\/Theme_Markup\">Theme Markup<\/a>\u00a0allows themes to choose improved HTML5 markup for search forms, comment forms, and comment lists.<\/li><li>Search content for shortcodes with\u00a0<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/has_shortcode\">has_shortcode()<\/a>\u00a0and adjust shortcode attributes with a new filter.<\/li><\/ul><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s New<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">General<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Use digraphs for German umlauts in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/remove_accents\">remove_accents()<\/a><\/li><li>Use Ellipses instead of \u2026<\/li><li>Consistently apply &#8216;register&#8217; filter<\/li><li>Automatically&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/esc_url\">esc_url()<\/a>&nbsp;the URL echoed by&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/the_permalink\">the_permalink()<\/a><\/li><li>Allow developers to specify an Accept-Encoding header in WP_Http::accept_encoding()<\/li><li>Pass tag object and args array to topic_count_text_callback from&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_generate_tag_cloud\">wp_generate_tag_cloud()<\/a><\/li><li>Use&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_unslash\">wp_unslash()<\/a>&nbsp;instead of stripslashes_deep<\/li><li>Improve the performance of&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/backslashit\">backslashit()<\/a>&nbsp;by avoiding regular expressions<\/li><li>Disallow accidental or negligent deregistering of critical scripts in the admin. Covers jQuery, jQuery UI, Underscore, and Backbone<\/li><li>Remove&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/the_title_attribute\">the_title_attribute()<\/a>&nbsp;from anchors with&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/the_title\">the_title()<\/a>&nbsp;as text<\/li><li>Display username (user_login) rather than user_nicename in Toolbar below username<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Posts<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>The&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Revision_Management\">Revision Management<\/a>&nbsp;UI saw significant improvement<\/li><li><a href=\"https:\/\/codex.wordpress.org\/Shortcode\">Shortcode<\/a>&nbsp;attributes can now be filtered via&nbsp;shortcode_atts_$shortcode&nbsp;hook<\/li><li>The ability to change post formats was removed from Quick Edit<\/li><li>A &#8216;not_found&#8217; label was added for non-hierarchical taxonomys<\/li><li>Better UX for dealing with multiple users editing the same content (aka Post Locking)<\/li><li>Audio\/Video support&nbsp;<a href=\"https:\/\/make.wordpress.org\/core\/2013\/04\/08\/audio-video-support-in-core\/\">More Info<\/a><\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Media<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Add\u00a0<a href=\"https:\/\/codex.wordpress.org\/oEmbed\">oEmbed<\/a>\u00a0support for Rdio and Spotify<\/li><li>.webm (video\/webm) was added to the MIME types list<\/li><li>The\u00a0<a href=\"\/support\/article\/media-library-screen\/\">Media Library<\/a>\u00a0can now be sorted by Author name<\/li><li>Bug fixed where initial gallery link-to setting wasn&#8217;t applied<\/li><li>Return from\u00a0<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/image_downsize\">image_downsize()<\/a>\u00a0earlier if a custom resize function is used<\/li><li>Orientation information was added to items in\u00a0<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/gallery_shortcode\">gallery_shortcode()<\/a><\/li><li>New Audio and Video previews are available on the\u00a0<a href=\"\/support\/article\/media-library-screen\/\">Media<\/a>\u00a0&gt;\u00a0<a href=\"https:\/\/codex.wordpress.org\/Edit_Media\">Edit<\/a>\u00a0Screen<\/li><li>Added\u00a0<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_audio_shortcode\">wp_audio_shortcode()<\/a>\u00a0and\u00a0<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_video_shortcode\">wp_video_shortcode()<\/a><\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Comments<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Improve&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_list_comments\">wp_list_comments()<\/a>&nbsp;markup<\/li><li>Add the ability to use HTML5 input types in the comment form<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Appearance<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>The\u00a0<a href=\"https:\/\/developer.wordpress.org\/themes\/functionality\/navigation-menus\/\">Navigation Menus<\/a>\u00a0UI got a significant refresh<\/li><li>The Customizer can now be accessed via the Appearance menu<\/li><li>Screen options can now be added to the\u00a0<a href=\"\/support\/article\/administration-screens\/#appearance-change-the-look-of-your-blog\">Appearance<\/a>\u00a0&gt;\u00a0<a href=\"https:\/\/codex.wordpress.org\/Appearance_Widgets_Screen\">Widgets<\/a>\u00a0Screen<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Plugins<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Prevent plugins from overriding jQuery in the admin<\/li><li>Prevent plugins with certain filenames from breaking links in the admin menu<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Users<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Remove the three default contact methods (AIM, YIM, Jabber) for new installs.<\/li><li>Pass old roles to&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Action_Reference\/set_user_role\">set_user_role<\/a>&nbsp;action<\/li><li>The workflow for deleting users has been improved<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Settings<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Allow any post format to be set as default in\u00a0<a href=\"\/support\/article\/settings-general-screen\/\">Settings<\/a>\u00a0&gt;\u00a0<a href=\"\/support\/article\/settings-writing-screen\/\">Writing<\/a>\u00a0Screen<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Better keyboard\/screen reader accessibility in the Nav Menus UI<\/li><li>Background image&#8217;s &#8220;select a file&#8221; link works with keyboard navigation<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Under The Hood<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">General<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Use official MIME types for Windows Media file extensions<\/li><li>Redirect after save on options-permalink.php to ensure permalinks are fully flushed<\/li><li>Only show database errors if both WP_DEBUG and WP_DEBUG_DISPLAY are enabled<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Bug Fixes<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Strip slashes from passwords sent to new users by email<\/li><li>Make sure the url returned by&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/post_preview\">post_preview()<\/a>&nbsp;is filterable with&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/preview_post_link&amp;action=edit&amp;redlink=1\">preview_post_link<\/a><\/li><li>Fix handling of &#8216;0&#8217; as meta_value argument in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/get_pages\">get_pages()<\/a><\/li><li>Correctly print &#8216;after&#8217; data when scripts are concatenated in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/WP_Styles\">WP_Styles<\/a>&nbsp;class<\/li><li>Properly truncate UTF-8 post slugs in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_unique_post_slug\">wp_unique_post_slug()<\/a><\/li><li>Avoid PHP notices in Media Library if an attachment parent does not exist<\/li><li>Fix some tabbing issues on the post editing screen<\/li><li>Avoid notice by checking for user agent in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_new_comment\">wp_new_comment()<\/a><\/li><li>Avoid notice in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/parent_dropdown&amp;action=edit&amp;redlink=1\">parent_dropdown()<\/a>&nbsp;by checking if post exists before testing post id<\/li><li>Prevent an unintended visibility change from &#8220;Password protected&#8221; to &#8220;Public&#8221; when updating the post<\/li><li>Avoid a warning in mb_internal_encoding by making sure we have a charset first<\/li><li>Fix unnecessarily persistent &#8220;pending email change&#8221; admin message<\/li><li>Ensure we strictly compare &#8216;all options&#8217; and &#8216;not options&#8217; when protecting these special options<\/li><li>Make sure to reset the modal after gallery insertion<\/li><li>Add sanity checks on image metadata to avoid warnings<\/li><li>Avoid an undefined index notice in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/get_post_type_archive_feed_link\">get_post_type_archive_feed_link()<\/a><\/li><li>Avoid notices when array args are missing in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/WP_Image_Editor\">WP_Image_Editor::multi_resize()<\/a><\/li><li>Fix notice in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_generate_attachment_metadata\">wp_generate_attachment_metadata()<\/a><\/li><li>Avoid PHP notices when deleting or restoring an item that no longer exists<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Multisite<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Pass blog_id to the wpmu_drop_tables filter<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Classes<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>XML-RPC: Return an error for getRecentPosts (mw and blogger) if the user does not have edit_posts<\/li><li>XML-RPC: Standardize home\/site url labels with core labels<\/li><li>Preserve alpha in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Class_Reference\/WP_Image_Editor_GD&amp;action=edit&amp;redlink=1\">WP_Image_Editor_GD<\/a>&nbsp;when images are not resized<\/li><li>Make sure WP_Http funnels all redirect requests through&nbsp;<a href=\"https:\/\/codex.wordpress.org\/HTTP_API\">WP_Http::request()<\/a>&nbsp;to ensure the proper transport is used<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Functions<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>An arg parameter was added for&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_nonce_url\">wp_nonce_url()<\/a><\/li><li>Allow paths with two consecutive dots to be passed to&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/home_url\">home_url()<\/a>&nbsp;and all related *_url() functions<\/li><li>Document 7th parameter, $callback_args in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/add_meta_box\">add_meta_box()<\/a><\/li><li>Confirm a user exists before deleting them in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_delete_user\">wp_delete_user()<\/a>&nbsp;and&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wpmu_delete_user\">wpmu_delete_user()<\/a><\/li><li>Return WP_Error from&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/wp_crop_image&amp;action=edit&amp;redlink=1\">wp_crop_image()<\/a>&nbsp;if saving has failed<\/li><li>Bail early with correct WP_Error if invalid post ID passed to&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_insert_post\">wp_insert_post()<\/a><\/li><li>Remove duplicate calls to&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/add_new_user_to_blog\">add_new_user_to_blog()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_add_id3_tag_data\">wp_add_id3_tag_data()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_read_video_metadata\">wp_read_video_metadata()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_read_audio_metadata\">wp_read_audio_metadata()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_nav_menu_disabled_check\">wp_nav_menu_disabled_check()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_nav_menu_update_menu_items\">wp_nav_menu_update_menu_items()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/do_accordion_sections\">do_accordion_sections()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_slash\">wp_slash()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_unslash\">wp_unslash()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_is_writable\">wp_is_writable()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_auth_check_load\">wp_auth_check_load()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_auth_check\">wp_auth_check()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/get_tag_regex\">get_tag_regex()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_registration_url\">wp_registration_url()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_heartbeat_settings\">wp_heartbeat_settings()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_mediaelement_fallback\">wp_mediaelement_fallback()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_get_audio_extensions\">wp_get_audio_extensions()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_audio_shortcode\">wp_audio_shortcode()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_get_video_extensions\">wp_get_video_extensions()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_video_shortcode\">wp_video_shortcode()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_embed_handler_audio\">wp_embed_handler_audio()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_embed_handler_video\">wp_embed_handler_video()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/get_attached_media\">get_attached_media()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/get_post_galleries\">get_post_galleries()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/get_post_galleries_images\">get_post_galleries_images()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/get_post_gallery\">get_post_gallery()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/get_post_gallery_images\">get_post_gallery_images()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_post_revision_title_expanded\">wp_post_revision_title_expanded()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/paginate_content\">paginate_content()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/get_paged_content\">get_paged_content()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_revisions_enabled\">wp_revisions_enabled()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_revisions_to_keep\">wp_revisions_to_keep()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_text_diff_with_count\">wp_text_diff_with_count()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/shortcode_exists\">shortcode_exists()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/has_shortcode\">has_shortcode()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_parse_post_content\">wp_parse_post_content()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_remove_object_terms\">wp_remove_object_terms()<\/a><\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_add_object_terms\">wp_add_object_terms()<\/a><\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Filters<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Add&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Filter_Reference\/self_link\">self_link<\/a>&nbsp;in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/self_link&amp;action=edit&amp;redlink=1\">self_link()<\/a><\/li><li>Add&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Filter_Reference\/get_comments_link\">get_comments_link<\/a>&nbsp;in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/get_comments_link&amp;action=edit&amp;redlink=1\">get_comments_link()<\/a><\/li><li>Add&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Filter_Reference\/comments_link_feed\">comments_link_feed<\/a>&nbsp;in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/comments_link_feed&amp;action=edit&amp;redlink=1\">comments_link_feed()<\/a><\/li><li>Add&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Filter_Reference\/comment_link\">comment_link<\/a>&nbsp;in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/get_comment_link\">get_comment_link()<\/a><\/li><li>Add&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Filter_Reference\/nav_menu_link_attributes\">nav_menu_link_attributes<\/a>&nbsp;in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/Walker_Nav_Menu\">Walker_Nav_Menu::start_el()<\/a><\/li><li>Add&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Filter_Reference\/wp_revisions_to_keep\">wp_revisions_to_keep<\/a>&nbsp;in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_revisions_to_keep\">wp_revisions_to_keep()<\/a><\/li><li>Add&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Filter_Reference\/wp_link_pages\">wp_link_pages<\/a>&nbsp;in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Functions_Reference\/wp_link_pages&amp;action=edit&amp;redlink=1\">wp_link_pages()<\/a><\/li><li>Add&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Filter_Reference\/search_form_format\">search_form_format<\/a>&nbsp;in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/get_search_form\">get_search_form()<\/a><\/li><li>Add&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Filter_Reference\/user_search_columns\">user_search_columns<\/a>&nbsp;in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/WP_User_Query\">WP_User_Query::prepare_query()<\/a><\/li><li>Add&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Filter_Reference\/wp_http_accept_encoding\">wp_http_accept_encoding<\/a>&nbsp;in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Class_Reference\/WP_Http_Encoding&amp;action=edit&amp;redlink=1\">WP_Http_Encoding::accept_encoding()<\/a><\/li><li>Add&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Filter_Reference\/widget_meta_poweredby\">widget_meta_poweredby<\/a>&nbsp;in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Class_Reference\/WP_Widget_Meta&amp;action=edit&amp;redlink=1\">WP_Widget_Meta::widget()<\/a><\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Scripts, External Libraries<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Update to jQuery Color 2.2.1<\/li><li>Update to Backbone 1.0.0<\/li><li>Update to jQuery UI 1.10.3<\/li><li>Services_JSON 1.0.3<\/li><li>Iris 1.0.3<\/li><li>hoverIntent r7<\/li><li>MediaElement.js 2.11.1 (New)<\/li><li>getid3 1.9.7 (New)<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Deprecated<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Deprecate&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_convert_bytes_to_hr\">wp_convert_bytes_to_hr()<\/a>&nbsp;in favor of&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/size_format\">size_format()<\/a><\/li><li>Deprecate&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/get_user_id_from_string\">get_user_id_from_string()<\/a>&nbsp;in favor of&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/get_user_by\">get_user_by()<\/a>&nbsp;where `$field` is &#8217;email&#8217; or &#8216;login&#8217;<\/li><li>Deprecate&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/wpdb\">wpdb<\/a>::escape() in favor of&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/wpdb#Protect_Queries_Against_SQL_Injection_Attacks\">wpdb::prepare()<\/a>&nbsp;or&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/esc_sql\">esc_sql()<\/a><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>On August 1, 2013, WordPress&nbsp;Version 3.6, named for Oscar Peterson, was released to the public. For more information on this enhancement and bug-fix release, read the&nbsp;WordPress Blog, the&nbsp;Release Post, and see the&nbsp;Changelog for 3.6. For&nbsp;Version 3.6, the database version (db_version&nbsp;in&nbsp;wp_options) changed to 24448, and the&nbsp;Trac&nbsp;revision was r24973. View Closed Tickets Highlights New Default Theme &#8211;\u00a0Twenty [&hellip;]<\/p>\n","protected":false},"author":14216496,"featured_media":0,"menu_order":0,"template":"","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false},"helphub_major_release":[60],"class_list":["post-11083792","helphub_version","type-helphub_version","status-publish","hentry","helphub_major_release-3_6"],"revision_note":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/wordpress-versions\/11083792","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/wordpress-versions"}],"about":[{"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/types\/helphub_version"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/users\/14216496"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/wordpress-versions\/11083792\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/media?parent=11083792"}],"wp:term":[{"taxonomy":"helphub_major_release","embeddable":true,"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/helphub_major_release?post=11083792"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}