Changeset 6508
- Timestamp:
- 02/01/2018 08:02:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.php
r6506 r6508 1017 1017 public function print_admin_notices() { 1018 1018 global $post; 1019 1020 if ( empty( $post->post_type ) || WCPT_POST_TYPE_ID != $post->post_type ) { 1019 $screen = get_current_screen(); 1020 1021 if ( empty( $post->post_type ) || WCPT_POST_TYPE_ID != $post->post_type || 'post' !== $screen->base ) { 1021 1022 return; 1022 1023 }
Note: See TracChangeset
for help on using the changeset viewer.