Changeset 6033 for trunk/src/includes/admin/topics.php
- Timestamp:
- 05/25/2016 01:25:45 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/topics.php
r6032 r6033 102 102 */ 103 103 private function bail() { 104 if ( ! isset( get_current_screen()->post_type ) || ( $this->post_type !== get_current_screen()->post_type )) {104 if ( $this->post_type !== get_current_screen()->post_type ) { 105 105 return true; 106 106 }
Note: See TracChangeset
for help on using the changeset viewer.