Source: Make WordPress: Core

  • Core Team Meetup Recap: Multisite

    These are the notes from a breakout discussion on multisitemultisite Used to describe a WordPress installation with a network of multiple blogs, grouped by sites. This installation type has shared users tables, and creates separate database tables for each blog (wp_posts becomes wp_0_posts). See also network, blog, site at the coreCore Core is the set…

  • MT has given the typography on WordPress org…

    MT has given the typography on 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/ a refresh to bring it more in line…

  • Been giving a lot of thought to how…

    Been giving a lot of thought to how to give pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly…

  • Between some people still being in transit and…

    Between some people still being in transit and some others out for the holiday, there will not be an official dev chat today. Anyone who is around and wants to meet up in the channel could do a scrub on bugs (any/all). Next week we’ll meet to begin discussions about 3.4 process and scope. #dev-chat

  • Core Team Meetup Recap: Default Theme “Twenty Twelve”

    One of the topics discussed at the coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. team meetupMeetup All local/regional gatherings that are officially a part of the WordPress world but are not WordCamps are organized through https://www.meetup.com/. A meetup is typically a chance for local WordPress…

  • Core Team Meetup Recap – Part I

    As most people know, the coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. team (leads, primary committers, Matt) is having its annual meetupMeetup All local/regional gatherings that are officially a part of the WordPress world but are not WordCamps are organized through https://www.meetup.com/. A meetup is…

  • As the WordPress core team is in the…

    As the WordPress coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. team is in the middle of an in-person meetup, we’ll be skipping the IRCIRC Internet Relay Chat, a network where users can have conversations online. IRC channels are used widely by open source projects, and…

  • Use wp_enqueue_scripts, not wp_print_styles, to enqueue scripts and styles for the frontend

    If you are enqueueing scripts and styles, you will want to use one of these three hooksHooks In WordPress theme and development, hooks are functions that can be applied to an action or a Filter in WordPress. Actions are functions performed when a certain event occurs in WordPress. Filters allow you to modify certain functions.…

  • Did you have at least one props on…

    Did you have at least one props on a commit in 3.3? If so, you’re listed on the Credits screen in the WP dashboard. In the listing, your name links to your 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…

  • As of r19574 the new feature pointers are…

    As of r19574, the new feature pointers are no longer shown for new installs, or users created after an update that added the pointer. We left this alone through RC2 that way if you created a test installation or added new users during testing, you’d still see the pointers. #3-3