# Nothing Much #
* Contributors: stephdau, ocean90
* Tags: testing
* Requires at least: 4.2
* Tested up to: 4.7
* Stable tag: 1.4.1
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html


This plugin really does nothing of value.

## Description ##

(Stable) This plugin does nothing of value, and is used to test things in the plugin directory/repo.

> This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,
> consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
> Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
>
> Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse
> id sem consectetuer libero luctus adipiscing.
> Suspendisse id sem consectetuer libero luctus adipiscing.

Lorem Ipsum:
http://wordpress.org
http://de.wordpress.org


### Unicode Test:

* EUC-JP: a��b
* UTF-8: aあb

### Test indent with spaces

    <?php
    echo do_action( 'wp_team_list', array( 'role' => 'all', 'orderby' => 'name' ) );
    ?>

### Test indent with tab

	<?php
	echo do_action( 'wp_team_list', array( 'role' => 'all', 'orderby' => 'name' ) );
	?>

### Test pre tags

<pre>
&lt;?php
echo do_action( 'wp_team_list', array( 'role' => 'all', 'orderby' => 'name' ) );
?&gt;
</pre>


## Installation ##

1. Upload `nothing-much` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Watch in amazement as it does nothing of value, just as advertised.

## Frequently Asked Questions ##

### What is this for? ###

Nothing of interest.

Nothing of interest, second line.
Nothing of interest, third line.

### Why does it even exist then? ###

So we can test things in the plugin repo without affecting a valuable plugin.

## Changelog ##

### 1.4.1 ###
* Test

### 1.0 ###
* Initial import.

## Arbitrary section ##

Because those need to be tested too.
