Plugin Directory

Changeset 2234074


Ignore:
Timestamp:
01/27/2020 07:47:39 PM (6 years ago)
Author:
qwerks
Message:

char warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-pranks/trunk/pranks.php

    r2234060 r2234074  
    1 <?php
     1<?php
    22/**
    33 * Plugin Name: WP Pranks
     
    2525 */
    2626
    27 function wp_pranks_footer_hook() {
    28 ?>
     27function wp_pranks_footer_hook() { ?>
    2928<style>
    3029<?php
     
    9392?>
    9493</style>
    95 <?php
    96 }
     94<?php }
    9795
    9896add_action('wp_footer', 'wp_pranks_footer_hook');
    99 
    10097class Webv_Pranks_SettingsPage {
    10198
     
    198195        </select> <?php
    199196    }
    200 
    201197}
    202198
Note: See TracChangeset for help on using the changeset viewer.