Go to file
Dominik Schilling (ocean90) d0365d1383 Improve inline docs for register_post_type() and register_taxonomy().
* register_taxonomy: Use the same doc format for the associative array arg as used for register_post_type()
* register_taxonomy: Improve docs for _builtin, capabilities, hierarchical and rewrite args
* register_taxonomy: Use the same order in $defaults as in docblock
* register_taxonomy: Replace is_null with null ===, to be consistent
* register_post_type: Use the same order in $defaults as in docblock
* register_post_type: Improve docs for @uses and default fallbacks
And while we're on it: Whitespaces.

fixes #25150.

git-svn-id: https://develop.svn.wordpress.org/trunk@25130 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-26 20:23:34 +00:00
src Improve inline docs for register_post_type() and register_taxonomy(). 2013-08-26 20:23:34 +00:00
tests Update the directory reference in tests/README.txt. props jdgrimes. fixes #25133. 2013-08-24 14:05:00 +00:00
tools/i18n i18n Tools: Update the default msgid-bugs-address. see #21444. 2013-08-22 22:07:08 +00:00
.gitignore
Gruntfile.js
package.json