Skip to content

Commit 078e9e1

Browse files
committed
Added Missing Global Documentation
1 parent 123450c commit 078e9e1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
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)