Skip to content

Commit 214508e

Browse files
committed
replace TBD
1 parent 6eaeb9c commit 214508e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

assets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Assets
44
* Description: Asset library with a plugin bootstrap file for automated testing.
5-
* Version: 1.4.10
5+
* Version: 1.4.11
66
* Author: StellarWP
77
* Author URI: https://stellarwp.com
88
*/

src/Assets/Assets.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -537,11 +537,11 @@ public function enqueue_group( $groups, bool $should_enqueue_no_matter_what = fa
537537
* useful where an asset is required in a situation not anticipated when it was originally
538538
* registered.
539539
*
540-
* @param string|array $assets_to_enqueue Which assets will be enqueued.
541-
* @param bool $should_enqueue_no_matter_what Whether to ignore conditional requirements when enqueuing.
540+
* @param string|array $assets_to_enqueue Which assets will be enqueued.
541+
* @param bool $should_enqueue_no_matter_what Whether to ignore conditional requirements when enqueuing.
542542
*
543543
* @since 1.0.0
544-
* @since TBD - If explicitly passed an empty array, enqueue nothing.
544+
* @since 1.4.11 - If explicitly passed an empty array, enqueue nothing.
545545
*/
546546
public function enqueue( $assets_to_enqueue = null, bool $should_enqueue_no_matter_what = false ) {
547547
// If explicitly passed an empty array, enqueue nothing.

0 commit comments

Comments
 (0)