Changeset 10187
- Timestamp:
- 08/19/2020 06:25:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/watchlist.php
r9988 r10187 41 41 42 42 $post = get_post(); 43 if ( ! $post ) { 44 return $actions; 45 } 43 46 44 47 if ( 'page' == $post->post_type || ( in_array( $post->post_type, self::$post_types ) && ! is_post_type_archive( self::$post_types ) ) ) {
Note: See TracChangeset
for help on using the changeset viewer.