mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Prior to version 4.9, a quirk in the implementation of `get_term()` caused `get_category_link( 123 )` to fetch the taxonomy archive link for term 123 even if 123 is not in the 'category' taxonomy. The quirk was fixed in [40979]; see #40671. This bugfix introduced a regression for theme authors who were expecting the old behavior. By lifting the 'category' restriction, we allow the template function to work in the old way. Fixes #42717. See #42771. git-svn-id: https://develop.svn.wordpress.org/trunk@42364 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| src | ||
| tests | ||
| tools/i18n | ||
| .editorconfig | ||
| .gitignore | ||
| .jshintrc | ||
| .travis.yml | ||
| Gruntfile.js | ||
| jsdoc.conf.json | ||
| package.json | ||
| phpcs.xml.dist | ||
| phpunit.xml.dist | ||
| webpack.config.dev.js | ||
| webpack.config.prod.js | ||
| wp-cli.yml | ||
| wp-config-sample.php | ||
| wp-tests-config-sample.php | ||