Changeset 29153
- Timestamp:
- 07/14/2014 12:11:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/capabilities.php
r28539 r29153 83 83 84 84 /** 85 * Make private/protected methods readable for backwards compatibility 85 * Make private/protected methods readable for backwards compatibility. 86 86 * 87 87 * @since 4.0.0 88 * @param string $name 89 * @param array $arguments 90 * @return mixed 88 * @access public 89 * 90 * @param callable $name Method to call. 91 * @param array $arguments Arguments to pass when calling. 92 * @return mixed|bool Return value of the callback, false otherwise. 91 93 */ 92 94 public function __call( $name, $arguments ) {
Note: See TracChangeset
for help on using the changeset viewer.