Changeset 9754
- Timestamp:
- 04/21/2020 03:23:40 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php
r9252 r9754 102 102 function page_is_component( $post ) { 103 103 $post = get_post( $post ); 104 if ( ! $post ) { 105 return false; 106 } 104 107 if ( $post->post_type != self::POST_TYPE_NAME ) { 105 108 return false;
Note: See TracChangeset
for help on using the changeset viewer.