Changeset 1867455
- Timestamp:
- 05/02/2018 11:17:38 AM (8 years ago)
- Location:
- wp-firebase-push-notification/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-firebase-push-notification.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-firebase-push-notification/trunk/readme.txt
r1786674 r1867455 5 5 Requires at least:3.6 6 6 Tested up to:4.8 7 Stable tag: 17 Stable tag:2 8 8 License:GPL2 9 9 License URI:https://www.gnu.org/licenses/gpl-2.0.html -
wp-firebase-push-notification/trunk/wp-firebase-push-notification.php
r1686201 r1867455 3 3 Plugin Name:Wordpress Firebase Push Notification 4 4 Description:Wordpress Firebase Push Notification 5 Version: 15 Version:2 6 6 Author:sony7596, miraclewebssoft, reach.baljit 7 7 Author URI:http://www.miraclewebsoft.com … … 112 112 113 113 if (!$update) { 114 if ($post->post_ type->post_status == 'publish') {114 if ($post->post_status == 'publish') { 115 115 116 116 if ($post->post_type == 'post' && get_option('fcm_disable') != 1) {
Note: See TracChangeset
for help on using the changeset viewer.