Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- publish-to-schedule.orig.php 2015-05-28 00:42:54.000000000 +0100
- +++ publish-to-schedule.php 2015-11-23 20:27:12.744873400 +0000
- @@ -625,7 +625,7 @@
- $msgDayAvailble .= " ( $nPostsDay " . __('of','pts') . ' '. "$maxPostsThisDay ) ";
- - $msgDayAvailble .= ' | <strong>' . __('Availble day!','pts') . '</strong>';
- + $msgDayAvailble .= ' | <strong>' . __('Available day!','pts') . '</strong>';
- # if the day is today... check to see if there is time to publish within the time window configured...
- if($dt == date("Ymd",strtotime($startDate))){
- @@ -1173,7 +1173,7 @@
- <td style="padding:5px;">
- <input type="radio" name="pts_infosize" id="pts_infosize_all" value="all"<?php if ($options['pts_infosize'] == 'all') echo ' checked'; ?>>
- <?php
- - _e(' Show all information availble!','pts');
- + _e(' Show all information available!','pts');
- echo '<br/>';
- _e(' I want to see how this plugin works!','pts');
- echo '<br/>';
- --- readme.orig.txt 2015-05-28 00:42:54.000000000 +0100
- +++ readme.txt 2015-11-23 20:27:41.632617000 +0000
- @@ -92,7 +92,7 @@
- = Can I ask for changes and new functionalities on this plugin? =
- -Yes. You can! I'm availble to talk about this! And I can do other plugins too.
- +Yes. You can! I'm available to talk about this! And I can do other plugins too.
- = Should I donate? =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement