Make WordPress Core


Ignore:
Timestamp:
07/09/2013 04:55:31 AM (11 years ago)
Author:
nacin
Message:

Update tests for [24583]. see #20839.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/admin/includesPlugin.php

    r1203 r1306  
    1010        $default_headers = array(
    1111            'Name' => 'Hello Dolly',
    12             'Title' => '<a href="http://wordpress.org/#" title="Visit plugin homepage" target="_blank">Hello Dolly</a>',
     12            'Title' => '<a href="http://wordpress.org/#" title="Visit plugin homepage">Hello Dolly</a>',
    1313            'PluginURI' => 'http://wordpress.org/#',
    14             'Description' => 'This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from Hello, Dolly in the upper right of your admin screen on every page. <cite>By <a href="http://ma.tt/" title="Visit author homepage" target="_blank">Matt Mullenweg</a>.</cite>',
    15             'Author' => '<a href="http://ma.tt/" title="Visit author homepage" target="_blank">Matt Mullenweg</a>',
     14            'Description' => 'This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from Hello, Dolly in the upper right of your admin screen on every page. <cite>By <a href="http://ma.tt/" title="Visit author homepage">Matt Mullenweg</a>.</cite>',
     15            'Author' => '<a href="http://ma.tt/" title="Visit author homepage">Matt Mullenweg</a>',
    1616            'AuthorURI' => 'http://ma.tt/',
    1717            'Version' => '1.5.1',
Note: See TracChangeset for help on using the changeset viewer.