Go to file
Jeremy Felt 5c3f3b8167 Posts: Remove the slug from Quick Edit for posts that are not `is_post_type_viewable()`.
This is a followup to [43728], which added the same check, but using the `publicly_queryable` option. This behaviour is incorrect for `_builtin` post types, which go by the logic in `is_post_type_viewable()`, instead.

Merges [43855] from the 5.0 branch to trunk.

Props pento.
See #43278.


git-svn-id: https://develop.svn.wordpress.org/trunk@44221 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-16 01:52:50 +00:00
src Posts: Remove the slug from Quick Edit for posts that are not `is_post_type_viewable()`. 2018-12-16 01:52:50 +00:00
tests REST API: Fix array syntax after [43851]. 2018-12-16 01:40:02 +00:00
tools Build Tools: Upgrade @wordpress packages to the latest version. 2018-12-14 10:53:17 +00:00
.editorconfig
.gitignore Build Tools: Copy package JavaScript and CSS into `wp-includes`. 2018-12-14 04:10:26 +00:00
.jshintrc
.npmrc
.nvmrc
.travis.yml Build Tools: Switch to Node 10.13.0. 2018-12-16 01:42:24 +00:00
Gruntfile.js Build tools: Build webpack dev in grunt build. 2018-12-14 04:35:59 +00:00
composer.json
composer.lock
jsdoc.conf.json
package-lock.json Build Tools: Update the @wordpress packages. 2018-12-14 12:18:28 +00:00
package.json Build Tools: Switch to Node 10.13.0. 2018-12-16 01:42:24 +00:00
phpcs.xml.dist
phpunit.xml.dist REST API: Introduce Autosaves controller and endpoint. 2018-12-13 22:41:47 +00:00
webpack.config.js Build tools: Build @wordpress packages with webpack. 2018-12-13 15:25:37 +00:00
wp-cli.yml
wp-config-sample.php
wp-tests-config-sample.php