Changeset 1123801
- Timestamp:
- 03/30/2015 06:02:49 PM (11 years ago)
- Location:
- simple-alert-boxes
- Files:
-
- 2 edited
-
tags/1.1/plugin.php (modified) (1 diff)
-
trunk/plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-alert-boxes/tags/1.1/plugin.php
r1123786 r1123801 40 40 return '<div class="alert ' . $atts['type'] . '"><p>' . $atts['text'] . '' . $content . '</p></div>'; 41 41 } 42 function my_admin_notice() {43 ?>44 <div class="updated">45 <h2><strong>Simple Alert Boxes Updated!</strong></h2>46 <p><strong></strong><?php _e( 'Welcome to de New version!', 'my-text-domain' ); ?></p>47 </div>48 <?php49 }50 add_action( 'admin_notices', 'my_admin_notice' );51 42 ?> -
simple-alert-boxes/trunk/plugin.php
r1123786 r1123801 40 40 return '<div class="alert ' . $atts['type'] . '"><p>' . $atts['text'] . '' . $content . '</p></div>'; 41 41 } 42 function my_admin_notice() {43 ?>44 <div class="updated">45 <h2><strong>Simple Alert Boxes Updated!</strong></h2>46 <p><strong></strong><?php _e( 'Welcome to de New version!', 'my-text-domain' ); ?></p>47 </div>48 <?php49 }50 add_action( 'admin_notices', 'my_admin_notice' );51 42 ?>
Note: See TracChangeset
for help on using the changeset viewer.