Plugin Directory

Changeset 1116690


Ignore:
Timestamp:
03/20/2015 08:34:55 AM (11 years ago)
Author:
Sergejack
Message:

readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • actions-unveiled/trunk/readme.txt

    r1116688 r1116690  
    6262**A.** Simply add the following php code block with your message:
    6363
    64 `if (defined('BE_MCH_ACTUNV')) {
     64`<?php
     65    if (defined('BE_MCH_ACTUNV')) {
    6566        new BE_MCH_ACTUNV_messenger('<your message>');
    6667    }
    67 `
     68?>`
    6869
    6970Note: don't forget the backslash if you're inside a namespace.
    7071
    71 `new \BE_MCH_ACTUNV_messenger('<your message>');`
     72`<?php new \BE_MCH_ACTUNV_messenger('<your message>'); ?>`
    7273   
    7374== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.