File tree 5 files changed +5
-4
lines changed
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ PAP-Version: 1.0
3
3
Packer: /usr/local/PDK/bin/perlapp
4
4
Script: iwp.pm
5
5
Cwd: /Users/seamus/GitHub/InstantWP/core/bin
6
- Add: Encode::Byte::
6
+ Add: Encode::Byte
7
+ Add: Encode::JP
7
8
Clean: 0
8
- Date: 2017-11-02 22:41:22
9
+ Date: 2017-11-05 18:48:47
9
10
Debug:
10
11
Dependent: 0
11
12
Dyndll: 0
Original file line number Diff line number Diff line change 219
219
(define (do-deploy-action) (do-open-url "https://instantwp.com/go/IWPControlPanelButton/ " ))
220
220
221
221
(define deployment-button
222
- (create-new-button base-buttons-panel (deploy-bitmap) "Get InstantWP Unleashed "
222
+ (create-new-button base-buttons-panel (deploy-bitmap) "Get FREE WordPress \nSecurity Guide "
223
223
MAIN_BTN_WIDTH MAIN_BTN_HEIGHT
224
224
do-deploy-action))
225
225
Original file line number Diff line number Diff line change 80
80
(read-bitmap (build-path (iwp-images-dir-path) "readme1.png " )))
81
81
82
82
(define (deploy-bitmap)
83
- (read-bitmap (build-path (iwp-images-dir-path) "unleashed .png " )))
83
+ (read-bitmap (build-path (iwp-images-dir-path) "free .png " )))
84
84
85
85
(define (deploy2-bitmap)
86
86
(cond
You can’t perform that action at this time.
0 commit comments