Make WordPress Core

Changeset 36728


Ignore:
Timestamp:
02/26/2016 09:26:17 AM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing @param and @return notations to the DocBlock for WP_Feed_Cache_Transient::save().

See #32246.

File:
1 edited

Legend:

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

    r36250 r36728  
    5151        /**
    5252         * @access public
     53         *
     54         * @param SimplePie $data Data to save.
     55         * @return true Always true.
    5356         */
    5457        public function save($data) {
Note: See TracChangeset for help on using the changeset viewer.