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

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