Skip to content

Commit 6f10149

Browse files
committed
Apply log max filter in description too
1 parent 3d6eeb4 commit 6f10149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/views/apps-passwords.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
</div>
117117

118118
<h3><?php _e( 'Access Log', 'wpga' ); ?></h3>
119-
<p><?php printf( __( 'The access log will display the last %s access using one of your application passwords.', 'wpga' ), 50 ); ?></p>
119+
<p><?php printf( __( 'The access log will display the last %s access using one of your application passwords.', 'wpga' ), apply_filters( 'wpga_apps_passwords_log_max', 50 ) ); ?></p>
120120
<table class="widefat" cellspacing="0">
121121
<thead>
122122
<tr>

0 commit comments

Comments
 (0)