We have a better phpDoc page. It is regu…

We have a better phpDoc page. It is regularly updated for trunktrunk A directory in Subversion containing the latest development code in preparation for the next major release cycle. If you are running "trunk", then you are on the latest revision., the latest branchbranch A directory in Subversion. WordPress uses branches to store the latest development code for each major release (3.9, 4.0, etc.). Branches are then updated with code for any minor releases of that branch. Sometimes, a major version of WordPress and its minor versions are collectively referred to as a "branch", such as "the 4.0 branch". and the latest tagtag A directory in Subversion. WordPress uses tags to store a single snapshot of a version (3.6, 3.6.1, etc.), the common convention of tags in version control systems. (Not to be confused with post tags.). Thanks to Barry.

#phpdoc

For forking pleasure: http://github.com/…

For forking pleasure: http://github.com/wordpress/

#git, #github

If you are tired of downloading and appl…

If you are tired of downloading and applying patches from tracTrac An open source project by Edgewall Software that serves as a bug tracker and project management tool for WordPress., wp-apply-patch is for you.

$ wp-apply-patch 13023
Downloading from https://core.trac.wordpress.org/ticket/13023...
Applying 13023.diff...
patching file wp-admin/options-general.php

or in the case of multiple patches in the ticketticket Created for both bug reports and feature development on the bug tracker.:

$ wp-apply-patch 13237                                                                                                                                ~/wordpress/trunk:creep M
Downloading from https://core.trac.wordpress.org/ticket/13237...
Choose a patch to apply:
	  0 → alot.patch by johnjamesjacoby
	  1 → alot.2.patch by beaulebens
	> 0
Applying alot.patch...
(Stripping trailing CRs from patch.)
patching file wp-admin/import/livejournal.php
…

#patch, #patch-sprint, #tools, #trac, #wp-apply-patch