GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.

Code Duplication    Length = 7-7 lines in 7 locations

admin/constants.php 6 locations

@@ 56-62 (lines=7) @@
53
54
			<td>
55
56
				<?php if ( defined( 'HMBKP_MYSQLDUMP_PATH' ) ) { ?>
57
					<p><?php printf(
58
						/* translators: Constant value specified in wp-config.php */
59
						esc_html__( 'You\'ve set it to: %s', 'backupwordpress' ),
60
						'<code>' . esc_html( HMBKP_MYSQLDUMP_PATH ) . '</code>'
61
						); ?></p>
62
				<?php } ?>
63
64
				<p><?php printf(
65
					/* translators: 1: mysqldump 2: Code example of how to specify the constant in wp-config.php */
@@ 81-87 (lines=7) @@
78
79
			<td>
80
81
				<?php if ( defined( 'HMBKP_ZIP_PATH' ) ) { ?>
82
					<p><?php printf(
83
						/* translators: Constant value specified in wp-config.php */
84
						esc_html__( 'You\'ve set it to: %s', 'backupwordpress' ),
85
						'<code>' . esc_html( HMBKP_ZIP_PATH ) . '</code>'
86
						); ?></p>
87
				<?php } ?>
88
89
				<p><?php printf(
90
					/* translators: 1: zip 2: Code example of how to specify the constant in wp-config.php */
@@ 106-112 (lines=7) @@
103
104
			<td>
105
106
				<?php if ( defined( 'HMBKP_EXCLUDE' ) ) { ?>
107
					<p><?php printf(
108
						/* translators: Constant value specified in wp-config.php */
109
						esc_html__( 'You\'ve set it to: %s', 'backupwordpress' ),
110
						'<code>' . esc_html( HMBKP_EXCLUDE ) . '</code>'
111
						); ?></p>
112
				<?php } ?>
113
114
				<p><?php printf(
115
					/* translators: 1: Code example of how to specify the constant in wp-config.php */
@@ 130-136 (lines=7) @@
127
128
			<td>
129
130
				<?php if ( defined( 'HMBKP_CAPABILITY' ) ) { ?>
131
					<p><?php printf(
132
						/* translators: Constant value specified in wp-config.php */
133
						esc_html__( 'You\'ve set it to: %s', 'backupwordpress' ),
134
						'<code>' . esc_html( HMBKP_CAPABILITY ) . '</code>'
135
						); ?></p>
136
				<?php } ?>
137
138
				<p><?php printf(
139
					/* translators: 1: Default capability value 2: Code example of how to specify the constant in wp-config.php */
@@ 155-161 (lines=7) @@
152
153
			<td>
154
155
				<?php if ( defined( 'HMBKP_ROOT' ) ) { ?>
156
					<p><?php printf(
157
						/* translators: Constant value specified in wp-config.php */
158
						esc_html__( 'You\'ve set it to: %s', 'backupwordpress' ),
159
						'<code>' . esc_html( HMBKP_ROOT ) . '</code>'
160
						); ?></p>
161
				<?php } ?>
162
163
				<p><?php printf(
164
					/* translators: 1: Default root directory value 2: Code example of how to specify the constant in wp-config.php */
@@ 180-186 (lines=7) @@
177
178
			<td>
179
180
				<?php if ( defined( 'HMBKP_SCHEDULE_TIME' ) && HMBKP_SCHEDULE_TIME !== '11pm' ) { ?>
181
					<p><?php printf(
182
						/* translators: Constant value specified in wp-config.php */
183
						esc_html__( 'You\'ve set it to: %s', 'backupwordpress' ),
184
						'<code>' . esc_html( HMBKP_SCHEDULE_TIME ) . '</code>'
185
						); ?></p>
186
				<?php } ?>
187
188
				<p><?php printf(
189
					/* translators: 1: Default schedule time value 2: Code example of how to specify the constant in wp-config.php */

classes/class-email-service.php 1 location

@@ 63-69 (lines=7) @@
60
61
			<td>
62
63
				<?php if ( defined( 'HMBKP_ATTACHMENT_MAX_FILESIZE' ) ) { ?>
64
				<p><?php printf(
65
					/* translators: Constant value specified in wp-config.php */
66
					esc_html__( 'You\'ve set it to: %s', 'backupwordpress' ),
67
					'<code>' . esc_html( HMBKP_ATTACHMENT_MAX_FILESIZE ) . '</code>'
68
					); ?></p>
69
				<?php } ?>
70
71
				<p><?php printf(
72
					/* translators: 1: Default value 2: Code example of how to specify the constant in wp-config.php */