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

See #32246.

Built from https://develop.svn.wordpress.org/trunk@36728


git-svn-id: http://core.svn.wordpress.org/trunk@36695 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-02-26 09:27:26 +00:00
parent 2846e3aaef
commit 484d9ec6a6
2 changed files with 4 additions and 1 deletions

View File

@ -50,6 +50,9 @@ class WP_Feed_Cache_Transient {
/**
* @access public
*
* @param SimplePie $data Data to save.
* @return true Always true.
*/
public function save($data) {
if ( $data instanceof SimplePie ) {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta1-36727';
$wp_version = '4.5-beta1-36728';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.