Skip to content

Commit 4c8dc6f

Browse files
westonrutershail-mehta
andauthored
Merge pull request #2139 from shail-mehta/add/missing-global-documentation
Added Missing Global Documentation Co-authored-by: shail-mehta <[email protected]>
2 parents 123450c + ce1deb2 commit 4c8dc6f

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)