Make WordPress Core


Ignore:
Timestamp:
12/13/2010 09:21:50 PM (15 years ago)
Author:
ryan
Message:

Pink trailing whites.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r16868 r16900  
    136136<div class="wrap">
    137137<?php screen_icon(); ?>
    138 <h2><?php 
     138<h2><?php
    139139if ( $post_id )
    140     echo sprintf(__('Comments on &#8220;%s&#8221;'), 
    141         sprintf('<a href="%s">%s</a>', 
    142             get_edit_post_link($post_id), 
     140    echo sprintf(__('Comments on &#8220;%s&#8221;'),
     141        sprintf('<a href="%s">%s</a>',
     142            get_edit_post_link($post_id),
    143143            wp_html_excerpt(_draft_or_post_title($post_id), 50)
    144144        )
Note: See TracChangeset for help on using the changeset viewer.