Changeset 698314
- Timestamp:
- 04/16/2013 07:16:51 AM (13 years ago)
- Location:
- fancy-date-stamp
- Files:
-
- 2 added
- 1 deleted
- 2 edited
-
assets/strips.jpg (deleted)
-
trunk/Fancy Date Stamp.php (modified) (2 diffs)
-
trunk/images (added)
-
trunk/images/strips.jpg (added)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fancy-date-stamp/trunk/Fancy Date Stamp.php
r698226 r698314 2 2 /** 3 3 * @package Fancy Date Stamp 4 * @version 0. 24 * @version 0.3 5 5 */ 6 6 /* 7 7 Plugin Name: Fancy Date Stamp 8 8 Description: This provides you with a nice way of displaying the date in your posts. This took a whole day *sigh* amateur hour. 9 Version: 0. 29 Version: 0.3 10 10 Author: Mark Coker 11 11 License: None (Open Domain) … … 42 42 display: block; 43 43 44 background: transparent url('". plugins_url( ' assets/strips.jpg' , __FILE__ )."') 100% 0 repeat-y;44 background: transparent url('". plugins_url( 'images/strips.jpg' , __FILE__ )."') 100% 0 repeat-y; 45 45 width: 25px; 46 46 padding-right:15px; -
fancy-date-stamp/trunk/readme.txt
r698244 r698314 35 35 = 0.2 = 36 36 Local CSS & Image Reference 37 = 0.3 = 38 Fixed strip display issue
Note: See TracChangeset
for help on using the changeset viewer.