diff --git a/README.md b/README.md index 567831c081200a2a24191be3bb7d1f6b12665709..f8496b0b46cf50adddc8f0582389b1e0ae80d524 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ **Tags:** cron, bulk edit, bulk actions **Requires at least:** 4.8.1 **Tested up to:** 4.9 +**Required PHP:** 5.4 **Stable tag:** 1.0 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html diff --git a/includes/trait-bulk-actions.php b/includes/trait-bulk-actions.php index 59dcf4f3fe3eae0a08044f2db9a7466d122dce68..4580755d8cde157294f8e4533da4ee10050b0a3a 100644 --- a/includes/trait-bulk-actions.php +++ b/includes/trait-bulk-actions.php @@ -7,6 +7,9 @@ namespace Automattic\WP\Bulk_Actions_Cron_Offload; +/** + * Trait Bulk_Actions + */ trait Bulk_Actions { /** * Register this bulk process' hooks diff --git a/languages/bulk-actions-cron-offload.pot b/languages/bulk-actions-cron-offload.pot index b7fc9a7f4f787ef584393a0d7c405d623b5a20fc..f7b5c297d76c4237c16b2049bfdb0115245bab7c 100644 --- a/languages/bulk-actions-cron-offload.pot +++ b/languages/bulk-actions-cron-offload.pot @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Bulk Actions Cron Offload 1.0\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/bulk-actions-cron-offload\n" -"POT-Creation-Date: 2017-09-15 02:51:23+00:00\n" +"POT-Creation-Date: 2017-09-15 03:30:57+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n"