diff --git a/sites/all/modules/playbox_static/plugins/content_types/playbox_static_instructions.inc b/sites/all/modules/playbox_static/plugins/content_types/playbox_static_instructions.inc index 0a4e58c83..bf01b49fe 100644 --- a/sites/all/modules/playbox_static/plugins/content_types/playbox_static_instructions.inc +++ b/sites/all/modules/playbox_static/plugins/content_types/playbox_static_instructions.inc @@ -5,7 +5,7 @@ */ // CONSTANTS -define('PLAYBOX_STATIC_DEFAULT_INSTRUCTIONS', '

So, how does this work?

You need to vote on who would win in a fight: A president or a Megaman boss. The first player to the predetermined vote total is named the winner. You should consider the following factors:

Explosiveness

Everyone has an x-factor.

Precision

Doing the most with the least.

Passion

Love and determination conquer all.

Logic

Shrewd, cold, mechanic calculus.
'); +define('PLAYBOX_STATIC_DEFAULT_INSTRUCTIONS', '

So, how does this work?

You need to vote on who would win in a fight: A president or a Megaman boss. The first player to the predetermined vote total is named the winner. You should consider the following factors:

Explosiveness

Everyone has an x-factor.

Precision

Doing the most with the least.

Passion

Love and determination conquer all.

Logic

Shrewd, cold, mechanic calculus.
'); $plugin = array( 'single' => TRUE,