-
·
WP_User_Search has been replaced by WP_U…
WP_User_Search has been replaced by WP_User_Query. WP_User_Search exists, but is deprecated and has been moved to wp-adminadmin (and super admin)/includes/user.php to deprecated.php. If you were for some reason including wp-admin/includes/user.php and were expecting WP_User_Search, you’ll need to adjust. #3-1, #dev-notes
-
·
Agenda for dev chat today, October 7, 20…
Agenda for dev chat today, October 7, 2010: Check in on 3.1 features in development, timeline sanity check. Google code-in program for high school students, mentorship possibility
-
·
The theme mod functions now store their …
The theme mod functions now store their values differently. This has the potential to break plugins that were directly querying these options instead of utilizing the APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways.. If you…
-
·
WordPress.org single sign on has been fi…
WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ single sign on has been fixed for most of the various sections. Themes still…
-
·
Dev Chat for Thursday, September 30 is o…
Dev Chat for Thursday, September 30 is officially cancelled, due to unexpected conflicts and family emergencies among the lead team. Please feel free to congregate as usual, and take over the asylum to discuss patches in progress, best approaches to fixing bugs, and whatever else a collaborative hour can help move forward. Remember, feature freeze…
-
·
Suggest Agenda Items for today’s meet-u…
Suggest Agenda Items for today’s meet-up Please keep them on-topic #agenda
-
·
wp-db.php is now always included. Databa…
wp-db.php is now always included. Database drop-ins should continue to work without any adjustment in most cases (or can be adjusted to work with small tweaks). This is for performance as we are no longer conditionally including a file. It also allows db.php files to cleanly extend wpdb, which previously required a bit of tinkering.…
-
·
CPT enhancements
I’m trying to put together a small but well-defined set of enhancements that custom post types deserve consideration in 3.1. What I have so far is this: Opt-in archive/index pages for custom post types Opt-in default metaMeta Meta is a term that refers to the inside workings of a group. For us, this is the…
-
·
As you know, GSoC is over. I’ll be writ…
As you know, GSoC is over. I’ll be writing up a summary of all the student projects once we finish reviewing them all, but general stat is that out of our 15 students, all but 2 passed both their midterm and final evaluation (87% success rate). We’ll be sending two representatives to the GSoC mentor…
-
·
The Purpose of the Dev Chat
Every now and then it seems like people forget the purpose of the dev chat, or new community members aren’t clear on it, so I thought this, the beginning of a new development cycle, would be a good time to reiterate the purpose of the dev chat. The dev chat is a weekly product team…