diff options
author | Yury German <blueknight@gentoo.org> | 2022-01-23 18:37:36 -0500 |
---|---|---|
committer | Yury German <blueknight@gentoo.org> | 2022-01-23 18:37:36 -0500 |
commit | f18b23a3a9378fb0a98856d436aa9ebf94e47429 (patch) | |
tree | e418433e22854ebd2d77eaa869d5d0470a973317 /plugins/jetpack/class.jetpack-bbpress-json-api.compat.php | |
parent | Add classic-editor 1.5 (diff) | |
download | blogs-gentoo-f18b23a3a9378fb0a98856d436aa9ebf94e47429.tar.gz blogs-gentoo-f18b23a3a9378fb0a98856d436aa9ebf94e47429.tar.bz2 blogs-gentoo-f18b23a3a9378fb0a98856d436aa9ebf94e47429.zip |
Updating Classic Editor, Google Authenticatior, Jetpack, Public Post Preview, Table of Contents, Wordpress Importer
Signed-off-by: Yury German <blueknight@gentoo.org>
Diffstat (limited to 'plugins/jetpack/class.jetpack-bbpress-json-api.compat.php')
-rw-r--r-- | plugins/jetpack/class.jetpack-bbpress-json-api.compat.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/jetpack/class.jetpack-bbpress-json-api.compat.php b/plugins/jetpack/class.jetpack-bbpress-json-api.compat.php new file mode 100644 index 00000000..2cff7e5f --- /dev/null +++ b/plugins/jetpack/class.jetpack-bbpress-json-api.compat.php @@ -0,0 +1,8 @@ +<?php +/** + * Deprecated. Moved to /3rd-party/ directory. + * + * @package automattic/jetpack + */ + +// See 3rd-party/class.jetpack-bbpress-json-api.compat.php. |