Ticket #21899: Refreshed_patch_from_21899.patch
File Refreshed_patch_from_21899.patch, 563 bytes (added by , 10 years ago) |
---|
-
wp-includes/post-template.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
427 427 $classes[] = 'format-standard'; 428 428 } 429 429 430 // Post is protected 431 if ( !empty($post->post_password) ) 432 $classes[] = 'protected'; 433 430 434 // Post requires password 431 435 if ( post_password_required( $post->ID ) ) { 432 436 $classes[] = 'post-password-required';