|
@@ 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' ), |