Make WordPress Core


Ignore:
Timestamp:
12/24/2013 06:56:05 PM (11 years ago)
Author:
DrewAPicture
Message:

First there were two, and now there are three -- in the @since versions that came before and that shall be. And so it will be, says nacin.

Props JustinSainton, SergeyBiryukov, DrewAPicture.
Fixes #26713.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/plugin.php

    r25607 r26868  
    1717 * @package WordPress
    1818 * @subpackage Plugin
    19  * @since 1.5
     19 * @since 1.5.0
    2020 */
    2121
     
    9494 * @package WordPress
    9595 * @subpackage Plugin
    96  * @since 2.5
     96 * @since 2.5.0
     97 *
    9798 * @global array $wp_filter Stores all of the filters
    9899 *
     
    276277 * @package WordPress
    277278 * @subpackage Plugin
    278  * @since 1.2
     279 *
     280 * @since 1.2.0
    279281 *
    280282 * @param string $tag The filter hook to which the function to be removed is hooked.
     
    302304 * Remove all of the hooks from a filter.
    303305 *
    304  * @since 2.7
     306 * @since 2.7.0
    305307 *
    306308 * @param string $tag The filter to remove hooks from.
     
    329331 * @package WordPress
    330332 * @subpackage Plugin
    331  * @since 2.5
     333 * @since 2.5.0
    332334 *
    333335 * @return string Hook name of the current filter or action.
     
    350352 * @package WordPress
    351353 * @subpackage Plugin
    352  * @since 1.2
     354 *
     355 * @since 1.2.0
    353356 *
    354357 * @param string $tag The name of the action to which the $function_to_add is hooked.
     
    376379 * @package WordPress
    377380 * @subpackage Plugin
    378  * @since 1.2
     381 *
     382 * @since 1.2.0
     383 *
    379384 * @global array $wp_filter Stores all of the filters
    380385 * @global array $wp_actions Increments the amount of times action was triggered.
     
    439444 * @package WordPress
    440445 * @subpackage Plugin
    441  * @since 2.1
     446 * @since 2.1.0
     447 *
    442448 * @global array $wp_actions Increments the amount of times action was triggered.
    443449 *
     
    462468 * @package WordPress
    463469 * @subpackage Plugin
    464  * @since 2.1
     470 * @since 2.1.0
     471 *
    465472 * @global array $wp_filter Stores all of the filters
    466473 * @global array $wp_actions Increments the amount of times action was triggered.
     
    517524 * @package WordPress
    518525 * @subpackage Plugin
    519  * @since 2.5
     526 * @since 2.5.0
     527 *
    520528 * @see has_filter() has_action() is an alias of has_filter().
    521529 *
     
    540548 * @package WordPress
    541549 * @subpackage Plugin
    542  * @since 1.2
     550 *
     551 * @since 1.2.0
    543552 *
    544553 * @param string $tag The action hook to which the function to be removed is hooked.
     
    554563 * Remove all of the hooks from an action.
    555564 *
    556  * @since 2.7
     565 * @since 2.7.0
    557566 *
    558567 * @param string $tag The action to remove hooks from.
     
    575584 * @package WordPress
    576585 * @subpackage Plugin
    577  * @since 1.5
     586 *
     587 * @since 1.5.0
    578588 *
    579589 * @access private
     
    599609 * @package WordPress
    600610 * @subpackage Plugin
    601  * @since 2.8
     611 * @since 2.8.0
    602612 *
    603613 * @param string $file The filename of the plugin (__FILE__)
     
    612622 * @package WordPress
    613623 * @subpackage Plugin
    614  * @since 2.8
     624 * @since 2.8.0
    615625 *
    616626 * @param string $file The filename of the plugin (__FILE__)
     
    636646 * @package WordPress
    637647 * @subpackage Plugin
    638  * @since 2.0
     648 * @since 2.0.0
    639649 *
    640650 * @param string $file The filename of the plugin including the path.
     
    661671 * @package WordPress
    662672 * @subpackage Plugin
    663  * @since 2.0
     673 * @since 2.0.0
    664674 *
    665675 * @param string $file The filename of the plugin including the path.
     
    691701 * executing.
    692702 *
    693  * @since 2.7
     703 * @since 2.7.0
    694704 *
    695705 * @param string $file
     
    723733 * @package WordPress
    724734 * @subpackage Plugin
    725  * @since 2.5
     735 * @since 2.5.0
    726736 * @access private
    727737 *
Note: See TracChangeset for help on using the changeset viewer.