Skip to content

Commit

Permalink
add phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbills committed Dec 9, 2024
1 parent 677cdad commit 599c84e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/tweaks/post-revisions.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/
if ( ! defined( 'WPINC' ) ) die();

/** @var string $option */
$GLOBALS['wp_tweaks_revisions_to_keep'] = $option;

add_filter( 'wp_revisions_to_keep', 'wp_tweaks_post_revisions_to_keep' );
Expand Down

0 comments on commit 599c84e

Please sign in to comment.