-
·
Javascript Chat Summary: May 7th, 2019
Below is a of the discussion from this week’s JavaScriptJavaScript JavaScript or JS is an object-oriented computer programming language commonly used to create interactive effects within web browsers. WordPress makes extensive use of JS for a better user experience. While PHP is executed on the server, JS executes within a user’s browser. https://www.javascript.com chat (agenda,…
-
·
Changes to post globals setup and usage in get_the_content() and related functions in WordPress 5.2
In WordPress 4.5, changes were made to some post template functions (specifically, get_the_excerpt() and related functions) to improve their usability outside of the post loopLoop The Loop is PHP code used by WordPress to display posts. Using The Loop, WordPress processes each post to be displayed on the current page, and formats it according to…
-
·
Editor chat summary: 1 May 2019
This post summarizes for the weekly editor chat meeting on Wednesday, 1st May 2019, 13:00 UTC held in Slack. GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses ‘blocks’ to add richness rather than…
-
·
#core-privacy April update
This is a cumulative update for #core-privacy office hours and bugbug A bug is an error or unexpected result. Performance improvements, code optimization, and are considered enhancements, not defects. After feature freeze, only bugs are dealt with, with regressions (adverse changes from the previous version) being the highest priority. scrubs held in April 2019. Office…
-
·
X-post: 5.0 Release Retrospective Wrap Up
X-comment from +make.wordpress.org/updates: Comment on 5.0 Release Retrospective Wrap Up
-
·
Editor Chat Agenda: May 1st
This is the agenda for the weekly editor chat meeting on Wednesday, 1st May 2019, 13:00 UTC. GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses ‘blocks’ to add richness rather than shortcodes, custom HTML…
-
·
JavaScript chat summary, April 30th, 2019
Below is a summary of this week’s JavaScriptJavaScript JavaScript or JS is an object-oriented computer programming language commonly used to create interactive effects within web browsers. WordPress makes extensive use of JS for a better user experience. While PHP is executed on the server, JS executes within a user’s browser. https://www.javascript.com chat (agenda, Slack Transcript). Have…
-
·
JavaScript chat summary, April 23th, 2019
Below is a summary of this week’s JavaScriptJavaScript JavaScript or JS is an object-oriented computer programming language commonly used to create interactive effects within web browsers. WordPress makes extensive use of JS for a better user experience. While PHP is executed on the server, JS executes within a user’s browser. https://www.javascript.com chat (agenda, Slack Transcript).…
-
·
Site Health Check in 5.2
WordPress 5.2 will include two new pages in the adminadmin (and super admin) interface to help end users to self-service their site through common configuration issues and other elements that go along with having a healthy online presence. It also provides a standardized location for developers to add debugging information. The new pages can be…
-
·
Miscellaneous Developer Updates in 5.2
New wp_body_open Theme Hook 5.2 will introduce a new wp_body_open() function that is used to trigger a wp_body_open action. This action is intended to allow developers to inject code immediately following the opening <body> tagtag A directory in Subversion. WordPress uses tags to store a single snapshot of a version (3.6, 3.6.1, etc.), the common…