Skip to content

Commit c82b356

Browse files
committed
Add doc comment
1 parent ead9544 commit c82b356

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RandomPostOnRefresh.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ public static function initialize() {
3737
add_shortcode( self::SHORTCODE, array( __CLASS__, 'shortcode' ) );
3838
}
3939

40+
/**
41+
* Load the textdomain.
42+
*/
4043
public static function load_textdomain() {
4144
load_plugin_textdomain( 'random-post-on-refresh', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
4245
}

0 commit comments

Comments
 (0)