Ignore:
Timestamp:
Nov 23, 2013, 11:57:15 PM (10 years ago)
Author:
mistic100
Message:

feature 2999: documentation of functions_search and functions_tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_plugins.inc.php

    r25602 r25658  
    5151  /**
    5252   * @param string $plugin_version
    53    * @param array $errors - used to return error messages
     53   * @param array &$errors - used to return error messages
    5454   */
    5555  abstract function install($plugin_version, &$errors=array());
     
    5757  /**
    5858   * @param string $plugin_version
    59    * @param array $errors - used to return error messages
     59   * @param array &$errors - used to return error messages
    6060   */
    6161  abstract function activate($plugin_version, &$errors=array());
     
    120120  /**
    121121   * @param string $theme_version
    122    * @param array $errors - used to return error messages
     122   * @param array &$errors - used to return error messages
    123123   */
    124124  abstract function activate($theme_version, &$errors=array());
     
    343343 *
    344344 * @param string $plugin_id
    345  * @param mixed $data
     345 * @param mixed &$data
    346346 * @return bool
    347347 */
Note: See TracChangeset for help on using the changeset viewer.