Plugin Directory

Changeset 1210902


Ignore:
Timestamp:
08/01/2015 10:19:17 AM (11 years ago)
Author:
dimitrov.adrian
Message:

Fix code snippet in readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scifi-task-manager/trunk/readme.txt

    r1210901 r1210902  
    3131
    3232*Simple example*
    33 [?php
     33```
    3434add_filter('scifi-task-manager-priorities', function($priorities) {
    3535
     
    5151  return $priorities;
    5252});
    53 ?]
     53```
    5454
    5555
     
    6060
    6161*Simple example*
    62 [?php
     62```
    6363add_filter('scifi-task-manager-statuses', function($statuses) {
    6464
     
    8383  return $statuses;
    8484});
    85 ?]
     85```
    8686
    8787Please be carefull with statuses because some of the task could became *invisible* if you remove status that contain tasks.
Note: See TracChangeset for help on using the changeset viewer.