Ticket #3422: 3422.diff
| File 3422.diff, 682 bytes (added by , 8 years ago) |
|---|
-
trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-review-tools.php
125 125 } 126 126 echo '</ul>'; 127 127 128 if ( in_array( $post->post_status, [ 'draft', 'pending' ], true ) ) {128 if ( in_array( $post->post_status, [ 'draft', 'pending', 'new' ], true ) ) { 129 129 $slug_restricted = []; 130 130 $slug_reserved = []; 131 131