Changeset 1203 in tests for trunk/tests/admin/includesPlugin.php
- Timestamp:
- 02/08/2013 05:29:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/admin/includesPlugin.php
r904 r1203 10 10 $default_headers = array( 11 11 'Name' => 'Hello Dolly', 12 'Title' => '<a href="http://wordpress.org/#" title="Visit plugin homepage" >Hello Dolly</a>',12 'Title' => '<a href="http://wordpress.org/#" title="Visit plugin homepage" target="_blank">Hello Dolly</a>', 13 13 '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" >Matt Mullenweg</a>.</cite>',15 'Author' => '<a href="http://ma.tt/" title="Visit author homepage" >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" target="_blank">Matt Mullenweg</a>.</cite>', 15 'Author' => '<a href="http://ma.tt/" title="Visit author homepage" target="_blank">Matt Mullenweg</a>', 16 16 'AuthorURI' => 'http://ma.tt/', 17 17 'Version' => '1.5.1',
Note: See TracChangeset
for help on using the changeset viewer.