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 = 3-3 lines in 7 locations

admin/constants.php 6 locations

@@ 43-45 (lines=3) @@
40
41
			<td>
42
43
				<?php if ( defined( 'HMBKP_MYSQLDUMP_PATH' ) ) { ?>
44
					<p><?php printf( __( 'You\'ve set it to: %s', 'backupwordpress' ), '<code>' . esc_html( HMBKP_MYSQLDUMP_PATH ) . '</code>' ); ?></p>
45
				<?php } ?>
46
47
				<p><?php printf(
48
					__( 'The path to your %1$s executable. Used for the database backup if available. e.g. %2$s', 'backupwordpress' ),
@@ 63-65 (lines=3) @@
60
61
			<td>
62
63
				<?php if ( defined( 'HMBKP_ZIP_PATH' ) ) { ?>
64
					<p><?php printf( __( 'You\'ve set it to: %s', 'backupwordpress' ), '<code>' . esc_html( HMBKP_ZIP_PATH ) . '</code>' ); ?></p>
65
				<?php } ?>
66
67
				<p><?php printf(
68
					__( 'The path to your %1$s executable. Used to compress your files and database if available. e.g. %2$s', 'backupwordpress' ),
@@ 83-85 (lines=3) @@
80
81
			<td>
82
83
				<?php if ( defined( 'HMBKP_EXCLUDE' ) ) { ?>
84
					<p><?php printf( __( 'You\'ve set it to: %s', 'backupwordpress' ), '<code>' . esc_html( HMBKP_EXCLUDE ) . '</code>' ); ?></p>
85
				<?php } ?>
86
87
				<p><?php printf(
88
					__( 'Comma separated list of files or directories to exclude from backup. The backups directory is automatically excluded. e.g. %1$s', 'backupwordpress' ),
@@ 102-104 (lines=3) @@
99
100
			<td>
101
102
				<?php if ( defined( 'HMBKP_CAPABILITY' ) ) { ?>
103
					<p><?php printf( __( 'You\'ve set it to: %s', 'backupwordpress' ), '<code>' . esc_html( HMBKP_CAPABILITY ) . '</code>' ); ?></p>
104
				<?php } ?>
105
106
				<p><?php printf(
107
					__( 'The capability required to view BackUpWordPress admin menus. Defaults to %1$s. e.g. %2$s', 'backupwordpress' ),
@@ 122-124 (lines=3) @@
119
120
			<td>
121
122
				<?php if ( defined( 'HMBKP_ROOT' ) ) { ?>
123
					<p><?php printf( __( 'You\'ve set it to: %s', 'backupwordpress' ), '<code>' . esc_html( HMBKP_ROOT ) . '</code>' ); ?></p>
124
				<?php } ?>
125
126
				<p><?php printf(
127
					__( 'The root directory that is backed up. Defaults to %1$s. e.g. %2$s', 'backupwordpress' ),
@@ 142-144 (lines=3) @@
139
140
			<td>
141
142
				<?php if ( defined( 'HMBKP_SCHEDULE_TIME' ) && HMBKP_SCHEDULE_TIME !== '11pm' ) { ?>
143
					<p><?php printf( __( 'You\'ve set it to: %s', 'backupwordpress' ), '<code>' . esc_html( HMBKP_SCHEDULE_TIME ) . '</code>' ); ?></p>
144
				<?php } ?>
145
146
				<p><?php printf(
147
					__( 'The time that your schedules should run. Defaults to %1$s. e.g. %2$s', 'backupwordpress' ),

classes/class-email-service.php 1 location

@@ 63-65 (lines=3) @@
60
61
			<td>
62
63
				<?php if ( defined( 'HMBKP_ATTACHMENT_MAX_FILESIZE' ) ) { ?>
64
				<p><?php printf( __( 'You\'ve set it to: %s', 'backupwordpress' ), '<code>' . esc_html( HMBKP_ATTACHMENT_MAX_FILESIZE ) . '</code>' ); ?></p>
65
				<?php } ?>
66
67
				<p><?php printf(
68
					__( 'The maximum file size of your backup that will be attached to your notification emails. Defaults to %1$s. e.g. %2$s', 'backupwordpress' ),