Skip to content

Commit

Permalink
Merge pull request #678 from shail-mehta/added/global-documentation
Browse files Browse the repository at this point in the history
Added Missing Global Documentation
  • Loading branch information
ernilambar authored Sep 30, 2024
2 parents 74de2f8 + d3eddbf commit b554c2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions includes/Checker/Runtime_Environment_Setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ static function () use ( $permalink_structure ) {
* Cleans up the runtime environment setup.
*
* @since 1.0.0
*
* @global wpdb $wpdb WordPress database abstraction object.
* @global string $table_prefix The database table prefix.
* @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass.
*/
public function clean_up() {
global $wpdb, $table_prefix, $wp_filesystem;
Expand Down

0 comments on commit b554c2d

Please sign in to comment.