Исходный код

If you’d like to browse the WordPress source and inline documentation, there’s a convenient developer reference and a code browser. You can also find guides for contributing with Subversion and contributing with Git.

Исходный код WordPress, лицензированный по лицензии GNU General Public License версии 2 (или более поздней), можно просматривать в брау��ере или скачать локально с помощью Subversion или Git:

  • Subversion: https://core.svn.wordpress.org/
  • Git-зеркало: git://core.git.wordpress.org/

WordPress minifies core JavaScript files using UglifyJS and CSS using clean-css, all via the Grunt JavaScript-based task runner. The development source that includes un-minified versions of these files, along with the build scripts, can be browsed online or checked out locally with Subversion or Git:

  • Subversion: https://develop.svn.wordpress.org/
  • Git-зеркало: git://develop.git.wordpress.org/

The source code for any program binaries or minified external scripts that are included with WordPress can be freely obtained from our sources repository.