Timeline
05/31/2015:
- 21:53 Changeset [32675] by
-
Avoid a PHP notice in
wp_enqueue_media()
if$post
is null. see #19257. - 21:37 Ticket #19257 (Allow post types to override the phrase "Featured image") reopened by
- r32673 is causing notices on the Media screen: `Trying to get …
- 16:55 Changeset [32674] by
- Remove an embed handler accidentally introduced in r32673.
- 16:53 Ticket #19257 (Allow post types to override the phrase "Featured image") closed by
- fixed: In 32673: […]
- 16:53 Changeset [32673] by
-
Introduce
featured_image
,set_featured_image
, … - 03:17 Changeset [32672] by
- Add doc blocks to functions that are missing them. If the function …
- 01:59 Changeset [32671] by
- Fix inline documentation formatting in …
- 01:44 Changeset [32670] by
- Fix syntax and add a missing return description for inline …
- 01:43 Changeset [32669] by
- Fix syntax and add missing return descriptions for inline …
- 01:41 Changeset [32668] by
- Fix syntax and add missing return descriptions for inline …
- 01:39 Changeset [32667] by
- Fix formatting and add a missing return description for inline …
- 01:37 Changeset [32666] by
- Fix formatting and add missing return descriptions for inline …
- 01:35 Changeset [32665] by
- Fix syntax and add a missing return description for inline …
- 01:33 Changeset [32664] by
- Fix formatting and add missing return descriptions for inline …
- 01:31 Changeset [32663] by
- Fix formatting and add a missing return description for inline …
- 01:28 Changeset [32662] by
- Fix formatting and add missing return descriptions for inline …
- 01:22 Changeset [32661] by
- Fix formatting and add a missing return description for inline …
- 01:17 Changeset [32660] by
- Add missing return descriptions and fix formatting of inline …
05/30/2015:
- 21:07 Ticket #32543 (Korean translation of 'total_items' in class-wp-list-table.php is wrong.) closed by
- invalid: Hello changwoo. This is not the right place for such reports. You can …
- 21:02 Ticket #32543 (Korean translation of 'total_items' in class-wp-list-table.php is wrong.) created by
- Total count of items in list tables are always printed out as '1 item' …
- 19:43 Ticket #32542 (Registration email is not secure and should be changed ASAP) closed by
- duplicate: Duplicate of #28168.
- 19:30 Ticket #32542 (Registration email is not secure and should be changed ASAP) created by
- Currently when a user signs up they get their user name and password …
- 17:20 Ticket #32541 (Call to a member function do_items on a non-object ($wp_styles)) created by
- On line 64 in wp-includes/functions.wp-styles.php it try to call …
- 13:14 Ticket #32540 (Media modal: impossible to unselect multiple selection using keyboard only) created by
- To reproduce: - Edit a Post > Add Media - do a multiple selection, …
- 13:06 Ticket #32539 (Plugin naming issue) closed by
- duplicate: Hello warpdag, thanks for your valid report, but we're already …
- 13:03 Ticket #32536 (In unit tests, `$this->factory->term->create_and_get()` returns `null` ...) closed by
- fixed: In 32659: […]
- 13:03 Changeset [32659] by
-
Term unit test factory class should override
create_and_get()
… - 12:22 Ticket #32539 (Plugin naming issue) created by
- Hello there. We created a few plugins for our wordpress install …
- 09:45 Ticket #32538 (Embeds fetched again when undoing) created by
- Not sure what is causing this. To reproduce: - Insert an embeddable …
- 08:32 Ticket #32537 (404 error on empty title) created by
- Creating a post without a title returns 404 on single. Even if you …
- 04:55 Ticket #32536 (In unit tests, `$this->factory->term->create_and_get()` returns `null` ...) created by
-
With this code in a unit test:
[…]
$term
will benull
. If I … - 04:21 Ticket #29158 (Customizer UI Design lacks contrast for visual hierarchy and does not ...) closed by
- fixed: This is currently fixed in trunk by #31336. However, @helen has …
- 00:02 Changeset [32658] by
- Add JS templates for Customizer Panels and Sections. This extends the …
05/29/2015:
- 22:36 Ticket #32535 (Remove title attributes: class-wp-users-list-table.php) created by
- Related #24766 Repeating the email address in the title attribute …
- 22:16 Ticket #32474 (Facilitate widgets to be stored in posts instead of options) reopened by
- I'm not sure this should be in core. Don't see what is fixed by adding …
- 21:53 Ticket #26560 (Remove title attributes: rss.php) closed by
- wontfix: RSS.php is a deprecated file; closing, wontfix.
- 21:50 Ticket #26558 (Remove title attributes: bookmark-template.php) closed by
- wontfix: Agreed. Closing.
- 21:36 Changeset [32657] by
-
After [32656], add
@access
annotations to methods that have no doc … - 21:31 Changeset [32656] by
-
Add
@access
annotations to methods that have no doc block in … - 21:25 Ticket #32534 (Tests_Media::test_media_handle_upload_sets_post_excerpt() should ...) created by
-
Tests_Media::test_media_handle_upload_sets_post_excerpt()
was added … - 21:16 Changeset [32655] by
-
Add (more) missing doc blocks to
wp-admin/includes/*
. See #32444. - 21:15 Ticket #32533 (wp_delete_post() is not deleting "wp_term_relationships") created by
- I am working with custom post types and custom taxonomy, …
- 20:58 Ticket #32532 (Add admin notification message text to array of labels when ...) created by
- #14827 tried to cover this, but it ended up being reduced down to a …
- 20:16 Changeset [32654] by
-
Add missing doc blocks to
wp-admin/includes/*
. Fix some egregious … - 18:42 Ticket #32531 (Media library filename based on GUID prevents embedding) created by
- The "Add Media" modal on posts is dependent on GUID matching the …
- 17:25 Ticket #32530 (Remove title attributes: class-wp-upgrader-skins.php) created by
- Related #24766 Some of them are really redundant, see "Go to plugins …
- 17:03 Changeset [32653] by
-
In the style of #30947 and
default-filters.php
, add 2 new files to … - 16:40 Ticket #32529 (wp-admin/includes files should not contain hooks) created by
- Following up on #30947 There are random actions and filters littered …
- 16:22 Ticket #32528 (Create a new search_form_content hook in get_search_form()) created by
- The only viable method for creating a custom search form in a plugin …
- 16:00 Changeset [32652] by
-
Add missing
annotations to
ajax-actions.php` See #32444. - 15:51 Changeset [32651] by
-
Define a primary column for
WP_Post_Comments_List_Table
. props … - 15:42 Changeset [32650] by
-
Add
@static*
annotations where they are missing. Initialize all … - 15:28 Ticket #32527 ("Press This" TypeError on drop images) created by
- "Press This" bookmarklet — Clean WP 4.2.2 An error occurred on image …
- 14:43 Ticket #32526 (Tax_Query doesn't working in switch_to_blog()) created by
- Scenario: * Site 1 has registered taxonomy called news_category. Site …
- 14:10 Ticket #32525 (A link to the dashboard of a site is missing on the Network > Edit ...) created by
- On the Network > Sites page, a table lists all sites, and each line …
- 13:56 Changeset [32649] by
- Customizer: Replace accordion behavior of sections with a slide-in …
- 13:09 Ticket #5305 (permalinks broken when article name is numeric) closed by
- fixed: In 32648: […]
- 13:09 Changeset [32648] by
- When parsing what appears to be a date archive request, check for a …
- 12:52 Changeset [32647] by
- Disallow post slugs that will result in permalinks that conflict with …
- 12:48 Ticket #32524 (summary posts page) closed by
- invalid: Hi komas, I believe that applies to RSS feeds only.
- 12:37 Changeset [32646] by
-
is_email_address_unsafe()
tests should only be run on multisite. … - 12:36 Ticket #32524 (summary posts page) created by
- When I wanted to summarize the posts …
- 05:30 Ticket #32523 (problem with the featured image) closed by
- invalid: Hi le_hiren, you ended up on the development Trac for WordPress. For …
- 05:23 Ticket #32523 (problem with the featured image) created by
- i have created a custom post and add featutred image to it. but its …
- 05:11 Ticket #32518 (Twenty Fifteen causes random redirects to archives/robots.txt when ...) closed by
- invalid: I agree with @rmccue, without a reliable way to reproduce the issue …
- 04:24 Ticket #12370 (We need a smarter version of wp_title() and a few other template tags) closed by
- invalid: #18548 addressed finding a better way, #31078 will complete the actual …
- 04:12 Ticket #32522 (Embed WordPress Posts in WordPress Posts) created by
- I keep finding myself pasting WordPress URLs into my posts, expecting …
- 02:59 Changeset [32645] by
- After [32644], sanity for a pile of selectors. see #25408.
- 02:40 Changeset [32644] by
- List tables: introduce the concept of a "primary" column. This …
- 02:05 Changeset [32643] by
-
Add
@global
annotations to (the rest of the?)wp-admin/*
files. …
05/28/2015:
- 23:53 Ticket #32521 (Document First Call to wptexturize()) created by
- Following up to #32380 with a quick search of documents found no …
- 23:26 Ticket #32380 (WPTexturize doesn't handle locale switching properly) closed by
- invalid: Forwarded to the plugin author at …
- 21:40 Changeset [32642] by
-
Add
@global
annotations forwp-admin/*
. See #32444. - 20:09 Changeset [32641] by
-
Add missing/alter existing doc blocks for
wp-db.php
. See #32444. - 19:28 Ticket #25491 (Maximum size on uploader not corresponding maximum network size) closed by
- worksforme: Just checked this out on a clean install and it works for me. Not sure …
- 18:51 Ticket #32520 (.nav-primary disappears when logged in) created by
- .nav-primary dissapears when logged in. (using genesis framework template)
- 16:33 Changeset [32640] by
-
Alter visibility of some properties in
wpdb
:num_queries
is … - 16:19 Changeset [32639] by
-
Add missing doc blocks to
widgets.php
. Cleanup@return
values. … - 16:05 Changeset [32638] by
-
Improve tests for
is_email_address_unsafe()
. * Move to a separate … - 15:50 Changeset [32637] by
-
Add missing doc blocks to
user.php
.username_exists()
should … - 15:38 Ticket #32391 (About page: not enough space for localized navigation links) closed by
- fixed: In 32636: […]
- 15:38 Changeset [32636] by
- About: Give bottom navigation links the full width. This will prevent …
- 15:28 Changeset [32635] by
-
Add missing doc blocks to
update.php
: *wp_version_check()
, … - 12:45 Ticket #32518 (Twenty Fifteen causes random redirects to archives/robots.txt when ...) reopened by
- Deactivation of plugins did not do anything to change the theme …
- 12:39 Ticket #31394 ("Page not found" on preview of custom post type with post format) closed by
- duplicate: Duplicate of #20438
- 12:35 Ticket #32385 (Adding Post Formats Support to Pages breaks the Preview Changes ...) closed by
- duplicate: Duplicate of #20438. So this is actually a duplicate of …
- 12:29 Ticket #32518 (Twenty Fifteen causes random redirects to archives/robots.txt when ...) closed by
- worksforme: Hi, thanks for reporting this issue! I'm not sure what here could be …
- 12:23 Ticket #32519 (Enqueueing styles with directory separator) closed by
-
invalid: Thanks for reporting this issue! :)
wp_enqueue_*
takes a URL rather … - 12:10 Ticket #32519 (Enqueueing styles with directory separator) created by
- Before running a specific task all my assets are within a directory …
- 11:51 Ticket #32501 (Comment section gives url error) closed by
-
worksforme: Hmm. I just tried this with
example.com
without the HTTP and it … - 09:02 Ticket #32518 (Twenty Fifteen causes random redirects to archives/robots.txt when ...) created by
- https://wordpress.org/support/topic/twentyfifteen-pagetemplates-redirec …
- 06:37 Ticket #32517 (Multisite Tests: Use a dataProvider when testing sanitize option on ...) closed by
- fixed: In 32634: […]
- 06:37 Changeset [32634] by
- Use a dataProvider for network option sanitization tests. Cleans up …
- 06:34 Ticket #32517 (Multisite Tests: Use a dataProvider when testing sanitize option on ...) created by
- We can clean up how the sanitization of network options for …
- 06:19 Ticket #32514 (Shiny updates fails silently when it should return an error) closed by
- duplicate: Duplicate of #32473. Agreed. This does appear to be a duplicate.
- 05:51 Changeset [32633] by
- Revert change to default-filters.php in [32632]. see #32516.
- 05:50 Ticket #32516 (Revision 32599 Breaks menus & all other theme_mods_% stored values.) closed by
- fixed: In 32632: […]
- 05:50 Changeset [32632] by
-
Fix
return
error in get_theme_mods() from [32629]. Split a line … - 05:37 Ticket #32516 (Revision 32599 Breaks menus & all other theme_mods_% stored values.) created by
- Scott's most recent check-in synced into my VIP QuickStart install and …
- 05:22 Ticket #17375 (Serialized option values broken for classes with Serializable interface) closed by
- wontfix
- 05:22 Changeset [32631] by
- Add unit test asserting that serializable objects will never pass …
- 04:58 Ticket #27411 (Allow adding custom @ticket types for unit tests) closed by
-
wontfix: At this point, this
::checkRequirements()
code is dead IMO. - 04:46 Ticket #32515 (Don't declare class properties readonly if they're written to later) created by
-
Introduced in r31127,
WP_Post::page_template
is declared read-only, … - 03:23 Ticket #32514 (Shiny updates fails silently when it should return an error) created by
- On the Plugins screen a plugin update is available: …
- 00:37 Ticket #32513 (Disabling WYSIWYG tab via the wp_editor_settings filter breaks the ...) created by
- I got the request from a client to disable the WYSIWYG tab so that the …
05/27/2015:
- 23:13 Ticket #32512 (Reuse site objects in MS user and site list tables rather than calling ...) closed by
- fixed: In 32630: […]
- 23:13 Changeset [32630] by
- Use site objects rather than get_blog_status() in MS list tables. …
- 23:06 Ticket #24970 (Retina Smilies) closed by
- worksforme: Resolved by emoji in 4.2.
- 22:58 Ticket #28937 (Post content randomly disappears in editor after save) closed by
- duplicate: Duplicate of #27733. Description was too vague to find any new bugs here.
- 22:20 Changeset [32629] by
-
Add missing doc blocks to
theme.php
. Correct some@return
values. … - 22:03 Changeset [32628] by
-
Add missing doc blocks to
template.php
. See #32444. - 21:59 Changeset [32627] by
-
Add missing doc blocks to
taxonomy.php
. Correct some@return
… - 21:50 Ticket #32512 (Reuse site objects in MS user and site list tables rather than calling ...) created by
-
In
class-wp-ms-users-list-table.php
and … - 21:22 Ticket #32281 (get_blogs_of_user should not set archived, spam and delete to 0) closed by
- fixed: In 32626: […]
- 21:22 Changeset [32626] by
- Provide all site flag data in objects returned by …
- 20:53 Ticket #32511 ("Limited Email Registrations" option should not prevent (super)admins ...) closed by
- duplicate: Duplicate of #20459. +1
- 20:52 Ticket #32511 ("Limited Email Registrations" option should not prevent (super)admins ...) created by
- As a superadmin you probably don't want to add hotmail.com to the …
- 19:58 Changeset [32625] by
- Insert temporary password field hook for feature development in a plugin.
- 19:39 Changeset [32624] by
-
Add missing doc blocks to
shortcodes.php
. See #32444. - 19:33 Changeset [32623] by
-
Add missing doc blocks to
script-loader.php
. Usewp_styles()
and … - 19:22 Changeset [32622] by
-
Add missing doc blocks to
rewrite.php
. Clarify@return
values … - 18:39 Ticket #32486 (Profile: Add button underneath could be placed beside on smaller devices.) closed by
- invalid: This one is a Jetpack thing :)
- 18:37 Changeset [32621] by
-
Add missing doc blocks to
revision.php
. Clarify@return
values … - 18:14 Changeset [32620] by
-
Add missing doc blocks to
query.php
. Clarify@return
values where … - 18:00 Ticket #32510 (Add HTML5 "required" attributes to the login form) created by
- Hi evety one, Today i try to login to WordPress dashboard and i knowed …
- 17:52 Ticket #32509 (List table: media thumbnail and title links improvements) created by
- In the Media Library, the attachment thumbnail is a linked image and …
- 17:04 Changeset [32619] by
-
Add missing doc blocks to
post.php
. Clarify some existing values for … - 16:28 Changeset [32618] by
-
Add missing doc blocks to
post-thumbnail-template.php
. See #32444. - 16:25 Changeset [32617] by
-
Add missing doc blocks to
post-template.php
. Correct some types for … - 16:19 Ticket #32508 (Action Hooks for empty username and empty password) created by
- While you could previously fire an action on wp_login_failed, …
- 16:05 Changeset [32616] by
-
Add missing doc blocks to
post-formats.php
. Correct some types for … - 15:55 Changeset [32615] by
-
Add missing doc blocks to
plugin.php
.has_filter()
can use strict … - 15:50 Ticket #32507 (Admin notices remove styling of lists) created by
- Create an admin notice which contains an unordered or odered list and …
- 15:31 Changeset [32614] by
-
Add missing doc blocks for
pluggable.php
. Correct some@return
… - 14:34 Ticket #32506 (oembed with wpautop set to false) created by
- Hi there, I set wpautop to false in my theme. And if I do so, then …
- 14:06 Ticket #32505 (Strange numbers after trailing slash) closed by
- duplicate: Duplicate of #11694.
- 13:23 Ticket #32505 (Strange numbers after trailing slash) created by
- Hi, you can add any numbers after the trailing slash and it shows the …
- 06:11 Ticket #32504 (WP_Network_Query class) created by
-
Work on
WP_Network
is being done in #31985 and will soon split …
05/26/2015:
- 22:16 Changeset [32613] by
-
Fix doc blocks for
option.php
. See #32444. - 22:09 Changeset [32612] by
-
Fix doc blocks for
nav-menu*.php
files. See #32444. - 21:50 Changeset [32611] by
-
Fix doc blocks for
ms-*.php
files. A few functions can return a … - 21:05 Ticket #32503 (Remove the "Update siteurl and home as well" checkbox option on ...) created by
- In #22383 there is a discussion about what a possible use-case might …
- 20:53 Ticket #32500 (Default comment form confusing for non technical people) closed by
- duplicate: Duplicate of #30157.
- 20:17 Ticket #32502 (Cannot advance the cursor through input fields on iOS) created by
- On iOS devices, I can’t advance the cursor through text that lies …
- 19:35 Ticket #32501 (Comment section gives url error) created by
- The comment function has fields labeled "Your name," "Your email" and …
- 19:32 Changeset [32610] by
-
Fix doc blocks for
meta.php
See #32444. - 19:22 Changeset [32609] by
-
Fix doc blocks for
media*.php
See #32444. - 18:58 Changeset [32608] by
-
Add missing doc blocks to
locale.php
See #32444. - 18:53 Ticket #32500 (Default comment form confusing for non technical people) created by
- Recently I set up a wordpress.com site for a starting local …
- 18:52 Changeset [32607] by
-
Add missing doc blocks to
load.php
See #32444. - 18:43 Changeset [32606] by
-
Fix doc blocks to
link-template.php
See #32444. - 18:33 Ticket #32499 (Filter: get_hidden_columns) created by
- Today I came across a client that wanted alot of new columns to the …
- 18:12 Changeset [32605] by
-
Add missing doc blocks to
l10n.php
See #32444. - 18:07 Changeset [32604] by
-
Improve unit tests for
wp_unique_post_slug()
. See #5305. - 18:05 Changeset [32603] by
-
Add missing doc blocks to
kses.php
- also fix some unfortunate … - 17:56 Ticket #32498 (Media Library and Page Slug conflict) created by
- This is a follow-up to #18962. Please also check out this thread on …
- 16:50 Ticket #32474 (Facilitate widgets to be stored in posts instead of options) closed by
- fixed: In 32602: […]
- 16:50 Changeset [32602] by
-
Add support for
WP_Widget::get_settings()
returning … - 14:14 Ticket #32497 (The plugin list table is not very extendable) created by
- The plugin list table in wp-admin is a bit strict. For instance, it …
- 05:20 Ticket #31507 (Error determined blog when using multi-site, a domain different than ...) closed by
- invalid
05/25/2015:
- 22:39 Ticket #32487 (Profile: Button inconsistencies) closed by
- invalid: Same as in #32483, please report this to Jetpack.
- 22:08 Ticket #32496 (Ajax error response for update-widget always returns empty message) closed by
- fixed: In 32601: […]
- 22:08 Changeset [32601] by
- Fix wp_send_json_error() response for update-widget Ajax request, to …
- 21:57 Ticket #32496 (Ajax error response for update-widget always returns empty message) created by
-
The
WP_Customize_Widgets::call_widget_update()
return aWP_Error
… - 18:12 Ticket #31966 (Add screen-reader-text to list "filter" links: Posts and Pages) closed by
- wontfix: Closing in favor of the solutions proposed in #32147.
- 18:11 Ticket #31965 (Add screen-reader-text to list "filter" links) closed by
- wontfix: Closing this in favor of the solutions proposed in #32147.
- 17:58 Changeset [32600] by
-
get_comments()
can returnint
, so a few places need to check if … - 17:48 Ticket #31579 (screen options missing under IE11, wordpress 4.1.1.) closed by
- invalid: With no reporter feedback, and having not been able to reproduce this …
- 17:44 Ticket #32495 (WP Admin bar multi-level menu accessibility) created by
- If an admin toolbar dropdown is added with multiple level dropdowns …
- 17:35 Ticket #32494 (Semantic elements for non-link links: Help and Screen Options) created by
- For semantics and accessibility, links used as UI controls that are …
- 17:31 Changeset [32599] by
-
Cleanup doc blocks in
http.php
. In the few functions that used … - 17:17 Changeset [32598] by
-
Cleanup doc blocks in
general-template.php
. See #32444. - 17:11 Ticket #32493 (Customizer: Improve accessibility of sliding panels) created by
- The Customizer has a lot of room for accessibility improvements. It's …
- 17:10 Ticket #31369 (Comments display in edit.php can be improved for accessibility) closed by
- duplicate: Yes, I think this is really a duplicate at this point. Closing as …
- 17:08 Ticket #30101 (Check box label should be clickable, same as other check box label of ...) closed by
- wontfix
- 16:36 Ticket #32492 (Customizer bug, Properly collapse all sections on .control-panel-back click) closed by
- duplicate: Though difference, #31336 solves the issue. ;)
- 16:34 Changeset [32597] by
-
Cleanup the use of
$wp_styles
global infunctions.wp-styles.php
. … - 16:23 Changeset [32596] by
-
Cleanup the use of
$wp_scripts
global infunctions.wp-scripts.php
. … - 16:10 Changeset [32595] by
-
Add missing doc blocks to
wp-includes/functions.php
. See #32444. - 15:05 Ticket #32492 (Customizer bug, Properly collapse all sections on .control-panel-back click) created by
- Small but annoying bug here. When inside a panel, and you click on …
- 14:54 Ticket #32491 (Users: Search button could be aligned to input field.) created by
- On smaller devices there is spacing for the button to be aligned to …
- 14:47 Ticket #32490 (New user: spacing could be increased about input field) created by
- On error styling the left is flush against the colouring: …
- 14:38 Ticket #32489 (Add user: input fields spacing could be adjusted on smaller devices) created by
- As the device gets smaller the spacing between the input fields could …
- 14:37 Ticket #32488 (Add user: Description placing adjustment) created by
- On strength indicator on mid size devices the placing is weaker than …
- 14:36 Ticket #32483 (Profile: hard to distinguish sub headings.) closed by
- invalid: @paulwilde: sorry yes thought had deactivated JetPack. I'll report it …
- 14:26 Ticket #32487 (Profile: Button inconsistencies) created by
- There are a lot of interaction types on profile.php. For example see …
- 14:24 Ticket #32486 (Profile: Add button underneath could be placed beside on smaller devices.) created by
- As the screen decreases in size the button goes underneath but looks …
- 14:22 Ticket #32485 (Profile: Better formatting for description.) created by
- As the device size decreases the formatting looks not as great for the …
- 14:20 Ticket #32484 (Profile: section padding could be decreased on smaller devices) created by
- As the devices get smaller the padding doesn't and the screen is more …
- 14:16 Ticket #32483 (Profile: hard to distinguish sub headings.) created by
- It's hard to see things in the middle of all the text. Particularly on …
- 13:05 Ticket #32481 (Pass the original `$user_id` to the filter in `get_the_author_meta()`) closed by
- fixed: In 32594: […]
- 13:05 Changeset [32594] by
-
Pass the original
$user_id
variable to the filter in … - 10:29 Ticket #32482 (Fix TinyMCE js include) created by
- it seems like today TinyMCE js code is being included and generated …
- 06:40 Ticket #32174 (Clearing Search field in Link Modal with "X" Fails to Reset Search Results) closed by
- fixed: In 32593: […]
- 06:40 Changeset [32593] by
- Link modal: reset search results appropriately Reset the search …
- 06:34 Ticket #31764 (wpeditimage plugin: don't add extra spaces to the class -- fix failing ...) closed by
- fixed: In 32592: […]
- 06:34 Changeset [32592] by
- TinyMCE: wpeditimage: trim class Don't add extra spaces to classes. …
- 06:24 Changeset [32591] by
-
Fix inline documentation syntax in
wp_xmlrpc_server
. See #32246. - 04:06 Ticket #32481 (Pass the original `$user_id` to the filter in `get_the_author_meta()`) created by
-
The
"get_the_author_$field"
filter includes$user_id
, but there's … - 03:04 Ticket #32480 (Add _doing_it_wrong method call to WP_Widget PHP4 style constructor) created by
- WP_Widget contains a PHP4 style constructor for backwards …
- 02:58 Changeset [32590] by
-
Add missing doc blocks to
formatting.php
. Rehabilitate the spacing … - 02:15 Ticket #32148 (updates having problems) closed by
- worksforme: Without steps to reproduce, and/or debug data, it's impossible to …
05/24/2015:
- 22:49 Ticket #31150 (Comment date editing not working) closed by
- worksforme: @anton.333, I also cannot reproduce your issue. I am going to close …
- 21:27 Changeset [32589] by
-
Add missing doc blocks to
default-widgets.php
. Moveadd_action()
… - 21:10 Changeset [32588] by
-
Alter some
@return
doc blocks forcron.php
. See #32444. - 21:03 Changeset [32587] by
-
Add missing doc blocks to
comment.php
. See #32444. - 20:34 Changeset [32586] by
-
Clarify that
wp_xmlrpc_server->wp_getTaxonomies()
returns an … - 20:33 Ticket #32479 (HTTPS is forced when uploading images) created by
- Hi, It seems that since 4.2.0, all pictures added via Media Uploader …
- 20:32 Changeset [32585] by
-
Add missing argument descriptions for the
$args
parameter in … - 20:14 Changeset [32584] by
-
Add missing argument descriptions for the
$args
parameter in … - 20:10 Changeset [32583] by
-
Add missing argument descriptions for the
$args
parameter in … - 20:07 Changeset [32582] by
-
Add missing
$args
parameter descriptions for … - 19:58 Changeset [32581] by
-
Convert the
$args
parameter documentation for … - 17:25 Ticket #32478 (Improve documentation on the cron lock) closed by
- fixed: In 32580: […]
- 17:25 Changeset [32580] by
- Improve inline documentation for the cron lock behavior. Props …
- 17:18 Changeset [32579] by
-
In most
wp_xmlrpc_server
methods that accept an array of arguments, … - 17:01 Changeset [32578] by
-
Convert the
$args
parameter documentation in … - 16:59 Changeset [32577] by
-
Convert the
$args
parameter documentation in … - 16:55 Changeset [32576] by
-
Convert the
$args
parameter documentation in … - 16:50 Changeset [32575] by
-
Convert the
$args
parameter forwp_xmlrpc_server->wp_getPosts()
… - 16:45 Changeset [32574] by
-
Define the default values for the
$fields
parameter in the … - 16:44 Changeset [32573] by
-
Convert the
$args
parameter documentation in … - 16:40 Changeset [32572] by
- Add missing argument descriptions in the DocBlock for …
- 15:21 Ticket #32478 (Improve documentation on the cron lock) created by
- 14:49 Ticket #32477 (index.php@Twenty_Fifteen : There is an unnecessary `space`.) closed by
- invalid: Hello tmatsuur, thanks for your report. Please take a look at …
- 14:34 Ticket #32477 (index.php@Twenty_Fifteen : There is an unnecessary `space`.) created by
- It will become a fine thing, but I will report. The location is 48 …
- 12:44 Ticket #32476 (fix to tempnam() function breaks maintenance mode?) closed by
-
invalid:
wp_tempnam()
isn't designed to create a specific file, it's used for … - 09:45 Ticket #32476 (fix to tempnam() function breaks maintenance mode?) created by
- This is a follow-up to #32135. Ref. Comment 4 The fix to the above …
- 08:44 Changeset [32571] by
- Updates: Correctly identify more failed update cases. This checks for …
- 08:06 Ticket #32465 (Capital case chars in a plugin slug/name break the autoupdate mechanism.) reopened by
- reopening for 4.2.x - This seems like a fairly common use-case and a …
- 08:04 Ticket #32465 (Capital case chars in a plugin slug/name break the autoupdate mechanism.) closed by
- fixed: In 32570: […]
- 08:04 Changeset [32570] by
- Shiny Updates: Handle the case where the plugin is installed into a …
- 07:54 Ticket #22961 ("Allow link notifications from other blogs (pingbacks and ...) closed by
- fixed: In 32569: […]
- 07:54 Changeset [32569] by
- Improve description for link notification option. Makes it clear that …
- 05:39 Changeset [32568] by
-
Use
void
instead ofnull
where appropriate when pipe-delimiting … - 05:18 Changeset [32567] by
-
Add missing doc blocks to
comment-template.php
. See #32444. - 05:04 Changeset [32566] by
-
Add missing doc blocks to
class.wp-(scripts|styles).php
. See #32444. - 01:17 Ticket #32159 (Themes option in the admin bar) closed by
- wontfix: This was changed in WordPress 4.2 when we added theme-switching to the …
- 00:55 Ticket #31033 (Organize the Custom Background function) closed by
- wontfix: So you can accomplish the things you want on a theme-by-theme basis by …
- 00:15 Ticket #29173 (Register (empty) core Customizer Panels for plugins to add their ...) closed by
- maybelater: I would love to see a panel that plugins could hook into instead of …
- 00:11 Ticket #31828 (Dashboard close button) closed by
- invalid: This was fixed in #32287 and committed to trunk 2 weeks ago in r32475, …
Note: See TracTimeline
for information about the timeline view.