Make WordPress Core


Ignore:
Timestamp:
10/24/2011 07:13:23 PM (12 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/press-this.php

    r19028 r19054  
    579579        if ( $url ) {
    580580            $content .= '<p>';
    581            
     581
    582582            if ( $selection )
    583583                $content .= __('via ');
    584            
     584
    585585            $content .= sprintf( "<a href='%s'>%s</a>.</p>", esc_url( $url ), esc_html( $title ) );
    586586        }
     
    603603
    604604        wp_editor( $content, 'content', $editor_settings );
    605        
     605
    606606        ?>
    607607        </div>
     
    620620    </tr></table>
    621621</div>
    622 <?php 
     622<?php
    623623do_action('admin_footer');
    624624do_action('admin_print_footer_scripts');
Note: See TracChangeset for help on using the changeset viewer.