Skip to content

Commit 6fb2cf2

Browse files
Merge branch 'trunk' into fix/2137-default-column
2 parents 04b8107 + 84002b1 commit 6fb2cf2

File tree

9 files changed

+1498
-685
lines changed

9 files changed

+1498
-685
lines changed

plugins/embed-optimizer/helper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ function embed_optimizer_add_non_optimization_detective_hooks(): void {
4343
* @since 0.3.0
4444
* @access private
4545
*
46+
* @global string $pagenow The filename of the current screen.
47+
*
4648
* @param string $optimization_detective_version Current version of the optimization detective plugin.
4749
*/
4850
function embed_optimizer_init_optimization_detective( string $optimization_detective_version ): void {

plugins/image-prioritizer/helper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* @since 0.2.0
1919
* @access private
2020
*
21+
* @global string $pagenow The filename of the current screen.
22+
*
2123
* @param string $optimization_detective_version Current version of the optimization detective plugin.
2224
*/
2325
function image_prioritizer_init( string $optimization_detective_version ): void {

0 commit comments

Comments
 (0)