summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/sync/class.jetpack-sync-defaults.php')
-rw-r--r--plugins/jetpack/sync/class.jetpack-sync-defaults.php14
1 files changed, 8 insertions, 6 deletions
diff --git a/plugins/jetpack/sync/class.jetpack-sync-defaults.php b/plugins/jetpack/sync/class.jetpack-sync-defaults.php
index 21175963..6727e18b 100644
--- a/plugins/jetpack/sync/class.jetpack-sync-defaults.php
+++ b/plugins/jetpack/sync/class.jetpack-sync-defaults.php
@@ -137,6 +137,7 @@ class Jetpack_Sync_Defaults {
'wordads_display_post',
'wordads_display_page',
'wordads_display_archive',
+ 'wordads_custom_adstxt',
);
public static function get_options_whitelist() {
@@ -147,7 +148,7 @@ class Jetpack_Sync_Defaults {
*
* @module sync
*
- * @since 4.8
+ * @since 4.8.0
*
* @param array The default list of options.
*/
@@ -166,7 +167,7 @@ class Jetpack_Sync_Defaults {
*
* @module sync
*
- * @since 6.1
+ * @since 6.1.0
*
* @param array The list of options synced without content.
*/
@@ -201,7 +202,7 @@ class Jetpack_Sync_Defaults {
*
* @module sync
*
- * @since 4.8
+ * @since 4.8.0
*
* @param array The default list of constants options.
*/
@@ -239,6 +240,7 @@ class Jetpack_Sync_Defaults {
'site_icon_url' => array( 'Jetpack_Sync_Functions', 'site_icon_url' ),
'roles' => array( 'Jetpack_Sync_Functions', 'roles' ),
'timezone' => array( 'Jetpack_Sync_Functions', 'get_timezone' ),
+ 'available_jetpack_blocks' => array( 'Jetpack_Gutenberg', 'get_block_availability' ),
);
@@ -280,7 +282,7 @@ class Jetpack_Sync_Defaults {
*
* @module sync
*
- * @since 4.8
+ * @since 4.8.0
*
* @param array The default list of callables.
*/
@@ -354,7 +356,7 @@ class Jetpack_Sync_Defaults {
*
* @module sync
*
- * @since 4.8
+ * @since 4.8.0
*
* @param array The default list of multisite callables.
*/
@@ -407,7 +409,7 @@ class Jetpack_Sync_Defaults {
*
* @module sync
*
- * @since 4.8
+ * @since 4.8.0
*
* @param array The default list of meta data keys.
*/