Make WordPress Core


Ignore:
Timestamp:
12/01/2014 01:33:34 AM (12 years ago)
Author:
wonderboymusic
Message:

Improve various @param docs for src/wp-includes/*.

See #30224.

File:
1 edited

Legend:

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

    r30656 r30681  
    612612         *
    613613         * @since 3.3.0
     614         * @param string $key
     615         * @return bool
    614616         */
    615617        public function __isset( $key ) {
     
    632634         *
    633635         * @since 3.3.0
     636         * @param string $key
     637         * @return mixed
    634638         */
    635639        public function __get( $key ) {
Note: See TracChangeset for help on using the changeset viewer.