Changeset 32530
- Timestamp:
- 05/21/2015 08:46:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/capabilities.php
r32173 r32530 88 88 * @param callable $name Method to call. 89 89 * @param array $arguments Arguments to pass when calling. 90 * @return mixed| boolReturn value of the callback, false otherwise.90 * @return mixed|false Return value of the callback, false otherwise. 91 91 */ 92 92 public function __call( $name, $arguments ) { … … 714 714 * 715 715 * @param string $key Property 716 * @return mixed 716 717 */ 717 718 public function get( $key ) { … … 727 728 * 728 729 * @param string $key Property 730 * @return bool 729 731 */ 730 732 public function has_prop( $key ) {
Note: See TracChangeset
for help on using the changeset viewer.