Changeset 2234074
- Timestamp:
- 01/27/2020 07:47:39 PM (6 years ago)
- File:
-
- 1 edited
-
wp-pranks/trunk/pranks.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-pranks/trunk/pranks.php
r2234060 r2234074 1 <?php1 <?php 2 2 /** 3 3 * Plugin Name: WP Pranks … … 25 25 */ 26 26 27 function wp_pranks_footer_hook() { 28 ?> 27 function wp_pranks_footer_hook() { ?> 29 28 <style> 30 29 <?php … … 93 92 ?> 94 93 </style> 95 <?php 96 } 94 <?php } 97 95 98 96 add_action('wp_footer', 'wp_pranks_footer_hook'); 99 100 97 class Webv_Pranks_SettingsPage { 101 98 … … 198 195 </select> <?php 199 196 } 200 201 197 } 202 198
Note: See TracChangeset
for help on using the changeset viewer.