Changeset 37637 for trunk/src/wp-includes/compat.php
- Timestamp:
- 06/06/2016 03:58:10 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/compat.php
r37636 r37637 443 443 * Autoloader compatibility callback. 444 444 * 445 * @since 4.6.0 446 * 445 447 * @param string $classname Class to attempt autoloading. 446 448 */ … … 465 467 * Register a function to be autoloaded. 466 468 * 469 * @since 4.6.0 470 * 467 471 * @param callable $autoload_function The function to register. 468 472 * @param boolean $throw Should the function throw an exception if the function isn't callable? … … 491 495 /** 492 496 * Unregister an autoloader function. 497 * 498 * @since 4.6.0 493 499 * 494 500 * @param callable $function The function to unregister. … … 510 516 * Get the registered autoloader functions. 511 517 * 518 * @since 4.6.0 519 * 512 520 * @return array List of autoloader functions. 513 521 */
Note: See TracChangeset
for help on using the changeset viewer.