Go to file
Jon Cave a0940de83d Correct rewrite tag for hierarchical post types without a query_var.
Hierarchical rewrite rules operate via the 'pagename' query variable which is
passed to get_page_by_path(). However, the current rewrite rules use the 'name'
query variable for hierarchical types without a custom query_var.

Fixes #16323.


git-svn-id: https://develop.svn.wordpress.org/trunk@25182 602fd350-edb4-49c9-b593-d223f7449a82
2013-08-30 08:07:06 +00:00
src Correct rewrite tag for hierarchical post types without a query_var. 2013-08-30 08:07:06 +00:00
tests Test that passwords containing the username are penalised. 2013-08-29 22:28:32 +00:00
tools/i18n i18n Tools: Update the default msgid-bugs-address. see #21444. 2013-08-22 22:07:08 +00:00
.gitignore Move wp-config-sample.php to the root of develop.svn. 2013-08-29 20:45:17 +00:00
Gruntfile.js Add `grunt test` task for QUnit tests. 2013-08-30 04:06:34 +00:00
package.json Add `grunt test` task for QUnit tests. 2013-08-30 04:06:34 +00:00
phpunit.xml.dist Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
wp-config-sample.php Move wp-config-sample.php to the root of develop.svn. 2013-08-29 20:45:17 +00:00
wp-tests-config-sample.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00