Ticket #19570: post-format-tip.diff
File post-format-tip.diff, 518 bytes (added by , 11 years ago) |
---|
-
wp-admin/edit-form-advanced.php
397 397 398 398 <?php if ( ! empty( $post_format_options ) ) : ?> 399 399 <div class="post-format-options"> 400 <span class="post-format-tip"> StandardPost</span>400 <span class="post-format-tip"><?php echo ucwords( $post_format ); ?> Post</span> 401 401 <?php echo $post_format_options; ?> 402 402 </div> 403 403 <?php endif; ?>