Changeset 1367072
- Timestamp:
- 03/08/2016 08:57:25 PM (10 years ago)
- Location:
- uberkeen/trunk
- Files:
-
- 1 added
- 1 edited
-
error_activation.txt.txt (added)
-
uberkeen.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uberkeen/trunk/uberkeen.php
r1367069 r1367072 14 14 15 15 16 add_action('activated_plugin','my_save_error'); 17 function my_save_error() 18 { 19 file_put_contents(dirname(__file__).'error_activation.txt', ob_get_contents()); 20 } 16 21 17 22 … … 243 248 <p> 244 249 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: <h1>This is a Blue Heading</h1> <font color='FF00CC'>here</font><br></p> 252 <p>Example for button: background:white; cursor:hand; border:solid 1px black; font-class:verdana; font-weight:700; color: teal; </p> 246 253 <?php 247 254 }
Note: See TracChangeset
for help on using the changeset viewer.