mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-05 10:25:45 +03:00
Fix plugin i18n strings
This commit is contained in:
parent
52fd2b08dc
commit
7e8c847471
13 changed files with 86 additions and 86 deletions
|
@ -29,7 +29,7 @@ add_action( FiveForTheFuture\PREFIX . '_email_result', __NAMESPACE__ . '\capture
|
|||
function add_log_meta_box() {
|
||||
add_meta_box(
|
||||
'activity-log',
|
||||
__( 'Log', 'wordpressorg' ),
|
||||
__( 'Log', 'wporg-5ftf' ),
|
||||
__NAMESPACE__ . '\render_log_meta_box',
|
||||
Pledge\CPT_ID,
|
||||
'advanced',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue