Plugin Directory

Changeset 1367072


Ignore:
Timestamp:
03/08/2016 08:57:25 PM (10 years ago)
Author:
jeanduez
Message:

correction2

Location:
uberkeen/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • uberkeen/trunk/uberkeen.php

    r1367069 r1367072  
    1414
    1515
     16add_action('activated_plugin','my_save_error');
     17function my_save_error()
     18{
     19    file_put_contents(dirname(__file__).'error_activation.txt', ob_get_contents());
     20}
    1621
    1722
     
    243248    <p>
    244249
    245 
     250      You can use html directly in the text above button and in the dedicaced field for the button itself.</p>
     251    <p>Example for text above button: &lt;h1&gt;This is a Blue Heading&lt;/h1&gt;      &lt;font color='FF00CC'&gt;here&lt;/font&gt;&lt;br&gt;</p>
     252<p>Example for button: background:white; cursor:hand; border:solid 1px black; font-class:verdana; font-weight:700; color: teal; </p>
    246253      <?php
    247254}
Note: See TracChangeset for help on using the changeset viewer.