Plugin Directory

Changeset 133085


Ignore:
Timestamp:
07/08/2009 05:33:43 PM (17 years ago)
Author:
dlo
Message:

doc update 0.9.0

Location:
sabre
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sabre/tags/0.9.0/readme.txt

    r128912 r133085  
    82821. [Polish](http://dev.m1chu.eu/index.php?title=Polska_translacja_Sabre) (thanks to m1chu)
    83831. [Portuguese - Brazil](http://www.tudoparawordpress.com.br/download/plugins/sabre.0.8.1-pt-BR.zip) (thanks to Gustavo)
     841. [Italian](http://gidibao.net/index.php/2009/07/07/sabre-in-italiano/) (thanks to Gianni)
    8485
    8586If you can't find the files for your language, you can create them yourself with the sabre.pot file included in the package and PoEdit.
     
    102103If you're a plugin or theme designer, you can use the following Sabre's action hooks:
    103104
    104 1. **sabre_accepted_registration** : Fired whenever the registration of a new user is fully accepted. You can simply add the following in your code: < ?php add_action('sabre_accepted_registration', 'myownfunctiontolaunch'); ? > to have your 'myownfunctiontolaunch' function executed each time a new user has been registered by Sabre.
    105 1. **sabre_cancelled_registration** : Fired each time you unregister a user. Just add the following in your code: < ?php add_action('sabre_cancelled_registration', 'myownfunctiontolaunch'); ? > to have your 'myownfunctiontolaunch' function executed each time a new user has been unregistered in Sabre.
     1051. **sabre\_accepted\_registration** : Fired whenever the registration of a new user is fully accepted. You can simply add the following in your code: < ?php add\_action('sabre\_accepted\_registration', 'myownfunctiontolaunch'); ? > to have your 'myownfunctiontolaunch' function executed each time a new user has been registered by Sabre.
     1061. **sabre\_cancelled\_registration** : Fired each time you unregister a user. Just add the following in your code: < ?php add\_action('sabre\_cancelled\_registration', 'myownfunctiontolaunch'); ? > to have your 'myownfunctiontolaunch' function executed each time a new user has been unregistered in Sabre.
    106107
    107108== Screenshots ==
  • sabre/trunk/readme.txt

    r128912 r133085  
    82821. [Polish](http://dev.m1chu.eu/index.php?title=Polska_translacja_Sabre) (thanks to m1chu)
    83831. [Portuguese - Brazil](http://www.tudoparawordpress.com.br/download/plugins/sabre.0.8.1-pt-BR.zip) (thanks to Gustavo)
     841. [Italian](http://gidibao.net/index.php/2009/07/07/sabre-in-italiano/) (thanks to Gianni)
    8485
    8586If you can't find the files for your language, you can create them yourself with the sabre.pot file included in the package and PoEdit.
     
    102103If you're a plugin or theme designer, you can use the following Sabre's action hooks:
    103104
    104 1. **sabre_accepted_registration** : Fired whenever the registration of a new user is fully accepted. You can simply add the following in your code: < ?php add_action('sabre_accepted_registration', 'myownfunctiontolaunch'); ? > to have your 'myownfunctiontolaunch' function executed each time a new user has been registered by Sabre.
    105 1. **sabre_cancelled_registration** : Fired each time you unregister a user. Just add the following in your code: < ?php add_action('sabre_cancelled_registration', 'myownfunctiontolaunch'); ? > to have your 'myownfunctiontolaunch' function executed each time a new user has been unregistered in Sabre.
     1051. **sabre\_accepted\_registration** : Fired whenever the registration of a new user is fully accepted. You can simply add the following in your code: < ?php add\_action('sabre\_accepted\_registration', 'myownfunctiontolaunch'); ? > to have your 'myownfunctiontolaunch' function executed each time a new user has been registered by Sabre.
     1061. **sabre\_cancelled\_registration** : Fired each time you unregister a user. Just add the following in your code: < ?php add\_action('sabre\_cancelled\_registration', 'myownfunctiontolaunch'); ? > to have your 'myownfunctiontolaunch' function executed each time a new user has been unregistered in Sabre.
    106107
    107108== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.