Make WordPress Core


Ignore:
Timestamp:
05/31/2015 03:17:50 AM (10 years ago)
Author:
wonderboymusic
Message:

Add doc blocks to functions that are missing them.
If the function has no need for @param or @return, do an archeaological dig to find @since.

See #32444.

File:
1 edited

Legend:

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

    r22349 r32672  
    6767    }
    6868
     69    /**
     70     * @param object $other
     71     */
    6972    function merge_with(&$other) {
    7073        $this->flags = array_unique( array_merge( $this->flags, $other->flags ) );
Note: See TracChangeset for help on using the changeset viewer.