Plugin Directory

Changeset 1235989


Ignore:
Timestamp:
09/02/2015 04:18:31 AM (11 years ago)
Author:
hitoy
Message:

notice update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • super-static-cache/trunk/options.php

    r1220634 r1235989  
    122122        });
    123123</script>
     124<?php
     125$notice=notice_msg();
     126if($notice[0] === false){
     127    echo "<div id=\"message\" class=\"error\">".$notice[1]."</div>";
     128}
     129?>
    124130    <h2><?php _e('Super Static Cache Settings','super_static_cache');?></h2><br/>
    125131    <div class="ssc_menu">
Note: See TracChangeset for help on using the changeset viewer.