mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-15 22:30:25 +00:00
Docs: @param fixes for a variety of docblocks.
See #32246 git-svn-id: https://develop.svn.wordpress.org/trunk@36232 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -559,9 +559,10 @@ function delete_blog_option( $id, $option ) {
|
||||
*
|
||||
* @since MU
|
||||
*
|
||||
* @param int $id The blog id
|
||||
* @param string $option The option key
|
||||
* @param mixed $value The option value
|
||||
* @param int $id The blog id.
|
||||
* @param string $option The option key.
|
||||
* @param mixed $value The option value.
|
||||
* @param mixed $deprecated Not used.
|
||||
* @return bool True on success, false on failure.
|
||||
*/
|
||||
function update_blog_option( $id, $option, $value, $deprecated = null ) {
|
||||
|
||||
Reference in New Issue
Block a user