=== Dashboard Message ===
Contributors: n1c0_ds
Donate link: http://nicolasbouliane.com
Tags: dashboard, message, widget, administrator, admin
Requires at least: 2.0.2
Tested up to: 3.0
Stable tag: trunk

Displays a custom message on the dashboard with full HTML/PHP/JavaScript support. Useful for administrator who have clients as users.

== Description ==

Displays a custom message on the dashboard with full HTML/PHP/JavaScript support. Useful for administrator who have clients as users.

The plugin will display anything that's in the message.php file in the plugin's directory. Since the plugin uses a simple include,
any kind of content is supported.

== Installation ==

This section describes how to install the plugin and get it working.

1. Upload 'plugin-name.php' to the '/wp-content/plugins/' directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Put your message in the 'message.php' file in the plugin's directory

== Frequently Asked Questions ==

= Are there plans to make editing message.php easier? =

Not yet, but if anyone asks for it, I'll be glad to include that feature.

== Screenshots ==

1. The plugin in action

== Changelog ==

= 1.0 =
* Everything works.