Skip to content
New issue

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

Use wp_admin_notice #5142

Closed
wants to merge 17 commits into from
Closed

Use wp_admin_notice #5142

wants to merge 17 commits into from

Conversation

joedolson
Copy link
Contributor

PR for finishing applying wp_admin_notice functions across the admin. In progress.

Trac ticket: https://core.trac.wordpress.org/ticket/57791


This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.

<?php endif; ?>
<?php
if ( is_child_theme() && $theme->get_stylesheet() === get_template() ) :
$message = ( is_writable( $file ) ) : '<strong>' . __( 'Caution:' ) . '</strong> ' ? '';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ternary operators reversed; fixed in commit.

@joedolson
Copy link
Contributor Author

Committed in r56570.

@joedolson joedolson closed this Sep 14, 2023
@joedolson joedolson deleted the apply-57791 branch September 14, 2023 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants