Changeset 10810 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-markdown/inc/class-importer.php
- Timestamp:
- 03/11/2021 08:48:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-markdown/inc/class-importer.php
r8848 r10810 86 86 // Account for potential handbook landing page, which results in an empty $key. 87 87 if ( ! $key ) { 88 if ( in_array( $post->post_name, [ 'handbook', $post->post_type, "{$post->post_type}-handbook" ] ) ) {88 if ( in_array( $post->post_name, [ 'handbook', $post->post_type, "{$post->post_type}-handbook", 'welcome' ] ) ) { 89 89 $key = $post->post_name; 90 90 }
Note: See TracChangeset
for help on using the changeset viewer.