diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-06-22 20:52:57 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-22 20:52:57 -0400 |
commit | f7f019456122473c53bd3661b910e09fe4fbc92a (patch) | |
tree | 7349a3b80b9ea5e7bfbc9039926dfba34eba8bfb /plugins/jetpack/class.jetpack-options.php | |
parent | Update plugin wordpress-mobile-pack to 2.2.4 (diff) | |
download | blogs-gentoo-f7f019456122473c53bd3661b910e09fe4fbc92a.tar.gz blogs-gentoo-f7f019456122473c53bd3661b910e09fe4fbc92a.tar.bz2 blogs-gentoo-f7f019456122473c53bd3661b910e09fe4fbc92a.zip |
Update plugin jecpack to 4.0.4
Diffstat (limited to 'plugins/jetpack/class.jetpack-options.php')
-rw-r--r-- | plugins/jetpack/class.jetpack-options.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/jetpack/class.jetpack-options.php b/plugins/jetpack/class.jetpack-options.php index 29b66797..120063d4 100644 --- a/plugins/jetpack/class.jetpack-options.php +++ b/plugins/jetpack/class.jetpack-options.php @@ -41,6 +41,7 @@ class Jetpack_Options { return array( 'register', 'authorize', + 'activate_manage', 'blog_token', // (string) The Client Secret/Blog Token of this site. 'user_token', // (string) The User Token of this site. (deprecated) 'user_tokens' // (array) User Tokens for each user of this site who has connected to jetpack.wordpress.com. |