summaryrefslogtreecommitdiff
blob: 8981348bbd514083b34d56eea2c439661327b614 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/**
 * Module Name: Mobile Push Notifications
 * Module Description: Receive notifications on your Apple device.
 * Sort Order: 100
 * First Introduced: 1.9
 */

Jetpack_Sync::sync_comments( __FILE__, array(
	'comment_stati' => array( 'approved', 'unapproved' ),
) );