Plugin Directory

Changeset 1230927


Ignore:
Timestamp:
08/26/2015 03:48:04 AM (11 years ago)
Author:
mardojai
Message:

bug php tags fix, tag version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simple-alert-boxes/tags/1.2/plugin.php

    r1230923 r1230927  
    2525    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    2626*/
    27 ?>
    28 <?php
     27
    2928/** Head Enqueue **/
    3029function simple_alert_boxes_scripts() {
     
    3231}
    3332add_action( 'wp_enqueue_scripts', 'simple_alert_boxes_scripts' );
    34 ?>
    3533
    36 <?php
    3734/** ShortCode **/
    3835add_shortcode( 'alert', 'alert_output' );
     
    4441    return '<div class="alert ' . $atts['type'] . '"><p>' . $atts['text'] . '' . $content . '</p></div>';
    4542}
    46 ?>
    4743
    48 <?php
    4944/** TinyMCE Plugin **/
    5045function alert_boxes_tinymce() {
Note: See TracChangeset for help on using the changeset viewer.