PluginProbe
WP Coder – Insert & Manage Code Snippets / trunk
WP Coder – Insert & Manage Code Snippets vtrunk
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
← All changes | includes/settings/5.include.php +3 -3 3.2trunk View file →
@@ -14,13 +14,13 @@
14 14 ?>
15 15
16 16 <h4>
17 17 <span class="codericon codericon-toggles"></span>
18 - <?php esc_html_e( 'Assets', 'wpcoder' ); ?>
18 + <?php esc_html_e( 'Assets', 'wp-coder' ); ?>
19 19 </h4>
20 20
21 21 <fieldset id="includes-files">
22 - <legend><?php esc_html_e( 'Adding', 'wpcoder' ); ?></legend>
22 + <legend><?php esc_html_e( 'Adding', 'wp-coder' ); ?></legend>
23 23
24 24 <?php if ( $count > 0 ) :
25 25 for ( $i = 0; $i < $count; $i ++ ):
26 26 ?>
@@ -38,9 +38,9 @@
38 38 endfor;
39 39 endif; ?>
40 40
41 41 <div class="btn-add-display">
42 - <a class="button button-primary button-large" id="add-include"><?php esc_html_e( 'Add New' ); ?></a>
42 + <a class="button button-primary button-large" id="add-include"><?php esc_html_e( 'Add New', 'wp-coder' ); ?></a>
43 43 </div>
44 44 </fieldset>
45 45
46 46