May 2015 Archives by subject
Starting: Fri May 1 16:37:35 UTC 2015
Ending: Sun May 31 21:53:35 UTC 2015
Messages: 345
- [wp-svn] [32331] trunk: Allow metadata to be deleted when meta_value matches 0 or ' 0'.
noreply at wordpress.org
- [wp-svn] [32332] trunk/src/wp-admin/themes.php: Merge two strings from theme details dialog.
noreply at wordpress.org
- [wp-svn] [32333] trunk/src: Replace `echo __()` with `_e()`.
noreply at wordpress.org
- [wp-svn] [32334] trunk/src/wp-includes/js: Emoji:
noreply at wordpress.org
- [wp-svn] [32335] trunk/src/wp-includes/js/wp-emoji.js: Emoji: before parsing added nodes test if the text in them contains emoji chars.
noreply at wordpress.org
- [wp-svn] [32336] trunk/src: Emoji: add an exclude class to wp-emoji checked when monitoring for changes with mutationObserver.
noreply at wordpress.org
- [wp-svn] [32337] trunk/src: Emoji: rename the exclude class to wp-exclude-emoji.
noreply at wordpress.org
- [wp-svn] [32338] trunk/src/wp-admin/includes/file.php: Clarify accepted types for the `$args` and `$context` parameters in `WP_Filesystem ()`.
noreply at wordpress.org
- [wp-svn] [32339] trunk/src/wp-admin/includes/ms.php: Add a missing `@return` tag to the DocBlock for `site_admin_notice()`.
noreply at wordpress.org
- [wp-svn] [32340] trunk/src/wp-admin/includes/plugin.php: Add a missing `@return` tag to the DocBlock for `uninstall_plugin().
noreply at wordpress.org
- [wp-svn] [32341] trunk/src/wp-admin/includes/media.php: Add a missing DocBlock for `wp_caption_input_textarea()`.
noreply at wordpress.org
- [wp-svn] [32342] trunk: Attachment URLs should only be forced to SSL on the front end.
noreply at wordpress.org
- [wp-svn] [32343] trunk/tests/qunit/vendor: Update QUnit to v1.18.0
noreply at wordpress.org
- [wp-svn] [32344] trunk/src/wp-includes/class-wp-theme.php: Properly document `WP_Theme::scandir()` as a static method, adjust parameter documentation for formatting and clarity.
noreply at wordpress.org
- [wp-svn] [32345] trunk/src/wp-includes/class-wp-theme.php: Add a missing `@return` tag and description to the DocBlock for `WP_Theme ::scandir()`.
noreply at wordpress.org
- [wp-svn] [32346] trunk/src/wp-includes/functions.php: Add 'webcal' to the list of URI protocols whitelisted by default.
noreply at wordpress.org
- [wp-svn] [32347] trunk/src/wp-includes/js/wp-emoji.js: Emoji: add shorter/ faster regex for testing for emoji chars in added nodes.
noreply at wordpress.org
- [wp-svn] [32348] trunk/src/wp-includes/taxonomy.php: Improve inline documentation in wp-includes/taxonomy.php.
noreply at wordpress.org
- [wp-svn] [32349] trunk/src/wp-includes/taxonomy.php: Ensure the optional parameters for `get_taxonomies() ` are documented as such.
noreply at wordpress.org
- [wp-svn] [32350] trunk/src: Add two changelog entries for functional changes introduced in 4.2.0.
noreply at wordpress.org
- [wp-svn] [32351] trunk/src/wp-includes/taxonomy.php: Add a changelog entry for the `$resource_type` parameter added to the `get_ancestors` filter in 4.1.1.
noreply at wordpress.org
- [wp-svn] [32352] trunk/src/wp-admin/includes/media.php: Fix documentation syntax and formatting for the `media_sideload_image() ` DocBlock.
noreply at wordpress.org
- [wp-svn] [32353] trunk: Improve sanitization of 'name' param in `get_terms()`.
noreply at wordpress.org
- [wp-svn] [32354] trunk/tests/phpunit/tests/post/getPageChildren.php: Unit tests for `get_page_children()`.
noreply at wordpress.org
- [wp-svn] [32355] trunk/src/wp-includes/post.php: Improve performance of `get_page_children()`.
noreply at wordpress.org
- [wp-svn] [32356] trunk/package.json: Update grunt-contrib-qunit to 0.7.0
noreply at wordpress.org
- [wp-svn] [32357] trunk/package.json: Update grunt-autoprefixer to 3.0.0
noreply at wordpress.org
- [wp-svn] [32358] trunk/tests/phpunit/tests/media.php: youtube.com oEmbed test should always expect HTTPS.
noreply at wordpress.org
- [wp-svn] [32359] trunk: In `paginate_links()`, improve handling of custom pagination query vars.
noreply at wordpress.org
- [wp-svn] [32360] branches/4.2/src/wp-includes/js/wp-emoji.js: Emoji: fix loop when replacement images fail to load.
noreply at wordpress.org
- [wp-svn] [32361] branches/4.2/src/wp-includes/js: Emoji:
noreply at wordpress.org
- [wp-svn] [32362] branches/4.2/src: Emoji: add an exclude class to wp-emoji checked when monitoring for changes with MutationObserver.
noreply at wordpress.org
- [wp-svn] [32363] branches/4.2/src/wp-includes/js/tinymce/plugins/wordpress/ plugin.js: TinyMCE: fix Mac keyboard shortcut for save from the visual editor.
noreply at wordpress.org
- [wp-svn] [32364] trunk: WPDB: When checking that a string can be sent to MySQL, we shouldn't use `mb_convert_encoding()`, as it behaves differently to MySQL's character encoding conversion.
noreply at wordpress.org
- [wp-svn] [32365] branches/4.2/tests/phpunit/tests/media.php: youtube.com oEmbed test should always expect HTTPS.
noreply at wordpress.org
- [wp-svn] [32366] trunk/src/wp-includes: TinyMCE: update to 4.1.10.
noreply at wordpress.org
- [wp-svn] [32367] branches/4.2: WPDB: When checking that a string can be sent to MySQL, we shouldn' t use `mb_convert_encoding()`, as it behaves differently to MySQL' s character encoding conversion.
noreply at wordpress.org
- [wp-svn] [32368] trunk: WPDB: Allow queries to reference tables in the `dbname.tablename` format, and allow table names to contain any valid character, rather than just ASCII.
noreply at wordpress.org
- [wp-svn] [32369] branches/4.2/src/wp-includes: Add some of the TinyMCE 4.1.10 fixes to 4.2.
noreply at wordpress.org
- [wp-svn] [32370] branches/4.2: WPDB: Allow queries to reference tables in the `dbname.tablename` format, and allow table names to contain any valid character, rather than just ASCII.
noreply at wordpress.org
- [wp-svn] [32371] branches/4.1/src/wp-includes: TinyMCE: work-around a bug in the tags matching regex.
noreply at wordpress.org
- [wp-svn] [32372] branches/4.0/src/wp-includes: TinyMCE: work-around a bug in the tags matching regex.
noreply at wordpress.org
- [wp-svn] [32373] branches/3.9/src/wp-includes: TinyMCE: work-around a bug in the tags matching regex.
noreply at wordpress.org
- [wp-svn] [32374] trunk: WPDB: When sanity checking query character sets, there' s no need to check queries that don't return user data.
noreply at wordpress.org
- [wp-svn] [32375] trunk/src/wp-includes: The UTF-8 regex can occasionally fail on very low memory machines.
noreply at wordpress.org
- [wp-svn] [32376] branches/4.2/src/wp-includes: The UTF-8 regex can occasionally fail on very low memory machines.
noreply at wordpress.org
- [wp-svn] [32377] branches/4.2: WPDB: When sanity checking query character sets, there's no need to check queries that don't return user data.
noreply at wordpress.org
- [wp-svn] [32378] trunk/src: Upgrades: When converting to `utf8mb4`, we were trying to change the wrong index on `wp_signups`, causing the conversion to later fail.
noreply at wordpress.org
- [wp-svn] [32379] trunk/src/wp-admin/includes/upgrade.php: Fix an incorrect version number check in [32378].
noreply at wordpress.org
- [wp-svn] [32380] branches/4.2/src: Upgrades: When converting to `utf8mb4`, we were trying to change the wrong index on `wp_signups`, causing the conversion to later fail.
noreply at wordpress.org
- [wp-svn] [32381] trunk/src: Multisite: Add translator comments to default email messages with non-typical placeholders.
noreply at wordpress.org
- [wp-svn] [32382] trunk/src: Customizer: Use a semantic, accessible element for Remove Header Image button.
noreply at wordpress.org
- [wp-svn] [32383] branches/4.2: Improve performance of loop detection in `_get_term_children()`.
noreply at wordpress.org
- [wp-svn] [32384] branches/4.2: Attachment URLs should only be forced to SSL on the front end.
noreply at wordpress.org
- [wp-svn] [32385] trunk/src/wp-admin/includes/update-core.php: When upgrading WordPress remove genericons example.html files
noreply at wordpress.org
- [wp-svn] [32386] branches/4.2/src/wp-admin/includes/update-core.php: When upgrading WordPress remove genericons example.html files
noreply at wordpress.org
- [wp-svn] [32387] branches/4.1: WPDB: When checking that a string can be sent to MySQL, we shouldn' t use `mb_convert_encoding()`, as it behaves differently to MySQL' s character encoding conversion.
noreply at wordpress.org
- [wp-svn] [32388] branches/4.0: WPDB: When checking that a string can be sent to MySQL, we shouldn' t use `mb_convert_encoding()`, as it behaves differently to MySQL' s character encoding conversion.
noreply at wordpress.org
- [wp-svn] [32389] branches/3.9: WPDB: When checking that a string can be sent to MySQL, we shouldn' t use `mb_convert_encoding()`, as it behaves differently to MySQL' s character encoding conversion.
noreply at wordpress.org
- [wp-svn] [32390] branches/3.8: WPDB: When checking that a string can be sent to MySQL, we shouldn' t use `mb_convert_encoding()`, as it behaves differently to MySQL' s character encoding conversion.
noreply at wordpress.org
- [wp-svn] [32391] branches/3.7: WPDB: When checking that a string can be sent to MySQL, we shouldn' t use `mb_convert_encoding()`, as it behaves differently to MySQL' s character encoding conversion.
noreply at wordpress.org
- [wp-svn] [32392] trunk/src/wp-content/themes: Bundled Themes: Remove Genericons example.html files.
noreply at wordpress.org
- [wp-svn] [32393] branches/4.2/src/wp-content/themes: Bundled Themes: Remove Genericons example.html files.
noreply at wordpress.org
- [wp-svn] [32394] branches/4.1/src/wp-content/themes: Bundled Themes: Remove Genericons example.html files.
noreply at wordpress.org
- [wp-svn] [32395] branches/3.7/src/wp-admin/includes/upgrade.php: Upgrade: Fix typo in [32391]/3.7.
noreply at wordpress.org
- [wp-svn] [32396] branches/4.1/src/wp-includes/wp-db.php: The UTF-8 regex can occasionally fail on very low memory machines.
noreply at wordpress.org
- [wp-svn] [32397] branches/4.0/src/wp-includes/wp-db.php: The UTF-8 regex can occasionally fail on very low memory machines.
noreply at wordpress.org
- [wp-svn] [32398] branches/3.9/src/wp-includes/wp-db.php: The UTF-8 regex can occasionally fail on very low memory machines.
noreply at wordpress.org
- [wp-svn] [32399] branches/3.8/src/wp-includes/wp-db.php: The UTF-8 regex can occasionally fail on very low memory machines.
noreply at wordpress.org
- [wp-svn] [32400] branches/3.7/src/wp-includes/wp-db.php: The UTF-8 regex can occasionally fail on very low memory machines.
noreply at wordpress.org
- [wp-svn] [32401] branches/4.1/src/wp-admin/includes/update-core.php: When upgrading WordPress remove genericons example.html files
noreply at wordpress.org
- [wp-svn] [32402] branches/4.1: WPDB: When sanity checking query character sets, there's no need to check queries that don't return user data.
noreply at wordpress.org
- [wp-svn] [32403] branches/4.0: WPDB: When sanity checking query character sets, there's no need to check queries that don't return user data.
noreply at wordpress.org
- [wp-svn] [32404] branches/4.0/src/wp-admin/includes/update-core.php: When upgrading WordPress remove genericons example.html files
noreply at wordpress.org
- [wp-svn] [32405] branches/3.9: WPDB: When sanity checking query character sets, there's no need to check queries that don't return user data.
noreply at wordpress.org
- [wp-svn] [32406] branches/3.8: WPDB: When sanity checking query character sets, there's no need to check queries that don't return user data.
noreply at wordpress.org
- [wp-svn] [32407] branches/3.7: WPDB: When sanity checking query character sets, there's no need to check queries that don't return user data.
noreply at wordpress.org
- [wp-svn] [32408] branches/3.9/src/wp-admin/includes: When upgrading WordPress remove genericons example.html files
noreply at wordpress.org
- [wp-svn] [32409] branches/3.9/src/wp-admin/includes/class-wp-upgrader.php: Remove debugging comments from [32408]
noreply at wordpress.org
- [wp-svn] [32410] branches/3.8/src/wp-admin/includes/update-core.php: When upgrading WordPress remove genericons example.html files
noreply at wordpress.org
- [wp-svn] [32411] branches/3.7/src/wp-admin/includes/update-core.php: When upgrading WordPress remove genericons example.html files
noreply at wordpress.org
- [wp-svn] [32412] branches/4.1: WPDB: Allow queries to reference tables in the dbname.tablename format, and allow table names to contain any valid character, rather than just ASCII.
noreply at wordpress.org
- [wp-svn] [32413] branches/4.0: WPDB: Allow queries to reference tables in the dbname.tablename format, and allow table names to contain any valid character, rather than just ASCII.
noreply at wordpress.org
- [wp-svn] [32414] branches/3.9: WPDB: Allow queries to reference tables in the dbname.tablename format, and allow table names to contain any valid character, rather than just ASCII.
noreply at wordpress.org
- [wp-svn] [32415] branches/3.8: WPDB: Allow queries to reference tables in the dbname.tablename format, and allow table names to contain any valid character, rather than just ASCII.
noreply at wordpress.org
- [wp-svn] [32416] branches/3.7: WPDB: Allow queries to reference tables in the dbname.tablename format, and allow table names to contain any valid character, rather than just ASCII.
noreply at wordpress.org
- [wp-svn] [32417] trunk/src/wp-admin/includes/upgrade.php: Upgrade: Ensure unintelligible DB schemas don't result in content loss.
noreply at wordpress.org
- [wp-svn] [32418] branches/4.2/src/wp-admin/includes/upgrade.php: Upgrade: Ensure unintelligible DB schemas don't result in content loss.
noreply at wordpress.org
- [wp-svn] [32419] branches/4.1/src/wp-admin/includes/upgrade.php: Upgrade: Ensure unintelligible DB schemas don't result in content loss.
noreply at wordpress.org
- [wp-svn] [32420] branches/4.0/src/wp-admin/includes/upgrade.php: Upgrade: Ensure unintelligible DB schemas don't result in content loss.
noreply at wordpress.org
- [wp-svn] [32421] branches/3.9/src/wp-admin/includes/upgrade.php: Upgrade: Ensure unintelligible DB schemas don't result in content loss.
noreply at wordpress.org
- [wp-svn] [32422] branches/3.8/src/wp-admin/includes/upgrade.php: Upgrade: Ensure unintelligible DB schemas don't result in content loss.
noreply at wordpress.org
- [wp-svn] [32423] branches/3.7/src/wp-admin/includes/upgrade.php: Upgrade: Ensure unintelligible DB schemas don't result in content loss.
noreply at wordpress.org
- [wp-svn] [32424] branches/4.2: 4.2.2 version bumps.
noreply at wordpress.org
- [wp-svn] [32425] branches/4.1: 4.1.5 version bumps.
noreply at wordpress.org
- [wp-svn] [32426] branches/4.2/src/wp-includes/taxonomy.php: Remove duplicate semicolon introduced in [32384].
noreply at wordpress.org
- [wp-svn] [32427] branches/4.2/src/wp-admin/about.php: Add closing paragraph tag for the 4.2.2 changelog entry.
noreply at wordpress.org
- [wp-svn] [32428] branches/4.1/src/wp-admin/about.php: Add closing paragraph tag for the 4.1.5 changelog entry.
noreply at wordpress.org
- [wp-svn] [32429] trunk/src/wp-admin/includes/upgrade.php: Upgrade: `$wpdb-> get_col_length()` sanity check: bail on unexpected return value.
noreply at wordpress.org
- [wp-svn] [32430] branches/4.2/src/wp-admin/includes/upgrade.php: Upgrade: `$wpdb-> get_col_length()` sanity check: bail on unexpected return value.
noreply at wordpress.org
- [wp-svn] [32431] branches/4.1/src/wp-admin/includes/upgrade.php: Upgrade: `$wpdb-> get_col_length()` sanity check: bail on unexpected return value.
noreply at wordpress.org
- [wp-svn] [32432] branches/4.0/src/wp-admin/includes/upgrade.php: Upgrade: `$wpdb-> get_col_length()` sanity check: bail on unexpected return value.
noreply at wordpress.org
- [wp-svn] [32433] branches/3.9/src/wp-admin/includes/upgrade.php: Upgrade: `$wpdb-> get_col_length()` sanity check: bail on unexpected return value.
noreply at wordpress.org
- [wp-svn] [32434] branches/3.8/src/wp-admin/includes/upgrade.php: Upgrade: `$wpdb-> get_col_length()` sanity check: bail on unexpected return value.
noreply at wordpress.org
- [wp-svn] [32435] branches/3.7/src/wp-admin/includes/upgrade.php: Upgrade: `$wpdb-> get_col_length()` sanity check: bail on unexpected return value.
noreply at wordpress.org
- [wp-svn] [32436] branches/4.0: 4.0.5 version bumps.
noreply at wordpress.org
- [wp-svn] [32437] branches/3.9/src/wp-admin/about.php: 3.9.6 version bumps.
noreply at wordpress.org
- [wp-svn] [32438] branches/3.8/src/wp-admin/about.php: 3.8.8 version bumps.
noreply at wordpress.org
- [wp-svn] [32439] branches/3.7/src/wp-admin/about.php: 3.7.8 version bumps.
noreply at wordpress.org
- [wp-svn] [32440] trunk/src/wp-admin/includes/upgrade.php: Upgrade: Since MySQL may auto-expand column widths when changing a column' s character set, we must do our length-based comment checks prior to the character set changes.
noreply at wordpress.org
- [wp-svn] [32441] branches/4.2/src/wp-admin/includes/upgrade.php: Upgrade: Since MySQL may auto-expand column widths when changing a column' s character set, we must do our length-based comment checks prior to the character set changes.
noreply at wordpress.org
- [wp-svn] [32442] trunk/src/wp-content/themes/twentyfifteen/style.css: Twenty Fifteen is 1.2 after [32392].
noreply at wordpress.org
- [wp-svn] [32443] branches/4.2/src/wp-content/themes/twentyfifteen/style.css: Twenty Fifteen is 1.2 after [32392].
noreply at wordpress.org
- [wp-svn] [32444] tags/4.2.2/: Tag 4.2.2
noreply at wordpress.org
- [wp-svn] [32445] tags/4.1.5/: Tag 4.1.5
noreply at wordpress.org
- [wp-svn] [32446] tags/4.0.5/: Tag 4.0.5
noreply at wordpress.org
- [wp-svn] [32447] tags/3.9.6/: Tag 3.9.6
noreply at wordpress.org
- [wp-svn] [32448] tags/3.8.8/: Tag 3.8.8
noreply at wordpress.org
- [wp-svn] [32449] tags/3.7.8/: Tag 3.7.8
noreply at wordpress.org
- [wp-svn] [32450] trunk/src/wp-includes/taxonomy.php: Add missing parameter descriptions to the `created_term` hook documentation.
noreply at wordpress.org
- [wp-svn] [32451] trunk/src/wp-includes/taxonomy.php: Add a description to the hook documentation for the `created_$taxonomy` action to clarify the dynamic portion of the hook name.
noreply at wordpress.org
- [wp-svn] [32452] trunk/src/wp-includes/taxonomy.php: Ensure the optional parameter in `get_object_taxonomies() ` is documented as such.
noreply at wordpress.org
- [wp-svn] [32453] trunk/src/wp-includes/taxonomy.php: Fix a wide variety of syntactical, spacing, wording, and other issues in wp-includes/taxonomy.php.
noreply at wordpress.org
- [wp-svn] [32454] trunk/src: On the Writing Options screen, hide the Balance Tags and Convert Smilies options on new installs.
noreply at wordpress.org
- [wp-svn] [32455] trunk/src/wp-admin/options.php: When saving Writing Options, check that the UI is enabled for `use_smilies` and `use_balanceTags` before trying to update them.
noreply at wordpress.org
- [wp-svn] [32456] trunk/src/wp-admin/includes/upgrade.php: Upgrades: If a table has already been converted to `utf8mb4`, there' s no need to try and convert it again.
noreply at wordpress.org
- [wp-svn] [32457] branches/4.2/src/wp-admin/includes/upgrade.php: Upgrades: If a table has already been converted to `utf8mb4`, there' s no need to try and convert it again.
noreply at wordpress.org
- [wp-svn] [32458] trunk/src/wp-includes/functions.php: Add a comment to maybe_serialize().
noreply at wordpress.org
- [wp-svn] [32459] trunk/src/wp-includes/js: In `media/views/embed/link.js`, URLs should have a valid protocol before an attempt to fetch them is made.
noreply at wordpress.org
- [wp-svn] [32460] trunk/src/wp-includes/js: When fetching in `media/views/embed/ link.js`, call `abort()` on any existing XHRs.
noreply at wordpress.org
- [wp-svn] [32461] trunk: Use table prefix for `comment__in` and `comment__not_in` SQL clauses of `WP_Comment_Query`.
noreply at wordpress.org
- [wp-svn] [32462] trunk/src/wp-includes/js: When creating an `EmbedLink` view, don' t add a spinner - it already exists in `Embed`.
noreply at wordpress.org
- [wp-svn] [32463] trunk/src/wp-includes/js: In `EmbedLink`, a URL needs to be at least 11 chars to be useful.
noreply at wordpress.org
- [wp-svn] [32464] trunk/src/wp-includes/js: `wp.media.view.Button` should create `< button>`s, not `<a href="#">`s.
noreply at wordpress.org
- [wp-svn] [32465] trunk/src/wp-includes/pluggable.php: Introduce a `$token` argument to `wp_set_auth_cookie() ` so session tokens can be reused by custom authentication implementations.
noreply at wordpress.org
- [wp-svn] [32466] trunk/src/wp-includes/js: Media Grid: clean up our flawed `Backbone.Router` implementation so that the browser forward /back buttons work the same way as the left/ right keys when the Edit Attachment frame is open.
noreply at wordpress.org
- [wp-svn] [32467] trunk/src/wp-includes/media-template.php: In `media-template.php`, change a few `<a href="#" class="button">`s to `<button type="button" class="button" ...>`.
noreply at wordpress.org
- [wp-svn] [32468] trunk/src/wp-includes: Serve RSS feeds with the proper mime-type: `application/rss+xml`.
noreply at wordpress.org
- [wp-svn] [32469] trunk/src/wp-includes/feed.php: In `fetch_feed()`, call `-> set_output_encoding() ` on the `SimplePie` instance to ensure the feed is served with encoding specified by the `blog_charset` option.
noreply at wordpress.org
- [wp-svn] [32470] branches/4.2/src/wp-includes/version.php: 4.2 branch is now 4.2.3-alpha.
noreply at wordpress.org
- [wp-svn] [32471] trunk/src: Merge similar error strings.
noreply at wordpress.org
- [wp-svn] [32472] trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php: Sites List Table: Replace context with a translators comment for the site name and tagline.
noreply at wordpress.org
- [wp-svn] [32473] trunk/src/wp-admin/includes/class-wp-list-table.php: List Table: Add placeholder to a plural string.
noreply at wordpress.org
- [wp-svn] [32474] trunk/src/wp-admin/edit-form-advanced.php: Merge a help tab string for pages.
noreply at wordpress.org
- [wp-svn] [32475] trunk/src/wp-admin/css: Improve focus styles for:
noreply at wordpress.org
- [wp-svn] [32476] trunk/src/wp-admin/css: Improve focus styles for:
noreply at wordpress.org
- [wp-svn] [32477] trunk/src/wp-includes: Merge similar error strings for invalid data.
noreply at wordpress.org
- [wp-svn] [32478] trunk/src/wp-includes/js/wp-emoji.js: Emoji: do not try to replace emoji chars inside dynamic SVGs.
noreply at wordpress.org
- [wp-svn] [32479] trunk/wp-config-sample.php: Lightly clean up and improve inline documentation in wp-config-sample.php.
noreply at wordpress.org
- [wp-svn] [32480] trunk/src/wp-admin: Widgets:
noreply at wordpress.org
- [wp-svn] [32481] trunk/src/wp-includes/option.php: Update the DocBlock description for `update_option() ` to account for the ability to define the `$autoload` parameter, added in 4.2.
noreply at wordpress.org
- [wp-svn] [32482] trunk/src/wp-includes/formatting.php: Check if running from / src or SCRIPT_DEBUG is defined in `print_emoji_detection_script()`.
noreply at wordpress.org
- [wp-svn] [32483] trunk: Add a return value to `wp_register_script() ` and `wp_register_style() ` which matches the return value of `WP_Dependencies::add()`.
noreply at wordpress.org
- [wp-svn] [32484] trunk: In category dropdown, 'selected' should match against ' value_field'.
noreply at wordpress.org
- [wp-svn] [32485] trunk/src/wp-admin/css: Improve focus styles for the Switch View links in Posts listings and Media Library.
noreply at wordpress.org
- [wp-svn] [32486] trunk/src/wp-content/themes/twentytwelve/style.css: Twenty Twelve: fix content skip link appearance.
noreply at wordpress.org
- [wp-svn] [32487] trunk/src/wp-content/themes/twentyfifteen/readme.txt: Twenty Fifteen: update readme file.
noreply at wordpress.org
- [wp-svn] [32488] trunk/src/wp-content/themes/twentyfourteen/readme.txt: Twenty Fourteen: add readme file to explain basic theme usage, link to changelog on Codex, and include license information.
noreply at wordpress.org
- [wp-svn] [32489] trunk/src/wp-content/themes/twentythirteen/readme.txt: Twenty Thirteen: add readme file to explain basic theme usage, link to changelog on Codex, and include license information.
noreply at wordpress.org
- [wp-svn] [32490] trunk/src/wp-content/themes/twentytwelve/readme.txt: Twenty Twelve : add readme file to explain basic theme usage, link to changelog on Codex , and include license information.
noreply at wordpress.org
- [wp-svn] [32491] trunk/src/wp-content/themes/twentyeleven/readme.txt: Twenty Eleven : add readme file to explain basic theme usage, link to changelog on Codex , and include license information.
noreply at wordpress.org
- [wp-svn] [32492] trunk/src/wp-content/themes/twentyten/readme.txt: Twenty Ten: add readme file to explain basic theme usage, link to changelog on Codex, and include license information.
noreply at wordpress.org
- [wp-svn] [32493] trunk/src/wp-content/themes/twentyfifteen/readme.txt: Twenty Fifteen: fix typo in readme file, props obenland.
noreply at wordpress.org
- [wp-svn] [32494] trunk/src/wp-content/themes/twentytwelve/readme.txt: Twenty Twelve : fix typo in readme.txt file.
noreply at wordpress.org
- [wp-svn] [32495] trunk/src/wp-admin: Fix comments postbox:
noreply at wordpress.org
- [wp-svn] [32496] trunk/src/wp-includes/theme-compat/header.php: Add a sanity check to `theme-compat/ header.php` to avoid outputting CSS which could reference a non-existant file.
noreply at wordpress.org
- [wp-svn] [32497] trunk/src/wp-content/themes/twentyfifteen/style.css: Twenty Fifteen: add missing social link Genericons styles for Skype and Path.
noreply at wordpress.org
- [wp-svn] [32498] trunk/src/wp-includes/taxonomy.php: Respect `$_wp_suspend_cache_invalidation` in `clean_term_cache()`.
noreply at wordpress.org
- [wp-svn] [32499] trunk/src/wp-includes/comment.php: Document the default arguments for `wp_insert_comment() ` as a hash notation.
noreply at wordpress.org
- [wp-svn] [32500] trunk/src/wp-includes/comment.php: Update the DocBlock for `wp_new_comment() ` to reference the `wp_insert_comment() ` documentation for argument information.
noreply at wordpress.org
- [wp-svn] [32501] trunk/src/wp-includes/functions.php: Add a viewport meta tag to `wp_die()`.
noreply at wordpress.org
- [wp-svn] [32502] trunk/src/wp-includes/js: In `views/button/select-mode-toggle`, don't hide the spinner with JS.
noreply at wordpress.org
- [wp-svn] [32503] trunk/src/wp-includes/js/thickbox/thickbox.js: In `tb_show() ` in `thickbox`, when loading content into `#TB_ajaxContent`, make sure a URL with no `?` doesn't break when `&random= ` is appended to it.
noreply at wordpress.org
- [wp-svn] [32504] trunk/src/wp-admin/includes/plugin.php: Allow plugins to activate other plugins within their Activation hook.
noreply at wordpress.org
- [wp-svn] [32505] trunk/src/wp-admin/js/dashboard.js: Fix dragging to the bottom of the screen on the Dashboard.
noreply at wordpress.org
- [wp-svn] [32506] trunk/src: Media: Visually align upload errors with other admin notices.
noreply at wordpress.org
- [wp-svn] [32507] trunk/tests/phpunit/tests: Improve unit tests for `wp_unique_term_slug()`.
noreply at wordpress.org
- [wp-svn] [32508] trunk/src: Autoprefixer for [32506].
noreply at wordpress.org
- [wp-svn] [32509] trunk/src/wp-admin/css/common.css: Accessibility: Ensure screen reader text is read as words and not affected by word-wrap.
noreply at wordpress.org
- [wp-svn] [32510] trunk/src/wp-includes/l10n.php: Allow `wp_dropdown_languages() ` to return the markup instead of displaying.
noreply at wordpress.org
- [wp-svn] [32511] trunk: In `comment_form()`, ensure that filtered arguments contain all required default values.
noreply at wordpress.org
- [wp-svn] [32512] trunk/tests/phpunit/tests/multisite/site.php: Use `WP_TESTS_DOMAIN` in `test_get_blogaddress_by_id_with_valid_id()`
noreply at wordpress.org
- [wp-svn] [32513] trunk/src/wp-includes/functions.php: s/anbled/enabled/ in `global_terms_enabled` filter documentation.
noreply at wordpress.org
- [wp-svn] [32514] trunk/src/wp-admin/network/menu.php: Move network update submenu items to the Network Dashboard menu item
noreply at wordpress.org
- [wp-svn] [32515] trunk/src/wp-includes/wp-db.php: In `wpdb::load_col_info()`, don' t fetch the number of fields in the result row on each iteration of the `for` loop.
noreply at wordpress.org
- [wp-svn] [32516] trunk/src/wp-admin/includes/class-wp-comments-list-table.php: In `WP_Comments_List_Table::column_comment()`, all of the nonced URLs can be defined in the same conditional block in which they are used.
noreply at wordpress.org
- [wp-svn] [32517] trunk/src/wp-admin/includes/class-wp-media-list-table.php: In `WP_Media_List_Table::get_views()`, declare `$num_posts` explicitly before looping.
noreply at wordpress.org
- [wp-svn] [32518] trunk/tests/phpunit/tests/option/multisite.php: Use the available user and blog factories in the `Tests_Multisite_Option: :test_with_another_site()` test.
noreply at wordpress.org
- [wp-svn] [32519] trunk/tests/phpunit/tests/comment/checkComment.php: Add tests for `check_comment()`.
noreply at wordpress.org
- [wp-svn] [32520] trunk/src/wp-includes/formatting.php: In `sanitize_option()`, pass the unsanitized `$value` to the filter.
noreply at wordpress.org
- [wp-svn] [32521] trunk/src/wp-admin/css/list-tables.css: In List Tables, ensure sorting indicator is visible on focus
noreply at wordpress.org
- [wp-svn] [32522] trunk/src/wp-admin/update-core.php: Updates: Use the warning color for the backup notice, as it' s not a success message.
noreply at wordpress.org
- [wp-svn] [32523] trunk: Support multiple post types in `count_user_posts() ` and other functions that use `get_posts_by_author_sql()`.
noreply at wordpress.org
- [wp-svn] [32524] trunk: Streamline support for multiple post types in `get_posts_by_author_sql() `.
noreply at wordpress.org
- [wp-svn] [32525] trunk/src/wp-includes/admin-bar.php: In `admin-bar.php`, most functions simply return when a conditional is not met.
noreply at wordpress.org
- [wp-svn] [32526] trunk/src/wp-includes/author-template.php: In `author-template.php`, clarify/add some `return` docs.
noreply at wordpress.org
- [wp-svn] [32527] trunk/src/wp-includes/bookmark.php: In `bookmark.php`, clarify some `return` docs.
noreply at wordpress.org
- [wp-svn] [32528] trunk/src/wp-includes/cache.php: In `cache.php`, clarify some `return` docs.
noreply at wordpress.org
- [wp-svn] [32529] trunk/src/wp-includes/canonical.php: In `canonical.php`:
noreply at wordpress.org
- [wp-svn] [32530] trunk/src/wp-includes/capabilities.php: In `capabilities.php`, clarify/add some `return` docs.
noreply at wordpress.org
- [wp-svn] [32531] trunk/src/wp-includes/category-template.php: In `category-template.php`:
noreply at wordpress.org
- [wp-svn] [32532] trunk/src/wp-includes/category.php: In `category.php`:
noreply at wordpress.org
- [wp-svn] [32533] trunk/src/wp-includes/class-oembed.php: In `class-oembed.php`, clarify/add some `return` docs.
noreply at wordpress.org
- [wp-svn] [32534] trunk/src/wp-includes/class-wp-admin-bar.php: In `class-wp-admin-bar.php`, clarify/add some doc blocks.
noreply at wordpress.org
- [wp-svn] [32535] trunk/src/wp-includes: In `class-wp-customize-*`, clarify/ add some `@param`/`@return` blocks.
noreply at wordpress.org
- [wp-svn] [32536] trunk/src/wp-includes/class-wp-editor.php: Add missing doc blocks to `class-wp-editor.php`.
noreply at wordpress.org
- [wp-svn] [32537] trunk/src/wp-includes/admin-bar.php: Add missing doc blocks to `admin-bar.php`.
noreply at wordpress.org
- [wp-svn] [32538] trunk/src/wp-includes/author-template.php: Add missing doc blocks to `author-template.php`.
noreply at wordpress.org
- [wp-svn] [32539] trunk/src/wp-includes/cache.php: Add/ standardize missing doc blocks for `cache.php`.
noreply at wordpress.org
- [wp-svn] [32540] trunk/src/wp-includes/canonical.php: Add missing doc blocks for `canonical.php`.
noreply at wordpress.org
- [wp-svn] [32541] trunk/src/wp-includes: Create a function, `wp_roles()`, to DRY the inline instantiation of the `$wp_roles` global.
noreply at wordpress.org
- [wp-svn] [32542] trunk/src/wp-includes: Clean up `@global` doc blocks/ imports for `class-wp-customizer-*.php` and friends.
noreply at wordpress.org
- [wp-svn] [32543] trunk/src/wp-includes/class-wp-editor.php: Clean up `@global` doc blocks/imports for `class-wp-editor.php`.
noreply at wordpress.org
- [wp-svn] [32544] trunk/src/wp-includes/class-wp-embed.php: Clean up doc blocks for `class-wp-embed.php`.
noreply at wordpress.org
- [wp-svn] [32545] trunk/src: When calling `unset()`, it is unnecessary to immediately precede it with a call to `isset()`.
noreply at wordpress.org
- [wp-svn] [32546] trunk/src/wp-includes: Add missing doc blocks to `wp-image-editor*.php`.
noreply at wordpress.org
- [wp-svn] [32547] trunk/src/wp-includes: Add missing doc blocks to `class-wp-theme.php`.
noreply at wordpress.org
- [wp-svn] [32548] trunk/src/wp-includes/capabilities.php: Add a missing `@since` version to a function introduced in [32541].
noreply at wordpress.org
- [wp-svn] [32549] trunk/src/wp-includes/class-wp-walker.php: Cleanup missing doc blocks for `class-wp-walker.php`.
noreply at wordpress.org
- [wp-svn] [32550] trunk/src/wp-includes: Upgrade the doc blocks in `class-wp-xmlrpc-server.php`.
noreply at wordpress.org
- [wp-svn] [32551] trunk/src/wp-includes/class-wp.php: Add missing doc blockss in `class-wp.php`.
noreply at wordpress.org
- [wp-svn] [32552] trunk/tests/phpunit/tests/term/getTermLink.php: Unit tests for `get_term_link()`.
noreply at wordpress.org
- [wp-svn] [32553] trunk: Introduced `$field` argument to `get_term_link()`.
noreply at wordpress.org
- [wp-svn] [32554] trunk/src/wp-includes/class-wp-image-editor-gd.php: Add a proper description comment for the `WP_Image_Editor_GD-> $image` property.
noreply at wordpress.org
- [wp-svn] [32555] trunk/src/wp-includes/class-wp-image-editor-imagick.php: Add a proper description comment for the `WP_Image_Editor_Imagick-> $image` property.
noreply at wordpress.org
- [wp-svn] [32556] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Add proper descriptions for the `$methods`, `$blog_options`, and `$error` properties in `wp_xmlrpc_server`.
noreply at wordpress.org
- [wp-svn] [32557] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Add a proper return description for the `wp_xmlrpc_server->addTwoNumbers( )` method.
noreply at wordpress.org
- [wp-svn] [32558] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Properly notate the inline link to the `xmlrpc_blog_options` filter in the description for `wp_xmlrpc_server- >initialise_blog_option_info()`.
noreply at wordpress.org
- [wp-svn] [32559] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Add missing argument descriptions for the `$args` hash notation in `wp_xmlrpc_server- >wp_getUsersBlogs()`.
noreply at wordpress.org
- [wp-svn] [32560] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Use a valid parameter type of string for the `$name` parameter in the `xmlrpc_call` hook docs.
noreply at wordpress.org
- [wp-svn] [32561] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Fix some inline documentation syntax in the DocBlock for `wp_xmlrpc_server- >minimum_args()`.
noreply at wordpress.org
- [wp-svn] [32562] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Fix inline documentation syntax in the DocBlock for `wp_xmlrpc_server-> _prepare_taxonomy()`.
noreply at wordpress.org
- [wp-svn] [32563] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Add missing parameter and return descriptions to the DocBlock for `wp_xmlrpc_server- >_convert_date()`.
noreply at wordpress.org
- [wp-svn] [32564] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Add missing parameter and return descriptions to the DocBlock for `wp_xmlrpc_server- >_convert_date_gmt()`.
noreply at wordpress.org
- [wp-svn] [32565] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Add missing or incomplete argument and return descriptions for `wp_xmlrpc_server- >wp_editPost()`.
noreply at wordpress.org
- [wp-svn] [32566] trunk/src/wp-includes: Add missing doc blocks to `class.wp-( scripts|styles).php`.
noreply at wordpress.org
- [wp-svn] [32567] trunk/src/wp-includes/comment-template.php: Add missing doc blocks to `comment-template.php`.
noreply at wordpress.org
- [wp-svn] [32568] trunk/src/wp-includes: Use `void` instead of `null` where appropriate when pipe-delimiting `@return` types.
noreply at wordpress.org
- [wp-svn] [32569] trunk/src: Improve description for link notification option.
noreply at wordpress.org
- [wp-svn] [32570] trunk/src/wp-admin/includes/ajax-actions.php: Shiny Updates: Handle the case where the plugin is installed into a different directory than it previously existed in.
noreply at wordpress.org
- [wp-svn] [32571] trunk/src/wp-admin/includes/ajax-actions.php: Updates: Correctly identify more failed update cases.
noreply at wordpress.org
- [wp-svn] [32572] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Add missing argument descriptions in the DocBlock for `wp_xmlrpc_server-> wp_deletePost()`.
noreply at wordpress.org
- [wp-svn] [32573] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Convert the `$args` parameter documentation in `wp_xmlrpc_server-> wp_getPost()` into a hash notation.
noreply at wordpress.org
- [wp-svn] [32574] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Define the default values for the `$fields` parameter in the `xmlrpc_default_post_fields` hook docs.
noreply at wordpress.org
- [wp-svn] [32575] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Convert the `$args` parameter for `wp_xmlrpc_server->wp_getPosts() ` into a hash notation.
noreply at wordpress.org
- [wp-svn] [32576] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Convert the `$args` parameter documentation in `wp_xmlrpc_server-> wp_newTerm()` into a hash notation.
noreply at wordpress.org
- [wp-svn] [32577] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Convert the `$args` parameter documentation in `wp_xmlrpc_server-> wp_editTerm()` to a hash notation.
noreply at wordpress.org
- [wp-svn] [32578] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Convert the `$args` parameter documentation in `wp_xmlrpc_server-> wp_deleteTerm()` into a hash notation.
noreply at wordpress.org
- [wp-svn] [32579] trunk/src/wp-includes/class-wp-xmlrpc-server.php: In most `wp_xmlrpc_server` methods that accept an array of arguments, the argument order is important.
noreply at wordpress.org
- [wp-svn] [32580] trunk/src: Improve inline documentation for the cron lock behavior.
noreply at wordpress.org
- [wp-svn] [32581] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Convert the `$args` parameter documentation for `wp_xmlrpc_server-> wp_newPost()` into a hash notation.
noreply at wordpress.org
- [wp-svn] [32582] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Add missing `$args` parameter descriptions for `wp_xmlrpc_server-> wp_getTerm()`.
noreply at wordpress.org
- [wp-svn] [32583] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Add missing argument descriptions for the `$args` parameter in `wp_xmlrpc_server- >wp_getTerms()`.
noreply at wordpress.org
- [wp-svn] [32584] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Add missing argument descriptions for the `$args` parameter in `wp_xmlrpc_server- >wp_getTaxonomy()`.
noreply at wordpress.org
- [wp-svn] [32585] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Add missing argument descriptions for the `$args` parameter in `wp_xmlrpc_server- >wp_getTaxonomies()`.
noreply at wordpress.org
- [wp-svn] [32586] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Clarify that `wp_xmlrpc_server->wp_getTaxonomies() ` returns an IXR_Error instance on failure.
noreply at wordpress.org
- [wp-svn] [32587] trunk/src/wp-includes/comment.php: Add missing doc blocks to `comment.php`.
noreply at wordpress.org
- [wp-svn] [32588] trunk/src/wp-includes/cron.php: Alter some `@return` doc blocks for `cron.php`.
noreply at wordpress.org
- [wp-svn] [32589] trunk/src/wp-includes: Add missing doc blocks to `default-widgets.php`.
noreply at wordpress.org
- [wp-svn] [32590] trunk/src/wp-includes/formatting.php: Add missing doc blocks to `formatting.php`.
noreply at wordpress.org
- [wp-svn] [32591] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Fix inline documentation syntax in `wp_xmlrpc_server`.
noreply at wordpress.org
- [wp-svn] [32592] trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js: TinyMCE: wpeditimage: trim class
noreply at wordpress.org
- [wp-svn] [32593] trunk/src/wp-includes/js/wplink.js: Link modal: reset search results appropriately
noreply at wordpress.org
- [wp-svn] [32594] trunk/src/wp-includes/author-template.php: Pass the original `$user_id` variable to the filter in `get_the_author_meta ()`.
noreply at wordpress.org
- [wp-svn] [32595] trunk/src/wp-includes/functions.php: Add missing doc blocks to `wp-includes/functions.php`.
noreply at wordpress.org
- [wp-svn] [32596] trunk/src/wp-includes/functions.wp-scripts.php: Cleanup the use of `$wp_scripts` global in `functions.wp-scripts.php`.
noreply at wordpress.org
- [wp-svn] [32597] trunk/src/wp-includes/functions.wp-styles.php: Cleanup the use of `$wp_styles` global in `functions.wp-styles.php`.
noreply at wordpress.org
- [wp-svn] [32598] trunk/src/wp-includes/general-template.php: Cleanup doc blocks in `general-template.php`.
noreply at wordpress.org
- [wp-svn] [32599] trunk/src/wp-includes/http.php: Cleanup doc blocks in `http.php`.
noreply at wordpress.org
- [wp-svn] [32600] trunk/src: `get_comments()` can return `int`, so a few places need to check if the return value is traversable before passing what is assumed to be an `array`.
noreply at wordpress.org
- [wp-svn] [32601] trunk/src/wp-includes/class-wp-customize-widgets.php: Fix wp_send_json_error() response for update-widget Ajax request, to return error code instead of error message, as the WP_Error objects are instantiated with codes and the messages are empty.
noreply at wordpress.org
- [wp-svn] [32602] trunk: Add support for `WP_Widget::get_settings() ` returning `ArrayIterator`/`ArrayObject` instances.
noreply at wordpress.org
- [wp-svn] [32603] trunk/src/wp-includes/kses.php: Add missing doc blocks to `kses.php` - also fix some unfortunate whitespace issues in related funcs.
noreply at wordpress.org
- [wp-svn] [32604] trunk/tests/phpunit/tests: Improve unit tests for `wp_unique_post_slug()`.
noreply at wordpress.org
- [wp-svn] [32605] trunk/src/wp-includes/l10n.php: Add missing doc blocks to `l10n.php`
noreply at wordpress.org
- [wp-svn] [32606] trunk/src/wp-includes/link-template.php: Fix doc blocks to `link-template.php`
noreply at wordpress.org
- [wp-svn] [32607] trunk/src/wp-includes/load.php: Add missing doc blocks to `load.php`
noreply at wordpress.org
- [wp-svn] [32608] trunk/src/wp-includes/locale.php: Add missing doc blocks to `locale.php`
noreply at wordpress.org
- [wp-svn] [32609] trunk/src/wp-includes: Fix doc blocks for `media*.php`
noreply at wordpress.org
- [wp-svn] [32610] trunk/src/wp-includes/meta.php: Fix doc blocks for `meta.php`
noreply at wordpress.org
- [wp-svn] [32611] trunk/src/wp-includes: Fix doc blocks for `ms-*.php` files.
noreply at wordpress.org
- [wp-svn] [32612] trunk/src/wp-includes: Fix doc blocks for `nav-menu*.php` files.
noreply at wordpress.org
- [wp-svn] [32613] trunk/src/wp-includes/option.php: Fix doc blocks for `option.php`.
noreply at wordpress.org
- [wp-svn] [32614] trunk/src/wp-includes/pluggable.php: Add missing doc blocks for `pluggable.php`.
noreply at wordpress.org
- [wp-svn] [32615] trunk/src/wp-includes/plugin.php: Add missing doc blocks to `plugin.php`.
noreply at wordpress.org
- [wp-svn] [32616] trunk/src/wp-includes/post-formats.php: Add missing doc blocks to `post-formats.php`.
noreply at wordpress.org
- [wp-svn] [32617] trunk/src/wp-includes/post-template.php: Add missing doc blocks to `post-template.php`.
noreply at wordpress.org
- [wp-svn] [32618] trunk/src/wp-includes/post-thumbnail-template.php: Add missing doc blocks to `post-thumbnail-template.php`.
noreply at wordpress.org
- [wp-svn] [32619] trunk/src/wp-includes/post.php: Add missing doc blocks to `post.php`.
noreply at wordpress.org
- [wp-svn] [32620] trunk/src/wp-includes/query.php: Add missing doc blocks to `query.php`.
noreply at wordpress.org
- [wp-svn] [32621] trunk/src/wp-includes: Add missing doc blocks to `revision.php`.
noreply at wordpress.org
- [wp-svn] [32622] trunk/src/wp-includes/rewrite.php: Add missing doc blocks to `rewrite.php`.
noreply at wordpress.org
- [wp-svn] [32623] trunk/src/wp-includes/script-loader.php: Add missing doc blocks to `script-loader.php`.
noreply at wordpress.org
- [wp-svn] [32624] trunk/src/wp-includes/shortcodes.php: Add missing doc blocks to `shortcodes.php`.
noreply at wordpress.org
- [wp-svn] [32625] trunk/src/wp-admin/user-edit.php: Insert temporary password field hook for feature development in a plugin.
noreply at wordpress.org
- [wp-svn] [32626] trunk: Provide all site flag data in objects returned by `get_blogs_of_user()`
noreply at wordpress.org
- [wp-svn] [32627] trunk/src/wp-includes/taxonomy.php: Add missing doc blocks to `taxonomy.php`.
noreply at wordpress.org
- [wp-svn] [32628] trunk/src/wp-includes/template.php: Add missing doc blocks to `template.php`.
noreply at wordpress.org
- [wp-svn] [32629] trunk/src/wp-includes/theme.php: Add missing doc blocks to `theme.php`.
noreply at wordpress.org
- [wp-svn] [32630] trunk/src: Use site objects rather than get_blog_status() in MS list tables.
noreply at wordpress.org
- [wp-svn] [32631] trunk/tests/phpunit/tests/functions.php: Add unit test asserting that serializable objects will never pass is_serialized ().
noreply at wordpress.org
- [wp-svn] [32632] trunk/src/wp-includes: Fix `return` error in get_theme_mods() from [32629].
noreply at wordpress.org
- [wp-svn] [32633] trunk/src/wp-includes/default-filters.php: Revert change to default-filters.php in [32632].
noreply at wordpress.org
- [wp-svn] [32634] trunk/tests/phpunit/tests/option/multisite.php: Use a dataProvider for network option sanitization tests.
noreply at wordpress.org
- [wp-svn] [32635] trunk/src/wp-includes/update.php: Add missing doc blocks to `update.php`:
noreply at wordpress.org
- [wp-svn] [32636] trunk/src/wp-admin/about.php: About: Give bottom navigation links the full width.
noreply at wordpress.org
- [wp-svn] [32637] trunk/src/wp-includes/user.php: Add missing doc blocks to `user.php`.
noreply at wordpress.org
- [wp-svn] [32638] trunk/tests/phpunit/tests: Improve tests for `is_email_address_unsafe()`.
noreply at wordpress.org
- [wp-svn] [32639] trunk/src/wp-includes/widgets.php: Add missing doc blocks to `widgets.php`.
noreply at wordpress.org
- [wp-svn] [32640] trunk/src/wp-includes/wp-db.php: Alter visibility of some properties in `wpdb`:
noreply at wordpress.org
- [wp-svn] [32641] trunk/src/wp-includes/wp-db.php: Add missing/ alter existing doc blocks for `wp-db.php`.
noreply at wordpress.org
- [wp-svn] [32642] trunk/src/wp-admin: Add `@global` annotations for `wp-admin/*`.
noreply at wordpress.org
- [wp-svn] [32643] trunk/src/wp-admin: Add `@global` annotations to (the rest of the? ) `wp-admin/*` files.
noreply at wordpress.org
- [wp-svn] [32644] trunk/src/wp-admin/includes: List tables: introduce the concept of a "primary" column.
noreply at wordpress.org
- [wp-svn] [32645] trunk/src/wp-admin/js/common.js: After [32644], sanity for a pile of selectors.
noreply at wordpress.org
- [wp-svn] [32646] trunk/tests/phpunit/tests/multisite/isEmailAddressUnsafe.php: `is_email_address_unsafe()` tests should only be run on multisite.
noreply at wordpress.org
- [wp-svn] [32647] trunk: Disallow post slugs that will result in permalinks that conflict with date archive URLs.
noreply at wordpress.org
- [wp-svn] [32648] trunk: When parsing what appears to be a date archive request, check for a post with a clashing permalink before resolving to the archive.
noreply at wordpress.org
- [wp-svn] [32649] trunk/src: Customizer: Replace accordion behavior of sections with a slide-in navigation.
noreply at wordpress.org
- [wp-svn] [32650] trunk/src: Add `@static*` annotations where they are missing.
noreply at wordpress.org
- [wp-svn] [32651] trunk/src/wp-admin/includes/class-wp-comments-list-table.php: Define a primary column for `WP_Post_Comments_List_Table`.
noreply at wordpress.org
- [wp-svn] [32652] trunk/src/wp-admin/includes/ajax-actions.php: Add missing` annotations to `ajax-actions.php`
noreply at wordpress.org
- [wp-svn] [32653] trunk/src/wp-admin/includes: In the style of #30947 and `default-filters.php`, add 2 new files to `wp-admin/includes`:
noreply at wordpress.org
- [wp-svn] [32654] trunk/src/wp-admin: Add missing doc blocks to `wp-admin/includes/ *`.
noreply at wordpress.org
- [wp-svn] [32655] trunk/src/wp-admin/includes: Add (more) missing doc blocks to `wp-admin/includes/*`.
noreply at wordpress.org
- [wp-svn] [32656] trunk/src/wp-admin/includes: Add `@access` annotations to methods that have no doc block in `wp-admin/ includes/*`.
noreply at wordpress.org
- [wp-svn] [32657] trunk/src/wp-includes: After [32656], add `@access` annotations to methods that have no doc block in `wp-includes /*`.
noreply at wordpress.org
- [wp-svn] [32658] trunk: Add JS templates for Customizer Panels and Sections.
noreply at wordpress.org
- [wp-svn] [32659] trunk/tests/phpunit: Term unit test factory class should override `create_and_get()` method.
noreply at wordpress.org
- [wp-svn] [32660] trunk/src/wp-admin/includes/class-wp-comments-list-table.php: Add missing return descriptions and fix formatting of inline documentation introduced in [32644].
noreply at wordpress.org
- [wp-svn] [32661] trunk/src/wp-admin/includes/class-wp-links-list-table.php: Fix formatting and add a missing return description for inline documentation introduced in [32644] for `WP_Links_List_Table`.
noreply at wordpress.org
- [wp-svn] [32662] trunk/src/wp-admin/includes: Fix formatting and add missing return descriptions for inline documenation introduced in [32644] for `WP_List_Table`.
noreply at wordpress.org
- [wp-svn] [32663] trunk/src/wp-admin/includes/class-wp-media-list-table.php: Fix formatting and add a missing return description for inline documentation introduced in [32644] for `WP_Media_List_Table`.
noreply at wordpress.org
- [wp-svn] [32664] trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php: Fix formatting and add missing return descriptions for inline documentation introduced in [32644] for `WP_MS_Sites_List_Table`.
noreply at wordpress.org
- [wp-svn] [32665] trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php: Fix syntax and add a missing return description for inline documentation introduced in [32644] for `WP_MS_Themes_List_Table`.
noreply at wordpress.org
- [wp-svn] [32666] trunk/src/wp-admin/includes/class-wp-ms-users-list-table.php: Fix formatting and add missing return descriptions for inline documentation introduced in [32644] for `WP_MS_Users_List_Table`.
noreply at wordpress.org
- [wp-svn] [32667] trunk/src/wp-admin/includes/class-wp-plugins-list-table.php: Fix formatting and add a missing return description for inline documentation introduced in [32644] for `WP_Plugins_List_Table`.
noreply at wordpress.org
- [wp-svn] [32668] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: Fix syntax and add missing return descriptions for inline documentation introduced in [32644] for `WP_Posts_List_Table`.
noreply at wordpress.org
- [wp-svn] [32669] trunk/src/wp-admin/includes/class-wp-terms-list-table.php: Fix syntax and add missing return descriptions for inline documentation introduced in [32644] for `WP_Terms_List_Table`.
noreply at wordpress.org
- [wp-svn] [32670] trunk/src/wp-admin/includes/class-wp-users-list-table.php: Fix syntax and add a missing return description for inline documentation introduced in [32644] for `WP_Users_List_Table`.
noreply at wordpress.org
- [wp-svn] [32671] trunk/src/wp-admin/includes/admin-filters.php: Fix inline documentation formatting in wp-admin/includes/ admin-filters.php, introduced in [32653].
noreply at wordpress.org
- [wp-svn] [32672] trunk/src: Add doc blocks to functions that are missing them.
noreply at wordpress.org
- [wp-svn] [32673] trunk/src: Introduce `featured_image`, `set_featured_image`, `remove_featured_image`, and `use_featured_image` post type labels when registering a post type in order to override the 'Featured Image' text and its related phrases.
noreply at wordpress.org
- [wp-svn] [32674] trunk/src/wp-includes/media.php: Remove an embed handler accidentally introduced in r32673.
noreply at wordpress.org
- [wp-svn] [32675] trunk/src/wp-includes/media.php: Avoid a PHP notice in `wp_enqueue_media()` if `$post` is null.
noreply at wordpress.org
Last message date:
Sun May 31 21:53:35 UTC 2015
Archived on: Sun May 31 21:53:36 UTC 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).