Make WordPress Core


Ignore:
Timestamp:
06/06/2016 03:58:10 AM (8 years ago)
Author:
rmccue
Message:

Autoload: Add missed @since tags to SPL shim.

See #36926.

File:
1 edited

Legend:

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

    r37636 r37637  
    443443     * Autoloader compatibility callback.
    444444     *
     445     * @since 4.6.0
     446     *
    445447     * @param string $classname Class to attempt autoloading.
    446448     */
     
    465467     * Register a function to be autoloaded.
    466468     *
     469     * @since 4.6.0
     470     *
    467471     * @param callable $autoload_function The function to register.
    468472     * @param boolean $throw Should the function throw an exception if the function isn't callable?
     
    491495    /**
    492496     * Unregister an autoloader function.
     497     *
     498     * @since 4.6.0
    493499     *
    494500     * @param callable $function The function to unregister.
     
    510516     * Get the registered autoloader functions.
    511517     *
     518     * @since 4.6.0
     519     *
    512520     * @return array List of autoloader functions.
    513521     */
Note: See TracChangeset for help on using the changeset viewer.