Browse
For agents
About
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages
/
2.4.2
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages
v2.4.2
Switch version
3.4.2
3.4.1
3.4.0
3.3.9
3.3.8
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
2.2.0
2.2.1
2.2.2
2.2.3
2.2.4
2.2.5
2.2.6
2.2.7
2.2.8
2.2.9
2.3.0
2.3.1
2.3.2
All 195 releases
Overview
Code
convertkit
/
views
/
backend
/
tinymce
/
modal-missing.php
modal-missing.php
in Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages 2.4.2, at views/backend/tinymce/modal-missing.php
18 lines
427 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
/**
3
* TinyMCE Modal Missing view
4
*
5
*
@package
ConvertKit
6
*
@author
ConvertKit
7
*/
8
9
?
>
10
11
<
form
class
=
"
convertkit-tinymce-popup
"
>
12
<
div
class
=
"
notice error
"
style
=
"
display:block;
"
>
13
<
?
php
esc_html_e
(
'
The block could not be found. Check it is registered and its class initialized.
'
,
'
convertkit
'
)
;
?
>
14
<
/
div
>
15
16
<
button
type
=
"
button
"
class
=
"
close button
"
>
<
?
php
esc_html_e
(
'
Cancel
'
,
'
convertkit
'
)
;
?
>
<
/
button
>
17
<
/
form
>
18