Changeset 47088 for trunk/src/wp-includes/class-wp-hook.php
- Timestamp:
- 01/20/2020 03:12:12 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-hook.php (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-hook.php
r46801 r47088 391 391 * @since 4.7.0 392 392 * 393 * @link https:// secure.php.net/manual/en/arrayaccess.offsetexists.php393 * @link https://www.php.net/manual/en/arrayaccess.offsetexists.php 394 394 * 395 395 * @param mixed $offset An offset to check for. … … 405 405 * @since 4.7.0 406 406 * 407 * @link https:// secure.php.net/manual/en/arrayaccess.offsetget.php407 * @link https://www.php.net/manual/en/arrayaccess.offsetget.php 408 408 * 409 409 * @param mixed $offset The offset to retrieve. … … 419 419 * @since 4.7.0 420 420 * 421 * @link https:// secure.php.net/manual/en/arrayaccess.offsetset.php421 * @link https://www.php.net/manual/en/arrayaccess.offsetset.php 422 422 * 423 423 * @param mixed $offset The offset to assign the value to. … … 437 437 * @since 4.7.0 438 438 * 439 * @link https:// secure.php.net/manual/en/arrayaccess.offsetunset.php439 * @link https://www.php.net/manual/en/arrayaccess.offsetunset.php 440 440 * 441 441 * @param mixed $offset The offset to unset. … … 450 450 * @since 4.7.0 451 451 * 452 * @link https:// secure.php.net/manual/en/iterator.current.php452 * @link https://www.php.net/manual/en/iterator.current.php 453 453 * 454 454 * @return array Of callbacks at current priority. … … 463 463 * @since 4.7.0 464 464 * 465 * @link https:// secure.php.net/manual/en/iterator.next.php465 * @link https://www.php.net/manual/en/iterator.next.php 466 466 * 467 467 * @return array Of callbacks at next priority. … … 476 476 * @since 4.7.0 477 477 * 478 * @link https:// secure.php.net/manual/en/iterator.key.php478 * @link https://www.php.net/manual/en/iterator.key.php 479 479 * 480 480 * @return mixed Returns current priority on success, or NULL on failure … … 489 489 * @since 4.7.0 490 490 * 491 * @link https:// secure.php.net/manual/en/iterator.valid.php491 * @link https://www.php.net/manual/en/iterator.valid.php 492 492 * 493 493 * @return boolean … … 502 502 * @since 4.7.0 503 503 * 504 * @link https:// secure.php.net/manual/en/iterator.rewind.php504 * @link https://www.php.net/manual/en/iterator.rewind.php 505 505 */ 506 506 public function rewind() {
Note: See TracChangeset
for help on using the changeset viewer.