We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When going to create a new Wiki post I receive the notice:
NOTICE: E:\laragon\www\betatest\wp-admin\includes\meta-boxes.php:1365 - Undefined variable: screen include('E:\laragon\www\betatest\wp-admin\edit-form-advanced.php'), register_and_do_post_meta_boxes
To Reproduce Steps to reproduce the behavior:
Install the latest version 5 beta
Install and activate the plugin Yada Wiki from the WP directory
With debug set to true, go to the Admin menu "Wiki Pages -> Add New" and you should see the warning notice.
In the file \wp-content\plugins\yada-wiki\includes\register-wiki-cpt.php change line 40 from this:
\wp-content\plugins\yada-wiki\includes\register-wiki-cpt.php
'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'revisions', 'publicize', 'wpcom-markdown' ),
To this (adding support for custom fields) to have the notice go away:
'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'revisions', 'publicize', 'wpcom-markdown', 'custom-fields' ),
Expected behavior There is no warning notice when using WP 4.9.8. Expect the same with WP 5
Additional context
The text was updated successfully, but these errors were encountered:
Thanks for the report! I have reopened the related core ticket #45257.
Sorry, something went wrong.
No branches or pull requests
When going to create a new Wiki post I receive the notice:
To Reproduce
Steps to reproduce the behavior:
Install the latest version 5 beta
Install and activate the plugin Yada Wiki from the WP directory
With debug set to true, go to the Admin menu "Wiki Pages -> Add New" and you should see the warning notice.
In the file
\wp-content\plugins\yada-wiki\includes\register-wiki-cpt.php
change line 40 from this:To this (adding support for custom fields) to have the notice go away:
Expected behavior
There is no warning notice when using WP 4.9.8. Expect the same with WP 5
Additional context
The text was updated successfully, but these errors were encountered: