October 2017 Archives by author
Starting: Sun Oct 1 09:41:23 UTC 2017
Ending: Tue Oct 31 18:07:23 UTC 2017
Messages: 449
- [wp-svn] [41655] trunk/src/wp-admin/js/editor.js: Editor: pass the DOM library instance instead of a (fake) editor instance to `getCursorMarkerSpan()`.
noreply at wordpress.org
- [wp-svn] [41656] trunk/src/wp-admin/js/editor.js: Editor: Use `editor.$` to improve `removeSelectionMarker()`.
noreply at wordpress.org
- [wp-svn] [41657] trunk: REST API JavaScript Client: improve support for model deletion/trash.
noreply at wordpress.org
- [wp-svn] [41658] trunk/src/wp-admin: Accessibility: Improve the Theme Details modal accessibility.
noreply at wordpress.org
- [wp-svn] [41659] trunk/Gruntfile.js: Build/Test Tools: Add ms-files test group to sub-task list.
noreply at wordpress.org
- [wp-svn] [41660] trunk/src/wp-includes/wp-db.php: Docs: Clarify the docs for `wpdb: :prepare()`.
noreply at wordpress.org
- [wp-svn] [41661] trunk: Multisite: Use `get_current_blog_id()` instead of `$wpdb-> blogid`.
noreply at wordpress.org
- [wp-svn] [41662] trunk: Database: Throw a notice if `wpdb::prepare() ` is called with an incorrect number of arguments
noreply at wordpress.org
- [wp-svn] [41663] trunk/src/wp-includes/wp-db.php: Database: Fix some PHP errors introduced in [41662].
noreply at wordpress.org
- [wp-svn] [41664] trunk/src/wp-includes/ms-deprecated.php: Multisite: Use `get_networks() ` instead of a direct query in `get_admin_users_for_domain()`.
noreply at wordpress.org
- [wp-svn] [41665] trunk/src/wp-includes: Multisite: Only update a site' s `post` count when post types of `post` are updated.
noreply at wordpress.org
- [wp-svn] [41666] trunk/src/wp-includes/ms-blogs.php: Docs: Clarify docs for hooked count/date updates
noreply at wordpress.org
- [wp-svn] [41667] trunk: Customize: Add infrastructure for trashing/ reverting of unpublished changes; introduce full-screen `OverlayNotification` for trashing and theme install /preview.
noreply at wordpress.org
- [wp-svn] [41668] trunk/src/wp-includes: Multisite: Deprecate `is_user_option_local( )`.
noreply at wordpress.org
- [wp-svn] [41669] trunk/src/wp-includes/js/wp-emoji-loader.js: Emoji: Refactor browser support tests.
noreply at wordpress.org
- [wp-svn] [41670] trunk: Customize: Fix `WP_Customize_Date_Time_Control` to be re-usable for plugins and custom settings.
noreply at wordpress.org
- [wp-svn] [41671] trunk/src/wp-admin/includes/plugin.php: Plugin Editor: Remove `plugins_loaded` from being re-triggered in `plugin_sandbox_scrape ()`.
noreply at wordpress.org
- [wp-svn] [41672] trunk/src: Customize: Improve styling of date/ time Customizer control.
noreply at wordpress.org
- [wp-svn] [41673] trunk: Widgets: Revert format of `sidebars_widgets`.
noreply at wordpress.org
- [wp-svn] [41674] trunk/src/wp-includes/taxonomy.php: Taxonomy: Add context and a translator comment to the new `most_used` label.
noreply at wordpress.org
- [wp-svn] [41675] trunk/tests/qunit/wp-admin/js/nav-menu.js: Menus: Increase timeout for QUnit wpNavMenu trigger tests.
noreply at wordpress.org
- [wp-svn] [41676] trunk/src/wp-includes/class-oembed.php: Embeds: Alignment following [41615].
noreply at wordpress.org
- [wp-svn] [41677] trunk/src/wp-admin: Customize: Fix positioning of outer section ( e.g.
noreply at wordpress.org
- [wp-svn] [41678] trunk: WP-API JS Client: Improve support for meta.
noreply at wordpress.org
- [wp-svn] [41679] trunk/src/wp-admin/js/customize-controls.js: Customize: Fix jumping behavior upon scrolling up when a sticky header has its description expanded.
noreply at wordpress.org
- [wp-svn] [41680] trunk/src/wp-includes/class-oembed.php: Embeds: Switch the collegehumor.com oEmbed endpoint to HTTPS, as it redirects there by default now.
noreply at wordpress.org
- [wp-svn] [41681] trunk: Embeds: Add oEmbed support for someecards.com.
noreply at wordpress.org
- [wp-svn] [41682] trunk/src/wp-admin/js/dashboard.js: Accessibility: Improve the Dashboard Nearby Events widget `wp.a11y.speak()` messages.
noreply at wordpress.org
- [wp-svn] [41683] trunk/src/wp-admin: Accessibility: List Tables: use `aria-current` for the views current link.
noreply at wordpress.org
- [wp-svn] [41684] trunk: Quick/Bulk Edit: Improve the inline error messages styling.
noreply at wordpress.org
- [wp-svn] [41685] trunk/src/wp-includes/widgets: Widgets: Pass `$instance` to widget argument filters:
noreply at wordpress.org
- [wp-svn] [41686] trunk/src: Docs: Remove `&` prefixes from parameter documentation to avoid doc parsing errors.
noreply at wordpress.org
- [wp-svn] [41687] trunk/src/wp-content/themes/twentyseventeen: Twenty Seventeen: Add missing labels for `<aside role="complementary">` widget areas.
noreply at wordpress.org
- [wp-svn] [41688] trunk/src: Docs: Standardise the format used for documenting parameters passed by reference.
noreply at wordpress.org
- [wp-svn] [41689] trunk/src/wp-includes/comment.php: Comments: Pass `$comment` object to comment actions:
noreply at wordpress.org
- [wp-svn] [41690] trunk/src/wp-login.php: Login and Registration: Make the order of `<title> ` tag parts on login page consistent with the rest of admin pages.
noreply at wordpress.org
- [wp-svn] [41691] trunk/src/wp-login.php: Login and Registration: Introduce `login_title` filter for the `<title> ` tag content on login page.
noreply at wordpress.org
- [wp-svn] [41692] trunk/src: I18N: Allow the login screen language to be specified via a `wp_lang` query variable , and use this for the interim login modal.
noreply at wordpress.org
- [wp-svn] [41693] trunk/tests/phpunit/tests: Build/Test tools: Correctly delete attachment files used in the media and post thumbnail tests.
noreply at wordpress.org
- [wp-svn] [41694] trunk/src: Customize: Add button in Publish Settings to discard unsaved changes ( including drafted and scheduled), reverting Customizer to the last published state.
noreply at wordpress.org
- [wp-svn] [41695] trunk/src/wp-admin: Plugins: Add plugin icons to the plugin list tables.
noreply at wordpress.org
- [wp-svn] [41696] trunk/src/wp-includes/widgets/class-wp-widget-media-image.php: Widgets: Default to "custom URL" in the image widget.
noreply at wordpress.org
- [wp-svn] [41697] trunk: Customize: Provide validation feedback for invalid Custom Link URLs in nav menu items.
noreply at wordpress.org
- [wp-svn] [41698] trunk: Multisite: Introduce `get_site_by()`.
noreply at wordpress.org
- [wp-svn] [41699] trunk/src/wp-admin/includes/dashboard.php: Customize: Update dashboard welcome link to point to themes panel in the customizer instead of themes admin screen.
noreply at wordpress.org
- [wp-svn] [41700] trunk/src/wp-includes/class-wp-site-query.php: Multisite: Use `%s` when building query for `archived` sites in `WP_Site_Query`.
noreply at wordpress.org
- [wp-svn] [41701] trunk: Emoji: Bring Twemoji compatibility to PHP.
noreply at wordpress.org
- [wp-svn] [41702] trunk: Emoji: Fix incorrect emoji encoding in PHP < 5.4.
noreply at wordpress.org
- [wp-svn] [41703] trunk/src/wp-content/themes/twentyseventeen: Twenty Seventeen: Change tag cloud format to a list (`<ul>`) for better semantics and accessibility.
noreply at wordpress.org
- [wp-svn] [41704] trunk/src: Comments: Change `IP` references in moderation option labels and email notifications to `IP address` for clarity.
noreply at wordpress.org
- [wp-svn] [41705] trunk/src/wp-includes/ms-functions.php: Multisite: Change `IP` references in new site or user notifications to `IP address` for clarity.
noreply at wordpress.org
- [wp-svn] [41706] trunk/src/wp-admin/includes/post.php: Posts, Post Types: Simplify the wording in post locking notice.
noreply at wordpress.org
- [wp-svn] [41707] trunk/src/wp-includes/class-wp-http-response.php: HTTP API: Use `WP_HTTP_Response::set_data()` in `::__construct() ` instead of directly accessing the `$data` property.
noreply at wordpress.org
- [wp-svn] [41708] trunk/Gruntfile.js: Tools: enable Grunt precommit task to run without requiring SVN or GIT.
noreply at wordpress.org
- [wp-svn] [41709] trunk/src: Customize: Fix invalid HTML and `aria-describedby` values.
noreply at wordpress.org
- [wp-svn] [41710] trunk/tests/phpunit/tests/functions/wpAuthCheck.php: Login and Registration: Add unit tests for `wp_auth_check()`.
noreply at wordpress.org
- [wp-svn] [41711] trunk/src: Accessibility: Change all the `#f00` and `red` to the official WordPress accent red.
noreply at wordpress.org
- [wp-svn] [41712] trunk/tests/phpunit/tests/external-http/oembed.php: Embeds: Remove the external oEmbed tests for YouTube.
noreply at wordpress.org
- [wp-svn] [41713] trunk/src/wp-admin/includes/plugin.php: Plugins: Introduce a singular and plural form for the plugin deletion error message.
noreply at wordpress.org
- [wp-svn] [41714] trunk/src/wp-includes: Docs: Correct some `@since MU` notation that was broken in [41200].
noreply at wordpress.org
- [wp-svn] [41715] trunk/tests/phpunit/tests/multisite/site.php: Multisite: Add specific tests for `clean_blog_cache()` and `refresh_blog_details()`.
noreply at wordpress.org
- [wp-svn] [41716] trunk: Multisite: Establish `clean_blog_cache() ` as a replacement for `refresh_blog_details()`.
noreply at wordpress.org
- [wp-svn] [41717] trunk/src: Multisite: Replace calls to `refresh_blog_details() ` with `clean_blog_cache()`.
noreply at wordpress.org
- [wp-svn] [41718] trunk/src/wp-includes/ms-load.php: Multisite: Use `WP_Network_Query` in `ms_load_current_site_and_network()`.
noreply at wordpress.org
- [wp-svn] [41719] trunk: Multisite: Improve `get_blog_details() ` by using `get_site_by()`.
noreply at wordpress.org
- [wp-svn] [41720] trunk: Customize: Let `establish_loaded_changeset` query changesets from any author not just current user when determining which changeset to autoload in non-branching mode.
noreply at wordpress.org
- [wp-svn] [41721] trunk/src: File Editors: Introduce sandboxed live editing of PHP files with rollbacks for both themes and plugins.
noreply at wordpress.org
- [wp-svn] [41722] trunk: I18N: Introduce the `Plural_Forms` class.
noreply at wordpress.org
- [wp-svn] [41723] trunk/src/wp-includes/pomo/plural-forms.php: I18N: Fix a PHP error introduced in [41722].
noreply at wordpress.org
- [wp-svn] [41724] trunk: Media: Use max-width for default captions.
noreply at wordpress.org
- [wp-svn] [41725] trunk/tests/phpunit/tests/pomo/pluralForms.php: Tests: Some tests in [41722] were using newer PHPUnit features.
noreply at wordpress.org
- [wp-svn] [41726] trunk: Customize: Improve usability of Customize JS API.
noreply at wordpress.org
- [wp-svn] [41727] trunk: REST API: Support for objects in schema validation and sanitization.
noreply at wordpress.org
- [wp-svn] [41728] trunk/src/wp-includes/general-template.php: Template: Introduce `readonly()` form helper to complement the `disabled() ` helper added in [13658].
noreply at wordpress.org
- [wp-svn] [41729] trunk/src/wp-content/themes/twentysixteen/comments.php: Twenty Sixteen: Make sure comment number comparison in `comments.php` works as expected.
noreply at wordpress.org
- [wp-svn] [41730] trunk/tests/phpunit: I18N: Improvements to the tests for plural forms.
noreply at wordpress.org
- [wp-svn] [41731] trunk/src/wp-includes/rest-api/endpoints: REST API: Specify specific json-schema version.
noreply at wordpress.org
- [wp-svn] [41732] trunk: Customizer: Minimize duplicate header crops in the media library.
noreply at wordpress.org
- [wp-svn] [41733] trunk/src/wp-includes/l10n.php: I18N: In `wp_dropdown_languages()` , change the parsed arguments variable to `$parsed_args`, to prevent stomping the original `$args` array.
noreply at wordpress.org
- [wp-svn] [41734] trunk/src/wp-includes/l10n.php: I18N: Make sure `wp_dropdown_languages() ` does not print out empty `name` and `id` attributes.
noreply at wordpress.org
- [wp-svn] [41735] trunk/src/wp-includes/rest-api/endpoints/ class-wp-rest-comments-controller.php: REST API: Avoid counting an uncountable type when checking read permissions for comment posts.
noreply at wordpress.org
- [wp-svn] [41736] trunk/src/wp-includes/ms-functions.php: Multisite: Only query for one site in `domain_exists()`.
noreply at wordpress.org
- [wp-svn] [41737] trunk: REST API: Return 409 status when attempting to create an existing term.
noreply at wordpress.org
- [wp-svn] [41738] trunk/src/wp-includes/ms-functions.php: Multisite: Only query for one site in `domain_exists()`.
noreply at wordpress.org
- [wp-svn] [41739] trunk/src/wp-admin/js/customize-controls.js: Customize: Fix theme details modal by updating logic in `getPreviousTheme` and `getNextTheme` to not rely on DOM traversal and manually constructing control IDs.
noreply at wordpress.org
- [wp-svn] [41740] trunk/src: Customize: Improve accessibility of markup for base `WP_Customize_Control` and `WP_Customize_Nav_Menu_Control` with proper use of `label` elements and inclusion of `aria-describedby`.
noreply at wordpress.org
- [wp-svn] [41741] trunk/src/wp-admin/includes: Security: Add a referrer policy header to the admin and login screens.
noreply at wordpress.org
- [wp-svn] [41742] trunk/src/wp-admin/css/media.css: Media: Improve the preview of transparent images in Edit Image modal by using CSS3 to show a checkered background.
noreply at wordpress.org
- [wp-svn] [41743] trunk/src/wp-includes/ms-blogs.php: Multisite: Use `get_site_by() ` in `get_id_from_blogname()`.
noreply at wordpress.org
- [wp-svn] [41744] trunk: REST API: Add _fields parameter to selectively include fields in response JSON.
noreply at wordpress.org
- [wp-svn] [41745] trunk/src/wp-includes/js/wp-sanitize.js: Security: Rename new `wp.sanitize.sanitizeText` to `stripTagsAndEncodeText`.'
noreply at wordpress.org
- [wp-svn] [41746] trunk: Media: Store video creation date in meta.
noreply at wordpress.org
- [wp-svn] [41747] trunk/src/wp-includes/customize/ class-wp-customize-header-image-control.php: Customize: Improve the wording for Header Image control intro.
noreply at wordpress.org
- [wp-svn] [41748] trunk/.travis.yml: Build/Test tools: Remove PHP 7.2 from the allowed failures list on Travis CI.
noreply at wordpress.org
- [wp-svn] [41749] trunk/src/wp-includes/class-wp-customize-manager.php: Customize: Improve the wording for Site Icon control intro.
noreply at wordpress.org
- [wp-svn] [41750] trunk: Customize: Allow controls to be created with pre-instantiated `Setting` object(s), or even with plain `Value` object(s).
noreply at wordpress.org
- [wp-svn] [41751] trunk: Revert "Add `wp.hooks` - JavaScript actions and filters."
noreply at wordpress.org
- [wp-svn] [41752] trunk: Build: Webpack instead of Browserify as JavaScript bundler.
noreply at wordpress.org
- [wp-svn] [41753] trunk/src: Users: Revert [41613], [41614], and [41623] as this feature needs some more work.
noreply at wordpress.org
- [wp-svn] [41754] trunk/src/wp-content/themes/twentyseventeen/rtl.css: Twenty Seventeen: After [41703], adjust RTL styles for tag cloud widget.
noreply at wordpress.org
- [wp-svn] [41755] trunk/src/wp-admin: Plugins: Tweak the plugin icons added in [ 41695].
noreply at wordpress.org
- [wp-svn] [41756] trunk/src/wp-content/themes: Bundled Themes: Change tag cloud format to a list (`<ul>`) for better semantics and accessibility.
noreply at wordpress.org
- [wp-svn] [41757] trunk/src/wp-content/themes: Bundled Themes: Restore double line breaks before media queries.
noreply at wordpress.org
- [wp-svn] [41758] trunk: REST API: Support objects in settings schema.
noreply at wordpress.org
- [wp-svn] [41759] trunk: Widgets: Allow oEmbeds in video widget.
noreply at wordpress.org
- [wp-svn] [41760] trunk: REST API: Support ordering response collection by listed slugs.
noreply at wordpress.org
- [wp-svn] [41761] trunk/src/wp-content/themes/twentyfifteen/comments.php: Twenty Fifteen: Add missing singular placeholder in `comments.php`.
noreply at wordpress.org
- [wp-svn] [41762] trunk/src/wp-content/themes/twentyfourteen/comments.php: Twenty Fourteen: Add missing singular placeholder in `comments.php`.
noreply at wordpress.org
- [wp-svn] [41763] trunk/src/wp-admin/includes/meta-boxes.php: Posts, Post Types: Introduce `page_attributes_misc_attributes` action that fires before the help hint text in the 'Page Attributes' meta box.
noreply at wordpress.org
- [wp-svn] [41764] trunk/src/wp-admin/js/widgets/media-video-widget.js: Widgets: Fix jshint error in media widget.
noreply at wordpress.org
- [wp-svn] [41765] trunk/src/wp-includes/widgets/class-wp-widget-media-video.php: Widgets: Continue to use shortcode for some embeds
noreply at wordpress.org
- [wp-svn] [41766] trunk: Menus: Introduce `wp_get_nav_menu_name() ` to retrieve the name of a navigation menu as set in the admin.
noreply at wordpress.org
- [wp-svn] [41767] trunk/src/wp-includes/category-template.php: Taxonomy: After [ 40903], restore documentation for `wp_dropdown_categories() ` arguments that are different from the defaults in `WP_Term_Query:: __construct()`.
noreply at wordpress.org
- [wp-svn] [41768] trunk: Customize: Improve the menu creation flow.
noreply at wordpress.org
- [wp-svn] [41769] trunk/src/wp-includes/class-wp-term-query.php: REST API: After [ 41760], use correct query variable in `WP_Term_Query::parse_orderby() ` when `'include_slugs' => 'slug__in'` is passed.
noreply at wordpress.org
- [wp-svn] [41770] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: Administration: Add `.protected-post-excerpt` class to password-protected post excerpts in the posts list.
noreply at wordpress.org
- [wp-svn] [41771] trunk/src: Customize: Add default control template for standard input types.
noreply at wordpress.org
- [wp-svn] [41772] trunk/src/wp-includes/widgets: Widgets: Remove "Replace Gallery" button from Gallery widget since redundant with "Edit Gallery".
noreply at wordpress.org
- [wp-svn] [41773] trunk/tests/qunit: Customize: Fix QUnit tests after failures introduced in [41768].
noreply at wordpress.org
- [wp-svn] [41774] trunk/src/wp-admin: File Editors: Introduce an interstitial warning upon first visit.
noreply at wordpress.org
- [wp-svn] [41775] trunk/src/wp-admin/js/theme-plugin-editor.js: File Editors: Fix JSHint error after [41774].
noreply at wordpress.org
- [wp-svn] [41776] trunk/src/wp-includes/version.php: WordPress 4.9 Beta 1.
noreply at wordpress.org
- [wp-svn] [41777] trunk/src/wp-includes/version.php: Post WordPress 4.9 Beta 1 version bump
noreply at wordpress.org
- [wp-svn] [41778] trunk/src/wp-admin/js/customize-controls.js: Customize: Prevent `color` default control type from overriding template for `ColorControl`.
noreply at wordpress.org
- [wp-svn] [41779] trunk/src/wp-includes/widgets/class-wp-widget-text.php: Widgets: Apply the same container-constraining embed resizing logic from the Video widget to embeds in the Text widget.
noreply at wordpress.org
- [wp-svn] [41780] trunk/src/wp-content/themes/twentyseventeen/inc/custom-header.php: Twenty Seventeen: Add missing `@return` tag for `twentyseventeen_video_controls()`.
noreply at wordpress.org
- [wp-svn] [41781] trunk/src/wp-includes/js: Media: Fix MEJS error when removing a media player.
noreply at wordpress.org
- [wp-svn] [41782] trunk/src/wp-login.php: Login and Registration: Prevent PHP warnings when POSTing to `wp-login.php` with an array as a `user_login` or `user_email` field.
noreply at wordpress.org
- [wp-svn] [41783] trunk/src: Editor:
noreply at wordpress.org
- [wp-svn] [41784] trunk/tests/phpunit/tests/image/functions.php: Build/Test Tools: In `Tests_Image_Functions::test_load_directory()`, check the expected internal type instead of using `assertNotInternalType( )`, which causes an error with PHPUnit 6.4.0.
noreply at wordpress.org
- [wp-svn] [41785] trunk/src/wp-admin/js/editor.js: Editor: Fix JSHint errors after [ 41783].
noreply at wordpress.org
- [wp-svn] [41786] trunk: Rewrite: In `url_to_postid()`, bail early if the URL does not belong to the site.
noreply at wordpress.org
- [wp-svn] [41787] trunk/src/wp-includes/deprecated.php: General: Correct `_deprecated_function()` calls in `debug_fopen()`, `debug_fwrite( )`, and `debug_fclose()`.
noreply at wordpress.org
- [wp-svn] [41788] trunk: Customize: Fix confusion related to visibility of Themes panel with drafted/ scheduled changesets.
noreply at wordpress.org
- [wp-svn] [41789] trunk/src/wp-includes/wp-db.php: Database: Use numbered placeholders in error message in `wpdb::prepare()`.
noreply at wordpress.org
- [wp-svn] [41790] trunk/src/wp-includes/class-wp-customize-manager.php: Customize: Add missing word in error message about already published changesets.
noreply at wordpress.org
- [wp-svn] [41791] trunk/src/wp-includes/script-loader.php: Customize: Use a consistent translator comment for the same strings.
noreply at wordpress.org
- [wp-svn] [41792] trunk/src/wp-includes/class-wp-customize-nav-menus.php: Customize: Add context to "View All Locations" string.
noreply at wordpress.org
- [wp-svn] [41793] trunk/src/wp-includes/class-wp-customize-manager.php: Customize: Don't use an abbreviation in screen reader help text.
noreply at wordpress.org
- [wp-svn] [41794] trunk/src/wp-admin/press-this.php: Press This: Use "installation" when referring to the act of installing Press This.
noreply at wordpress.org
- [wp-svn] [41795] trunk/src/wp-includes: Networks and Sites: Correct the documentation for the `update_site_cache` parameter of `WP_Site_Query`.
noreply at wordpress.org
- [wp-svn] [41796] trunk/src: Users: Remove some links to the dashboard from My Sites for users who cannot access it.
noreply at wordpress.org
- [wp-svn] [41797] trunk/src: Customize: Eliminate use of customize-loader in core so Customizer is opened consistently in `top` window.
noreply at wordpress.org
- [wp-svn] [41798] trunk/src/wp-includes/widgets.php: Widgets: Update globals documentation.
noreply at wordpress.org
- [wp-svn] [41799] trunk/src/wp-admin/js/customize-controls.js: Customize: Add jsdoc for `api.panel`, `api.section`, `api.control`, and `api.notifications` collections.
noreply at wordpress.org
- [wp-svn] [41800] trunk/src/wp-includes/capabilities.php: Docs: add docs for meta authorization filters.
noreply at wordpress.org
- [wp-svn] [41801] trunk/src/wp-includes/nav-menu.php: Menus: Add `social` as tertiary mapping group
noreply at wordpress.org
- [wp-svn] [41802] trunk/src: Customize: Improve keyboard accessibility for publish settings section.
noreply at wordpress.org
- [wp-svn] [41803] trunk/src: Customize: Constrain focus when overlay notification is displayed.
noreply at wordpress.org
- [wp-svn] [41804] trunk/src/wp-includes/js/customize-preview.js: Customize: Ensure `customized` changes pending to be written into changeset are successfully injected into Ajax requests in preview.
noreply at wordpress.org
- [wp-svn] [41805] trunk/src: File Editor: Increase robustness of fatal error checking when saving PHP file edits.
noreply at wordpress.org
- [wp-svn] [41806] trunk: File Editor: Add support for more than one sub-directory level.
noreply at wordpress.org
- [wp-svn] [41807] trunk/src: Customize: Improve behavior and extensibility of theme loading and searching.
noreply at wordpress.org
- [wp-svn] [41808] trunk/src/wp-admin/css/common.css: Customizer: Vertically center section arrows.
noreply at wordpress.org
- [wp-svn] [41809] trunk: Taxonomy: Don' t discard keys when merging queried terms from different taxonomies.
noreply at wordpress.org
- [wp-svn] [41810] trunk/src/wp-includes/class-wp-customize-nav-menus.php: Customizer : Account for legacy menu data
noreply at wordpress.org
- [wp-svn] [41811] trunk: Menus: Limit mapping to registered locations
noreply at wordpress.org
- [wp-svn] [41812] trunk/src/wp-includes/class-wp-customize-nav-menus.php: Customize: Adjust "Menu Locations" labels for singular/plural.
noreply at wordpress.org
- [wp-svn] [41813] trunk/src/wp-admin/js/widgets.js: Widgets: Allow deletion even when widget form fails validity checks.
noreply at wordpress.org
- [wp-svn] [41814] trunk/src/wp-admin/js/widgets.js: Widgets: Clear dirty flag on widgets admin screen when widget is deleted to prevent irrelevant confirmation prompt when leaving.
noreply at wordpress.org
- [wp-svn] [41815] trunk/src/wp-includes/class-wp-customize-manager.php: Customize: Improve and clarify help text for Themes panel.
noreply at wordpress.org
- [wp-svn] [41816] trunk/src/wp-includes/class-wp-customize-nav-menus.php: Customize: Fix string translations for singular vs plural after [41812].
noreply at wordpress.org
- [wp-svn] [41817] trunk/src/wp-admin/css: Customize: Fix vertical alignment of radio and checkbox inputs after [41740].
noreply at wordpress.org
- [wp-svn] [41818] trunk/tests/phpunit/tests/dbdelta.php: Database: Fix a test failing on MySQL 5.7 and MariaDB 10.2.
noreply at wordpress.org
- [wp-svn] [41819] trunk/src/wp-admin/includes/plugin.php: Plugin Editor: Revert superseded changes to `activate_plugin() ` and `plugin_sandbox_scrape()`.
noreply at wordpress.org
- [wp-svn] [41820] trunk: Database: When parsing the host, leave the port and socket as `null` if they're not defined.
noreply at wordpress.org
- [wp-svn] [41821] trunk/src/wp-admin/includes/class-wp-upgrader.php: Upgrades: Remove the usage of `each() ` from `WP_Upgrader` for PHP 7.2 compatibility.
noreply at wordpress.org
- [wp-svn] [41822] trunk/src/wp-includes/class-wp-customize-control.php: Customize: Prevent outputting `value` attribute if already supplied among `input_attrs`.
noreply at wordpress.org
- [wp-svn] [41823] trunk/src: Customize: Add notice for when there are no nav menus created yet, prompting user to create one.
noreply at wordpress.org
- [wp-svn] [41824] trunk: Customize: Introduce `WP_Customize_Manager:: trash_changeset_post() ` to reduce duplication and ensure proper changeset trashing logic.
noreply at wordpress.org
- [wp-svn] [41825] trunk/src/wp-includes/class-wp-customize-manager.php: Customize: Correct docs for `WP_Customize_Manager::changeset_uuid() ` after changes in [41626].
noreply at wordpress.org
- [wp-svn] [41826] trunk/src/wp-admin/js/customize-controls.js: Customize: Make sure `saved` state is initially `false` when restoring autosave revision so that Save button will be enabled.
noreply at wordpress.org
- [wp-svn] [41827] trunk/src/wp-includes/widgets/class-wp-widget-media-video.php: Widgets: Update video widget embed failure notice to indicate streams other than YouTube and Vimeo are allowed.
noreply at wordpress.org
- [wp-svn] [41828] trunk/src/wp-includes/wp-db.php: Database: Add translators comment for error message in `wpdb::prepare()`.
noreply at wordpress.org
- [wp-svn] [41829] trunk/src/wp-admin: Editor: Add the `replace_editor` filter.
noreply at wordpress.org
- [wp-svn] [41830] trunk/src/wp-admin/css/code-editor.css: Code Editors: Improve cursor interactions on warning notices.
noreply at wordpress.org
- [wp-svn] [41831] trunk/src/wp-includes/class-wp-editor.php: TinyMCE: Remove "Unlink " icon from toolbar
noreply at wordpress.org
- [wp-svn] [41832] trunk/src: Customize: Vary description for nav menu locations control based on whether it is shown during menu creation.
noreply at wordpress.org
- [wp-svn] [41833] trunk/src/wp-admin/css/widgets.css: Gallery Widget: Remove grey background behind gallery, and align images to the edge of the container.
noreply at wordpress.org
- [wp-svn] [41834] trunk/src/wp-admin/css/widgets.css: Gallery Widget: Fix row spacing across major browsers.
noreply at wordpress.org
- [wp-svn] [41835] trunk: General: Remove `.jshintrc` and `*.json` from the 2-space-indent `.editorconfig` group.
noreply at wordpress.org
- [wp-svn] [41836] trunk/src/wp-admin: Settings: Widen image size input fields on Media Settings page.
noreply at wordpress.org
- [wp-svn] [41837] trunk/src/wp-admin/css/customize-controls.css: Customizer: Improve specificity of small-screen styles in Widgets panel.
noreply at wordpress.org
- [wp-svn] [41838] trunk/src/wp-includes/js/mediaelement/wp-mediaelement.css: Media: Fix an issue where audio players overflow playlist containers.
noreply at wordpress.org
- [wp-svn] [41839] trunk: Customize: Add changeset locking in Customizer to prevent users from overriding each other 's changes.
noreply at wordpress.org
- [wp-svn] [41840] trunk/src/wp-includes/widgets/class-wp-widget-media-gallery.php: Widgets: Update default `link_type` for Gallery widget from `none` to `post` for consistency with `wp.media.galleryDefaults`.
noreply at wordpress.org
- [wp-svn] [41841] trunk/tests/phpunit/tests/image/functions.php: Build/Test Tools: Revert [41784].
noreply at wordpress.org
- [wp-svn] [41842] trunk/src/wp-content/themes/twentyseventeen/style.css: Twenty Seventeen: Fix positioning of edit shortcuts when partials are nested inside a frontpage panel.
noreply at wordpress.org
- [wp-svn] [41843] trunk/src/wp-login.php: Login: On the single site login screen, match the logo link text with the title.
noreply at wordpress.org
- [wp-svn] [41844] trunk/src/wp-includes/script-loader.php: Editor: Improve the accuracy of the list of shortcodes that the word count ignores.
noreply at wordpress.org
- [wp-svn] [41845] trunk/src/wp-admin/js/customize-controls.js: Customize: Prevent showing confirmation dialog when leaving Customizer after previewing theme switch without making any changes.
noreply at wordpress.org
- [wp-svn] [41846] trunk/src/wp-includes/version.php: WordPress 4.9 Beta 2.
noreply at wordpress.org
- [wp-svn] [41847] trunk/src/wp-includes/version.php: Post WordPress 4.9 Beta 2 version bump.
noreply at wordpress.org
- [wp-svn] [41848] trunk: Invalidate comment query cache when modifying comment meta.
noreply at wordpress.org
- [wp-svn] [41849] trunk: Bump 'posts' query cache incrementor when modifying postmeta.
noreply at wordpress.org
- [wp-svn] [41850] trunk/src/wp-login.php: Login: Swap `bloginfo() ` usage for `get_bloginfo()`.
noreply at wordpress.org
- [wp-svn] [41851] trunk/src/wp-admin: File Editors: Display list of theme/ plugin files in scrollable directory tree.
noreply at wordpress.org
- [wp-svn] [41852] trunk/src/wp-admin/js/code-editor.js: Code Editor: Remove keeping track of `wp.codeEditor` instances since unused and no removal of instances upon deletion , leading to memory leak.
noreply at wordpress.org
- [wp-svn] [41853] trunk/src/wp-admin/css/customize-controls.css: Customize: Fix positioning of Preview button in mobile.
noreply at wordpress.org
- [wp-svn] [41854] trunk/src/wp-admin/css/forms.css: Improve File Credentials / Code Editor modal responsive styles.
noreply at wordpress.org
- [wp-svn] [41855] trunk/tests/phpunit/tests: Code Editor: Add unit tests for `wp_enqueue_code_editor() ` and `WP_Widget_Custom_HTML`.
noreply at wordpress.org
- [wp-svn] [41856] trunk/src/wp-includes/js: Media Grid: Fix escape key sometimes failing to close details modal.
noreply at wordpress.org
- [wp-svn] [41857] trunk/src/wp-admin: Settings: Widen time/ day input fields on General Settings page, and move the preview onto the next line.
noreply at wordpress.org
- [wp-svn] [41858] trunk/tests/phpunit/tests/widgets/custom-html-widget.php: Code Editor: Fix syntax error in PHP 5.2 and PHP 5.3 after [41855].
noreply at wordpress.org
- [wp-svn] [41859] trunk/src/wp-admin: File editor warning: Add a "Go back" button.
noreply at wordpress.org
- [wp-svn] [41860] trunk/src/wp-admin: Customize: Fix positioning of device-previewed window when publish settings are open.
noreply at wordpress.org
- [wp-svn] [41861] trunk: Multisite: Take `WP_Network:: $blog_id` into account in `get_main_site_id()`.
noreply at wordpress.org
- [wp-svn] [41862] trunk/src/wp-includes/functions.php: Multisite: Return `get_current_blog_id() ` value instead of hard-coded 1 in `get_main_site_id() ` for non-multisite environments.
noreply at wordpress.org
- [wp-svn] [41863] trunk/src/wp-admin/css/customize-controls.css: Customize: Fix visibility of theme browser header in Safari.
noreply at wordpress.org
- [wp-svn] [41864] trunk/src/wp-admin/js/theme-plugin-editor.js: File Editor: Prevent the scrolling of current-file into view to also change initially-focused element in Chrome.
noreply at wordpress.org
- [wp-svn] [41865] trunk/src/wp-admin: File Editor: Move inline to external style to fix extra padding in RTL page direction.
noreply at wordpress.org
- [wp-svn] [41866] trunk/src/wp-includes/widgets/class-wp-widget-media.php: Widgets: In `WP_Widget_Media`, apply `widget_title` filter regardless of whether the title is empty, same as other widgets do.
noreply at wordpress.org
- [wp-svn] [41867] trunk/src/wp-includes/widgets: Widgets: Move empty title checks out of the `apply_filters( 'widget_title' ) ` calls for clarity.
noreply at wordpress.org
- [wp-svn] [41868] trunk/src: Widgets: Rename "Custom Menu" widget to " Navigation Menu".
noreply at wordpress.org
- [wp-svn] [41869] trunk/src/wp-admin/js/customize-controls.js: Customize: Add `' save-request-params'` event on `wp.customize` for plugins to inject/ modify params in `save` requests.
noreply at wordpress.org
- [wp-svn] [41870] trunk/tests/phpunit/tests/ajax: Build/Test Tools: Pass correct `$message` argument to `WP_UnitTestCase:: setExpectedException()` in `Tests_Ajax_CompressionTest::test_logged_out() ` and `Tests_Ajax_TagSearch::test_no_results()`.
noreply at wordpress.org
- [wp-svn] [41871] trunk/src/wp-admin/css/customize-controls.css: Customize: Prevent theme details modal from being clipped in Safari.
noreply at wordpress.org
- [wp-svn] [41872] trunk/src: Widgets: Update preview for Gallery widget when one of its attachments is modified in the media modal , outside the customized state.
noreply at wordpress.org
- [wp-svn] [41873] trunk/src/wp-admin/js/customize-controls.js: Customize: Use `keydown` instead of `keyup` for listening for enter key to add page stub via dropdown-pages control.
noreply at wordpress.org
- [wp-svn] [41874] trunk/src/wp-admin/options-general.php: Administration: Remove punctuation from the link text in "Site Address" option description.
noreply at wordpress.org
- [wp-svn] [41875] trunk/src/wp-includes/ms-settings.php: Multisite: Explicitly globalize global variables in `ms-settings.php`.
noreply at wordpress.org
- [wp-svn] [41876] trunk/src: Accessibility: Improve the File Editors interstitial warning.
noreply at wordpress.org
- [wp-svn] [41877] trunk: Media: Add MediaElement.js 2.2 back-compat for MediaElement.js 4.2
noreply at wordpress.org
- [wp-svn] [41878] trunk/src: Administration: Improve consistency of the "not found" strings.
noreply at wordpress.org
- [wp-svn] [41879] trunk/src/wp-includes/script-loader.php: Media: Allow the unminified mediaelement script to be enqueued when `SCRIPT_DEBUG` is true.
noreply at wordpress.org
- [wp-svn] [41880] trunk: Don' t force distinct term queries when specifying `number` and `object_ids`.
noreply at wordpress.org
- [wp-svn] [41881] trunk/src/wp-includes/class-wp-term-query.php: Taxonomy: Add note about `$number` inconsistency to `WP_Term_Query` docs.
noreply at wordpress.org
- [wp-svn] [41882] trunk/src/wp-admin/css/common.css: Code Editors: Minor style improvements.
noreply at wordpress.org
- [wp-svn] [41883] trunk: Multisite: Revert [41719].
noreply at wordpress.org
- [wp-svn] [41884] trunk: Multisite: Revert [41698] and [41743].
noreply at wordpress.org
- [wp-svn] [41885] trunk/src/wp-includes/capabilities.php: Role/Capability: Prevent a fatal error when checking a language capability early or in the frontend.
noreply at wordpress.org
- [wp-svn] [41886] trunk/src/wp-includes/js/mediaelement/wp-mediaelement.css: Widgets : Prevent MediaElement.js player from overflowing sidebar in Audio widget.
noreply at wordpress.org
- [wp-svn] [41887] trunk: Customize: Allow post/ page stubs to be edited in WP Admin as "customization drafts" when changeset is saved as draft or scheduled.
noreply at wordpress.org
- [wp-svn] [41888] trunk/src/wp-content/themes/twentyseventeen/style.css: Twenty Seventeen: Fix double bottom-margins below embeds
noreply at wordpress.org
- [wp-svn] [41889] trunk/src/wp-includes/script-loader.php: Media: Use user locale as ME.js language in admin and add `mejsL10n` inline script before `mediaelement-core` so WP-exported translation strings are used.
noreply at wordpress.org
- [wp-svn] [41890] trunk/src/wp-includes/widgets/class-wp-widget-recent-posts.php: Widgets: Use a `foreach` loop instead of The Loop to iterate over posts in Recent Posts widget to avoid needing to reset a polluted global `$post`.
noreply at wordpress.org
- [wp-svn] [41891] trunk/Gruntfile.js: Media: Add missing `mediaelement-migrate.js` script to get uglified.
noreply at wordpress.org
- [wp-svn] [41892] trunk/tests/phpunit/tests/theme.php: Customize: Remove incorrect test assertions for the `post_date` of customization drafts.
noreply at wordpress.org
- [wp-svn] [41893] trunk/src: Customize: Improve theme browsing UI on small screens.
noreply at wordpress.org
- [wp-svn] [41894] trunk/src/wp-includes/customize/ class-wp-customize-nav-menu-item-setting.php: Customize: Add missing filter docs in `WP_Customize_Nav_Menu_Item_Setting::sanitize( )`.
noreply at wordpress.org
- [wp-svn] [41895] trunk/src: Dashboard: Introduce a "Try Gutenberg" callout.
noreply at wordpress.org
- [wp-svn] [41896] trunk/src/wp-admin/js/dashboard.js: Dashboard: Remove a rogue comma introduced in [41895].
noreply at wordpress.org
- [wp-svn] [41897] trunk/src/wp-admin/css/code-editor.css: Code Editors: Fix display of "help" cursor.
noreply at wordpress.org
- [wp-svn] [41898] trunk/src/wp-includes: I18N: Add a context for "Schedule" string.
noreply at wordpress.org
- [wp-svn] [41899] trunk: Customize: Allow menu creation in locations pane
noreply at wordpress.org
- [wp-svn] [41900] trunk/src/wp-admin/css/dashboard.css: Dashboard: Ensure the " Dismiss" button on the Gutenberg callout is clickable.
noreply at wordpress.org
- [wp-svn] [41901] trunk/src/wp-includes: I18N: Replace function name in error message in `WP_Http_Curl::request() ` and `WP_Http_Streams::request()` with a placeholder.
noreply at wordpress.org
- [wp-svn] [41902] trunk/src/wp-includes/theme-compat/embed-content.php: Embeds: Avoid "Division by zero" warning in `embed-content.php` template if a thumbnail has a zero height.
noreply at wordpress.org
- [wp-svn] [41903] trunk/src: Customize: Unstick filter pane in Theme selector
noreply at wordpress.org
- [wp-svn] [41904] trunk/src/wp-admin/setup-config.php: I18N: Replace hardcoded file name in translatable strings in `wp-admin/ setup-config.php` with a placeholder.
noreply at wordpress.org
- [wp-svn] [41905] trunk/src/wp-includes: I18N: Make context for "Schedule" string added in [41898] more accurate.
noreply at wordpress.org
- [wp-svn] [41906] trunk/src/wp-admin/includes/template.php: I18N: Replace hardcoded file name in a translatable string in `convert_to_screen ()` with a placeholder.
noreply at wordpress.org
- [wp-svn] [41907] trunk/src/wp-includes/class-http.php: Docs: Correct type and description for the `$data` parameter in `WP_Http:: browser_redirect_compatibility()`.
noreply at wordpress.org
- [wp-svn] [41908] trunk/src/wp-admin/includes: I18N: Remove `<code> ` tags from translatable strings in `Core_Upgrader`, `Language_Pack_Upgrader`, `Plugin_Upgrader`, `Theme_Upgrader`.
noreply at wordpress.org
- [wp-svn] [41909] trunk/src/wp-admin/includes/class-theme-upgrader.php: I18N: Remove `<strong>` tag from a translatable string in `Theme_Upgrader:: install_strings()`.
noreply at wordpress.org
- [wp-svn] [41910] trunk/src/wp-admin/includes/meta-boxes.php: I18N: Remove `<b> ` tag from a translatable string in `post_submit_meta_box()`.
noreply at wordpress.org
- [wp-svn] [41911] trunk/src/wp-signup.php: I18N: Remove `<a> ` tag from a translatable string in `confirm_another_blog_signup()`.
noreply at wordpress.org
- [wp-svn] [41912] trunk/src/wp-includes: Multisite: Document all return types in `get_sites()`.
noreply at wordpress.org
- [wp-svn] [41913] trunk/src/wp-admin/includes/ajax-actions.php: Widgets: Fix previewing embeds in Text widget by allowing `parse-embed` admin ajax requests with an empty `post_ID` just as `WP_oEmbed_Controller ::get_proxy_item_permissions_check()` allows.
noreply at wordpress.org
- [wp-svn] [41914] trunk/src/wp-admin/includes/class-wp-automatic-updater.php: Docs: Add `@since` entry for `WP_Automatic_Updater::after_core_update()`, introduced in [25841].
noreply at wordpress.org
- [wp-svn] [41915] trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php : Plugins: After [41608], make the markup in `WP_Plugin_Install_List_Table ::no_items()` a bit more readable.
noreply at wordpress.org
- [wp-svn] [41916] trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php : Plugins: Revert unintended change from [41915].
noreply at wordpress.org
- [wp-svn] [41917] trunk/src/wp-includes/class-wp-editor.php: Docs: Document `$default_scripts` parameter in `_WP_Editors::enqueue_scripts() `.
noreply at wordpress.org
- [wp-svn] [41918] trunk/src/wp-includes: Multisite: Document all return types in get_networks().
noreply at wordpress.org
- [wp-svn] [41919] trunk/src/wp-admin/css/customize-controls.css: Customize: Fix visibility of overlay notifications in Safari.
noreply at wordpress.org
- [wp-svn] [41920] trunk/tests/phpunit/tests/formatting/date.php: Date/Time: Use delta comparison in `get_gmt_from_date() ` tests to avoid race conditions.
noreply at wordpress.org
- [wp-svn] [41921] trunk/src/wp-admin/includes/network.php: I18N: Combine two " Warning" strings in `network_step1()` and `network_step2()`.
noreply at wordpress.org
- [wp-svn] [41922] trunk/src/wp-includes/load.php: Docs: Document `$ini_all` staticvar in `wp_is_ini_value_changeable()`.
noreply at wordpress.org
- [wp-svn] [41923] trunk/src/wp-admin/includes/network.php: I18N: Remove hardcoded constant from a translatable string in `network_step1() `.
noreply at wordpress.org
- [wp-svn] [41924] trunk/src/wp-admin/includes/network.php: Network Admin: After [ 41923], move the second `<p>` tag to a new line for better readability.
noreply at wordpress.org
- [wp-svn] [41925] trunk/src/wp-admin/css/nav-menus.css: Menus: Remove unnecessary top margin for menu item type on Menus screen for correct alignment with the dropdown icon.
noreply at wordpress.org
- [wp-svn] [41926] trunk/src/wp-admin/admin-ajax.php: Administration: After [41120], check for a registered action before sending a Bad Request HTTP response status code.
noreply at wordpress.org
- [wp-svn] [41927] trunk/src/wp-includes/class-wp-xmlrpc-server.php: I18N: Unify error messages in XML-RPC methods `wp_deleteCategory() ` and `wp_deleteComment()`.
noreply at wordpress.org
- [wp-svn] [41928] trunk/src/wp-admin/includes/misc.php: Rewrite Rules: Remove redundant `if` condition in `extract_from_markers()`.
noreply at wordpress.org
- [wp-svn] [41929] trunk/tests/phpunit/tests/admin/includesListTable.php: Build/ Test Tools: Clean up `$_REQUEST` and `$GLOBALS` after modifying them in `_test_list_hierarchical_page ()`.
noreply at wordpress.org
- [wp-svn] [41930] trunk/src/wp-admin/js: Customize: Draw attention to "Add Items" button after creating a new menu.
noreply at wordpress.org
- [wp-svn] [41931] trunk/src/wp-admin/includes/dashboard.php: Dashboard: Add missing URL to "Help with testing" link in Gutenberg callout.
noreply at wordpress.org
- [wp-svn] [41932] trunk/src/wp-admin/js/customize-controls.js: Customize: Draw attention to save button after collapsing the publish settings section when the changeset status or date had been changed.
noreply at wordpress.org
- [wp-svn] [41933] trunk/src: Widgets: Harden logic for checking for valid media URLs.
noreply at wordpress.org
- [wp-svn] [41934] trunk/src/wp-admin/ms-delete-site.php: I18N: Unify permission error message in `wp-admin/ms-delete-site.php`.
noreply at wordpress.org
- [wp-svn] [41935] trunk: Customize: Move control' s fallback selection of default content template to `renderContent` method to align with sections and panels.
noreply at wordpress.org
- [wp-svn] [41936] trunk/src: Customize: Consistently use `input_attrs` as control param key in JS instead of `inputAttrs`.
noreply at wordpress.org
- [wp-svn] [41937] trunk/src: Customizer: Improve handling of crops in the media library.
noreply at wordpress.org
- [wp-svn] [41938] trunk/src/wp-includes/version.php: WordPress 4.9 Beta 3.
noreply at wordpress.org
- [wp-svn] [41939] trunk/src/wp-includes/version.php: Post WordPress 4.9 Beta 3 version bump.
noreply at wordpress.org
- [wp-svn] [41940] trunk/src/wp-includes/comment.php: Docs: Reference `WP_Comment_Query::__construct() ` as the source of information on accepted arguments in `get_comments() ` and `get_approved_comments()`.
noreply at wordpress.org
- [wp-svn] [41941] trunk/src/wp-admin/includes/nav-menu.php: Menus: Pass `$recent_args` parameter to `nav_menu_items_{$post_type_name}_recent` filter.
noreply at wordpress.org
- [wp-svn] [41942] trunk/src/wp-includes/widgets.php: Docs: After [37329], update the documentation for `register_widget()` and `unregister_widget() `.
noreply at wordpress.org
- [wp-svn] [41943] trunk/src/wp-admin/about.php: About Page: Commit initial strings for 4.9.
noreply at wordpress.org
- [wp-svn] [41944] trunk/src/wp-admin/privacy.php: About page: Update the privacy policy language.
noreply at wordpress.org
- [wp-svn] [41945] trunk/tests/phpunit/includes/testcase.php: Build/Test tools: Document the return value of `WP_UnitTestCase::factory()`.
noreply at wordpress.org
- [wp-svn] [41946] trunk/src/wp-admin/privacy.php: About page: Update the privacy policy dashes.
noreply at wordpress.org
- [wp-svn] [41947] trunk/src/wp-admin/js: Customize: Prevent drawing attention to save button if status unchanged from publish ; account for changes to status/date when alerting about unsaved changes.
noreply at wordpress.org
- [wp-svn] [41948] trunk/src/wp-admin: Customize: Fix rendering issues in theme browsing when opening theme details or performing search in Safari.
noreply at wordpress.org
- [wp-svn] [41949] trunk/src/wp-admin: Customize: Fix alignment of Customize, Activate, and Live Preview buttons appearing on the Themes admin screen.
noreply at wordpress.org
- [wp-svn] [41950] trunk/src/wp-admin/js/customize-controls.js: Customize: Prevent re-highlighting "Add Items" button after available nav menu items pane has already been opened.
noreply at wordpress.org
- [wp-svn] [41951] trunk: Widgets: Improve extensibility of the Gallery widget and of media widgets generally.
noreply at wordpress.org
- [wp-svn] [41952] trunk/src: Customize: Prevent using default template for a base control when it has content rendered on the server.
noreply at wordpress.org
- [wp-svn] [41953] trunk/src/wp-includes/class-wp-customize-manager.php: Customization Locking: Update error message to use existing strings.
noreply at wordpress.org
- [wp-svn] [41954] trunk/src/wp-includes/class-wp-customize-nav-menus.php: Customize Menus: Update capitalization of "next" to match case on the " Next" button.
noreply at wordpress.org
- [wp-svn] [41955] trunk/src/wp-includes/class-walker-nav-menu.php: Menus: Remove an extra space in the `<ul>` tag in `Walker_Nav_Menu::start_lvl() `.
noreply at wordpress.org
- [wp-svn] [41956] trunk/src/wp-includes: Customize: Use typographic quotation marks in the strings added in [41768].
noreply at wordpress.org
- [wp-svn] [41957] trunk: Code Editor: Improve ability to create Customizer `CodeEditorControl` instances in JS, lessening PHP dependencies.
noreply at wordpress.org
- [wp-svn] [41958] trunk/src/wp-admin/js/customize-controls.js: Customize: Add `codemirror` deferred object to `CodeEditorControl` which is resolved when CodeMirror is initialized.
noreply at wordpress.org
- [wp-svn] [41959] trunk/src/wp-includes/default-constants.php: Docs: Document `$wp_version` global in `wp_initial_constants()`.
noreply at wordpress.org
- [wp-svn] [41960] trunk/src/wp-admin/js/customize-controls.js: Customize: Allow control subclasses to add to the `deferred` object before the base class initializes.
noreply at wordpress.org
- [wp-svn] [41961] trunk/src/wp-admin/js/customize-controls.js: Customize: Improve back-compat for `wp.customize.Control` subclasses that expect `options.params` to be present for direct manipulation before calling parent `initialize` method.
noreply at wordpress.org
- [wp-svn] [41962] trunk/src/wp-includes/update.php: Updates: Add the `core_version_check_query_args` filter.
noreply at wordpress.org
- [wp-svn] [41963] trunk/src: Transients: Clear expired transients from the database in a daily cron task.
noreply at wordpress.org
- [wp-svn] [41964] trunk: Media: Don't backdate media uploaded to pages.
noreply at wordpress.org
- [wp-svn] [41965] trunk/src/wp-includes/update.php: Docs: Expand the docs for the `core_version_check_query_args` filter.
noreply at wordpress.org
- [wp-svn] [41966] trunk/tests/phpunit/includes: Tests: Return an exit code of 1 in the event that the database server for tests is unavailable.
noreply at wordpress.org
- [wp-svn] [41967] trunk/src/wp-includes/update.php: Docs: Correct docs introduced in [41965].
noreply at wordpress.org
- [wp-svn] [41968] trunk/src/wp-admin/themes.php: Customize: Update 'Save & Activate' reference to 'Publish & Activate' in themes help tab text.
noreply at wordpress.org
- [wp-svn] [41969] trunk/src/wp-admin/js/customize-controls.js: Customize: Keep frontend preview link updated to reflect the current state of previewed URL , active theme, and autosaved state.
noreply at wordpress.org
- [wp-svn] [41970] trunk/tests/phpunit/includes/testcase-ajax.php: Build/Test tools: Move `wp_doing_ajax` defintion from class setup to test setup.
noreply at wordpress.org
- [wp-svn] [41971] trunk/tests/phpunit/tests/hooks/doAction.php: Tests: Fix typo in `test_do_action_with_multiple_callbacks_on_different_priorities ()`.
noreply at wordpress.org
- [wp-svn] [41972] trunk/src/wp-admin/css/forms.css: Customize: Make sure the FTP credentials modal is visible.
noreply at wordpress.org
- [wp-svn] [41973] trunk/src/wp-includes/customize/ class-wp-customize-themes-section.php: Customize: Ease extendability of filter drawer
noreply at wordpress.org
- [wp-svn] [41974] trunk/src: Code Editor: Keep linting and its error reporting configured when `lint` option is changed dynamically.
noreply at wordpress.org
- [wp-svn] [41975] trunk: Themes: Show templates from both parent and child theme when calling `WP_Theme:: get_post_templates()`.
noreply at wordpress.org
- [wp-svn] [41976] trunk/tests/phpunit/data/themedir1/page-templates-child: Themes: Add files missed in [41975].
noreply at wordpress.org
- [wp-svn] [41977] trunk/src/wp-includes/script-loader.php: Code Editor: Add `underscore` as a dependency for the `code-editor` script.
noreply at wordpress.org
- [wp-svn] [41978] trunk/src: Dashboard: Remove "Try Gutenberg" callout.
noreply at wordpress.org
- [wp-svn] [41979] trunk: REST API: Allow passing existing template value for posts even when template no longer exists.
noreply at wordpress.org
- [wp-svn] [41980] trunk: Comments: Check if `wp_new_comment()` returns an error.
noreply at wordpress.org
- [wp-svn] [41981] trunk/src/wp-admin/about.php: About Page: Revised strings to be easier to translate.
noreply at wordpress.org
- [wp-svn] [41982] trunk/src/wp-includes/nav-menu.php: Menus: Don' t prime nav menu items cache if a persistent cache is being used.
noreply at wordpress.org
- [wp-svn] [41983] trunk/src/wp-includes/functions.php: Docs: Fix typo in `path_is_absolute()` description.
noreply at wordpress.org
- [wp-svn] [41984] trunk/src/wp-admin/css/colors/_mixins.scss: Buttons: Ensure active styling applies to both `:active` and `.active`.
noreply at wordpress.org
- [wp-svn] [41985] trunk/src: Editor: Specify `maxwidth` in `parse-embed` requests based on width of editor iframe so that TinyMCE view embeds fit , particularly in Text widgets.
noreply at wordpress.org
- [wp-svn] [41986] trunk/src/wp-admin: I18N: Remove `<code>` and `<kbd> ` tags from translatable strings on Settings screens.
noreply at wordpress.org
- [wp-svn] [41987] trunk/src: Taxonomy: After [40984], add the `most_used` label for non-hierarchical taxonomies too, and use it on the Menus screen.
noreply at wordpress.org
- [wp-svn] [41988] trunk/src/wp-admin/js/tags-box.js: Taxonomy: Use `keypress` instead of `keyup` for listening for Enter key to add a tag via Tags meta box.
noreply at wordpress.org
- [wp-svn] [41989] trunk/src/wp-includes/class-wp-customize-manager.php: Docs: Correct a class name in the docs for `WP_Customize_Manager::post_value() `.
noreply at wordpress.org
- [wp-svn] [41990] trunk/src/wp-includes/functions.php: Formatting: Make sure `wp_allowed_protocols() ` is filterable until `wp_loaded` has fired.
noreply at wordpress.org
- [wp-svn] [41991] trunk: Canonical: Strip trailing punctuation from permalinks.
noreply at wordpress.org
- [wp-svn] [41992] trunk/src: Code Editor: Define default `gutters` and toggle lint markers based on changes to `lint` option.
noreply at wordpress.org
- [wp-svn] [41993] trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js: TinyMCE: Set undefined FloatPanel zIndex
noreply at wordpress.org
- [wp-svn] [41994] trunk/tests/phpunit/tests/dependencies/scripts.php: Code Editor: Fix phpunit tests related to `gutters` after [41974].
noreply at wordpress.org
- [wp-svn] [41995] trunk/src/wp-includes: Customize: Allow previewed menus to be customized
noreply at wordpress.org
- [wp-svn] [41996] trunk/src/wp-admin: Code Editors: Update copy in warning modals.
noreply at wordpress.org
- [wp-svn] [41997] trunk/src: Customize: Prevent theme installation and deletion in Customizer while SFTP credentials need to be requested.
noreply at wordpress.org
- [wp-svn] [41998] trunk/src/wp-admin/credits.php: Credits: Update " Contributing Developers" to "Noteworthy Contributors."
noreply at wordpress.org
- [wp-svn] [41999] trunk/src/wp-admin/css/common.css: Code Editors: Tweak styles to work better on smaller screens.
noreply at wordpress.org
- [wp-svn] [42000] trunk: REST API: Don?\226?\128? \153t remove unregistered properties from objects in schema.
noreply at wordpress.org
- [wp-svn] [42001] trunk/src/wp-includes/widgets/class-wp-widget-text.php: Widgets: Limit container-constraining logic in Text widget to `video`, `iframe`, `object`, and `embed` elements.
noreply at wordpress.org
- [wp-svn] [42002] trunk/src/wp-includes/customize/ class-wp-customize-theme-control.php: I18N: Give context to "Installed" string added in [41648].
noreply at wordpress.org
- [wp-svn] [42003] trunk/src/wp-admin/theme-install.php: Themes: Harmonize list of theme features on Theme Install screen with list in the Customizer.
noreply at wordpress.org
- [wp-svn] [42004] trunk/src/wp-content/themes/twentyseventeen/style.css: Twenty Seventeen: Make gallery link styles consistent in all widget areas
noreply at wordpress.org
- [wp-svn] [42005] trunk/src: I18N: Add a context for remaining "Schedule" strings.
noreply at wordpress.org
- [wp-svn] [42006] trunk/src: I18N: Use a consistent pattern for translator comments for placeholders in some more Customizer strings.
noreply at wordpress.org
- [wp-svn] [42007] trunk/src: Docs: Improve the docs for `validate_file() ` and `validate_file_to_edit()`.
noreply at wordpress.org
- [wp-svn] [42008] trunk/src: Transients: After [41963], add missing cron task for `delete_expired_transients()`.
noreply at wordpress.org
- [wp-svn] [42009] trunk: Embeds: Improve consistency of update and refresh logic for oEmbed caching between `oembed_cache` and post meta.
noreply at wordpress.org
- [wp-svn] [42010] trunk/src/wp-admin/includes/file.php: Filesystem API: Don' t immediately return an error for invalid file names contained within a Zip while it 's being extracted.
noreply at wordpress.org
- [wp-svn] [42011] trunk: Filesystem API: Add more specificity to the rules for valid files in `validate_file()`.
noreply at wordpress.org
- [wp-svn] [42012] trunk/src/wp-admin/js/common.js: Permalinks: Fix placement of structure tags based on last cursor position.
noreply at wordpress.org
- [wp-svn] [42013] trunk/src/wp-admin/theme-editor.php: Code Editors: Add a persistent notification on CSS files, encouraging people to use the CSS panel in the Customizer instead of editing their CSS files directly.
noreply at wordpress.org
- [wp-svn] [42014] trunk/src/wp-admin/theme-editor.php: I18N: Use a consistent pattern for translator comments for placeholders in the string added in [42013].
noreply at wordpress.org
- [wp-svn] [42015] trunk/src/wp-admin/includes/update-core.php: Update `$_old_files` to add the deleted MediaElement.js files when it was upgraded from 2.22.0 to 4.2.3.
noreply at wordpress.org
- [wp-svn] [42016] trunk: Dashboard: Strip ports from IPs to avoid PHP warnings.
noreply at wordpress.org
- [wp-svn] [42017] trunk/src/wp-admin/privacy.php: About page: The link URLs in the privacy policy shouldn't be translatable.
noreply at wordpress.org
- [wp-svn] [42018] trunk/src/wp-admin/js/updates.js: Customize: Remove `theme_installing` notification when installation fails.
noreply at wordpress.org
- [wp-svn] [42019] trunk/src/wp-content/themes: Bundled Themes: Make sure new gallery widgets look good in themes
noreply at wordpress.org
- [wp-svn] [42020] trunk/src/wp-includes/version.php: WordPress 4.9 Beta 4.
noreply at wordpress.org
- [wp-svn] [42021] trunk/src/wp-includes/version.php: Post WordPress 4.9 Beta 4 version bump.
noreply at wordpress.org
- [wp-svn] [42022] trunk/src/wp-includes/Text/Diff/Engine/native.php: External Libraries: Revert [41633].
noreply at wordpress.org
- [wp-svn] [42023] trunk/src/wp-admin/options-permalink.php: Permalinks: Change mention of URI to URL in the description of `%category%` tag.
noreply at wordpress.org
- [wp-svn] [42024] trunk/src/wp-admin/js/customize-controls.js: Customize: Link `elements` prior to embedding to prevent possible errors when a control is associated with a non-existent section.
noreply at wordpress.org
- [wp-svn] [42025] trunk/src: Customize: Register the Publish Settings section in JS to ensure it does not get unregistered via PHP.
noreply at wordpress.org
- [wp-svn] [42026] trunk: Menus: Add `menu-$i` slugs to mapping groups
noreply at wordpress.org
- [wp-svn] [42027] trunk/src/wp-includes/Text/Diff/Engine/native.php: External Libraries: Remove usage of text strings in `assert() ` in the `Text_Diff_Engine_native` class.
noreply at wordpress.org
- [wp-svn] [42028] trunk/src/wp-includes/Text/Diff/Engine/native.php: External Libraries: Remove usage of `each() ` from the `Text_Diff_Engine_native` class.
noreply at wordpress.org
- [wp-svn] [42029] trunk/src/wp-admin/js/theme.js: Themes: Switch back from throttling to debouncing in theme searches on admin screen.
noreply at wordpress.org
- [wp-svn] [42030] trunk: Widgets: Prevent showing underlying attachment excerpt as caption when empty caption value is supplied in Image widget.
noreply at wordpress.org
- [wp-svn] [42031] trunk/src: Customize: Improve Media control accessibility and compatibility for `settings` passed as arrays or as solitary `setting`.
noreply at wordpress.org
- [wp-svn] [42032] trunk/tests/qunit/fixtures/wp-api-generated.js: Tests: Update `wp-api-generated.js`.
noreply at wordpress.org
- [wp-svn] [42033] trunk/src/wp-admin/js/customize-controls.js: Customize: Fix deep-linking to sections for themes via `autofocus[section] ` query parameter.
noreply at wordpress.org
- [wp-svn] [42034] trunk: Customize: Deprecate nav menu classes that are no longer used, instead of removing them immediately.
noreply at wordpress.org
- [wp-svn] [42035] trunk/src/wp-admin/js/customize-controls.js: Customize: Ensure `id` for section and panel is passed among `params` to respective templates.
noreply at wordpress.org
- [wp-svn] [42036] trunk/src/wp-admin/css/customize-controls.css: Customize: Fix mobile placement of panes for available widgets and nav menu items.
noreply at wordpress.org
- [wp-svn] [42037] trunk/src: Customize: Support instantiation of partials with flat/ unwrapped params for parity with controls, sections, and panels in [41726] .
noreply at wordpress.org
- [wp-svn] [42038] trunk/src/wp-admin/js/customize-controls.js: Customize: Fix interface alignment between `Setting` and `Control`, adding `defaults` to `wp.customize.Setting` and using `wp.customize.previewer` as default `previewer` param.
noreply at wordpress.org
- [wp-svn] [42039] trunk/src/wp-includes/class-wp-customize-manager.php: Customize: Fix phpdoc for params in `WP_Customize_Manager::add_section()`.
noreply at wordpress.org
- [wp-svn] [42040] trunk/src/wp-admin/js/customize-controls.js: Customize: Debounce requests for theme searches and the updating of the resulting filter count.
noreply at wordpress.org
- [wp-svn] [42041] trunk/tests/qunit/index.html: Tests: Remove references to deleted JS files in QUnit tests.
noreply at wordpress.org
- [wp-svn] [42042] trunk: Customize: Allow 0:00-0:59 in date/ time control when 24-hour time used.
noreply at wordpress.org
- [wp-svn] [42043] trunk: Multisite: Pass network object instead of ID to `pre_get_main_site_id`.
noreply at wordpress.org
- [wp-svn] [42044] trunk/src/wp-admin/about.php: About Page: Update the blurb in " Warning: Potential Danger Ahead!" to be more accurate.
noreply at wordpress.org
- [wp-svn] [42045] trunk/src/wp-admin/privacy.php: About page: Tweak the privacy policy language, for clarity.
noreply at wordpress.org
- [wp-svn] [42046] trunk/src: Customize: Spiff up theme updates
noreply at wordpress.org
- [wp-svn] [42047] trunk/src/wp-includes/js/wp-api.js: REST API: JS client - Enumerate endpoints supporting trash.
noreply at wordpress.org
- [wp-svn] [42048] trunk/src/wp-admin/js/customize-controls.js: Customize: Consolidate sourcing of control `params`.
noreply at wordpress.org
- [wp-svn] [42049] trunk/src/wp-includes/version.php: WordPress 4.9 RC1.
noreply at wordpress.org
- [wp-svn] [42050] trunk/src/wp-includes/version.php: Post WordPress 4.9 RC1 version bump.
noreply at wordpress.org
- [wp-svn] [42051] branches/4.8: Build/Test Tools: Pass correct `$message` argument to `WP_UnitTestCase:: setExpectedException()` in `Tests_Ajax_CompressionTest::test_logged_out() ` and `Tests_Ajax_TagSearch::test_no_results()`.
noreply at wordpress.org
- [wp-svn] [42052] branches/4.7: Build/Test Tools: Pass correct `$message` argument to `WP_UnitTestCase:: setExpectedException()` in `Tests_Ajax_CompressionTest::test_logged_out() ` and `Tests_Ajax_TagSearch::test_no_results()`.
noreply at wordpress.org
- [wp-svn] [42053] branches/4.6: Build/Test Tools: Pass correct `$message` argument to `WP_UnitTestCase:: setExpectedException()` in `Tests_Ajax_CompressionTest::test_logged_out() ` and `Tests_Ajax_TagSearch::test_no_results()`.
noreply at wordpress.org
- [wp-svn] [42054] branches/4.5: Build/Test Tools: Pass correct `$message` argument to `WP_UnitTestCase:: setExpectedException()` in `Tests_Ajax_CompressionTest::test_logged_out() ` and `Tests_Ajax_TagSearch::test_no_results()`.
noreply at wordpress.org
- [wp-svn] [42055] branches/4.4: Build/Test Tools: Pass correct `$message` argument to `WP_UnitTestCase:: setExpectedException()` in `Tests_Ajax_CompressionTest::test_logged_out() ` and `Tests_Ajax_TagSearch::test_no_results()`.
noreply at wordpress.org
- [wp-svn] [42056] trunk: Database: Restore numbered placeholders in `wpdb::prepare() `.
noreply at wordpress.org
- [wp-svn] [42057] branches/4.8: Database: Restore numbered placeholders in `wpdb:: prepare()`.
noreply at wordpress.org
- [wp-svn] [42058] branches/4.7: Database: Restore numbered placeholders in `wpdb:: prepare()`.
noreply at wordpress.org
- [wp-svn] [42059] branches/4.6: Database: Restore numbered placeholders in `wpdb:: prepare()`.
noreply at wordpress.org
- [wp-svn] [42060] branches/4.5: Database: Restore numbered placeholders in `wpdb:: prepare()`.
noreply at wordpress.org
- [wp-svn] [42061] branches/4.4: Database: Restore numbered placeholders in `wpdb:: prepare()`.
noreply at wordpress.org
- [wp-svn] [42062] branches/4.3: Database: Restore numbered placeholders in `wpdb:: prepare()`.
noreply at wordpress.org
- [wp-svn] [42063] branches/4.2: Database: Restore numbered placeholders in `wpdb:: prepare()`.
noreply at wordpress.org
- [wp-svn] [42064] branches/4.1: Database: Restore numbered placeholders in `wpdb:: prepare()`.
noreply at wordpress.org
- [wp-svn] [42065] branches/4.0: Database: Restore numbered placeholders in `wpdb:: prepare()`.
noreply at wordpress.org
- [wp-svn] [42066] branches/3.9: Database: Restore numbered placeholders in `wpdb:: prepare()`.
noreply at wordpress.org
- [wp-svn] [42067] branches/3.8: Database: Restore numbered placeholders in `wpdb:: prepare()`.
noreply at wordpress.org
- [wp-svn] [42068] branches/3.7: Database: Restore numbered placeholders in `wpdb:: prepare()`.
noreply at wordpress.org
- [wp-svn] [42069] branches/4.8: Bump 4.8 branch to version 4.8.3.
noreply at wordpress.org
- [wp-svn] [42070] branches/4.7: Bump 4.7 branch to version 4.7.7.
noreply at wordpress.org
- [wp-svn] [42071] branches/4.6: Bump 4.6 branch to version 4.6.8.
noreply at wordpress.org
- [wp-svn] [42072] branches/4.5: Bump 4.5 branch to version 4.5.11.
noreply at wordpress.org
- [wp-svn] [42073] branches/4.4: Bump 4.4 branch to version 4.4.12.
noreply at wordpress.org
- [wp-svn] [42074] branches/4.3: Bump 4.3 branch to version 4.3.13.
noreply at wordpress.org
- [wp-svn] [42075] branches/4.2: Bump 4.2 branch to version 4.3.17.
noreply at wordpress.org
- [wp-svn] [42076] branches/4.1: Bump 4.1 branch to version 4.1.20.
noreply at wordpress.org
- [wp-svn] [42077] branches/4.0: Bump 4.0 branch to version 4.0.20.
noreply at wordpress.org
- [wp-svn] [42078] branches/3.9: Bump 3.9 branch to version 3.9.21.
noreply at wordpress.org
- [wp-svn] [42079] branches/3.8: Bump 3.8 branch to version 3.8.23.
noreply at wordpress.org
- [wp-svn] [42080] branches/3.7: Bump 3.7 branch to version 3.7.23.
noreply at wordpress.org
- [wp-svn] [42081] tags/4.8.3/: Tag 4.8.3
noreply at wordpress.org
- [wp-svn] [42082] tags/4.7.7/: Tag 4.7.7
noreply at wordpress.org
- [wp-svn] [42083] tags/4.6.8/: Tag 4.6.8
noreply at wordpress.org
- [wp-svn] [42084] tags/4.5.11/: Tag 4.5.11
noreply at wordpress.org
- [wp-svn] [42085] tags/4.4.12/: Tag 4.4.12
noreply at wordpress.org
- [wp-svn] [42086] tags/4.3.13/: Tag 4.3.13
noreply at wordpress.org
- [wp-svn] [42087] tags/4.2.17/: Tag 4.2.17
noreply at wordpress.org
- [wp-svn] [42088] tags/4.1.20/: Tag 4.1.20
noreply at wordpress.org
- [wp-svn] [42089] tags/4.0.20/: Tag 4.0.20
noreply at wordpress.org
- [wp-svn] [42090] tags/3.9.21/: Tag 3.9.21
noreply at wordpress.org
- [wp-svn] [42091] tags/3.8.23/: Tag 3.8.23
noreply at wordpress.org
- [wp-svn] [42092] tags/3.7.23/: Tag 3.7.23
noreply at wordpress.org
- [wp-svn] [42093] branches/4.3: General: Remove the version number from the readme file in the 4.3 branch.
noreply at wordpress.org
- [wp-svn] [42094] branches/4.2: General: Remove the version number from the readme file in the 4.2 branch.
noreply at wordpress.org
- [wp-svn] [42095] branches/4.1: General: Remove the version number from the readme file in the 4.1 branch.
noreply at wordpress.org
- [wp-svn] [42096] branches/4.0: General: Remove the version number from the readme file in the 4.0 branch.
noreply at wordpress.org
- [wp-svn] [42097] branches/3.9: General: Remove the version number from the readme file in the 4.
noreply at wordpress.org
- [wp-svn] [42098] branches/3.8: General: Remove the version number from the readme file in the 3.8 branch.
noreply at wordpress.org
- [wp-svn] [42099] branches/3.7/src/readme.html: General: Remove the version number from the readme file in the 3.7 branch.
noreply at wordpress.org
- [wp-svn] [42100] branches/4.7: General: Remove the version number from the readme file in the 4.7 branch.
noreply at wordpress.org
- [wp-svn] [42101] branches/4.6: General: Remove the version number from the readme file in the 4.6 branch.
noreply at wordpress.org
- [wp-svn] [42102] branches/4.5: General: Remove the version number from the readme file in the 4.5 branch.
noreply at wordpress.org
- [wp-svn] [42103] branches/4.4: General: Remove the version number from the readme file in the 4.4 branch.
noreply at wordpress.org
Last message date:
Tue Oct 31 18:07:23 UTC 2017
Archived on: Tue Oct 31 18:12:25 UTC 2017
This archive was generated by
Pipermail 0.09 (Mailman edition).