Changeset 3086353
- Timestamp:
- 05/14/2024 08:54:37 AM (22 months ago)
- Location:
- currently-reading/trunk
- Files:
-
- 2 edited
-
CurrentlyReading.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
currently-reading/trunk/CurrentlyReading.php
r3080905 r3086353 5 5 Description: Display a Currently Reading widget using the Google Books API 6 6 Author: Eugéne Roux 7 Version: 4.1. 57 Version: 4.1.6 8 8 Author URI: https://damn.org.za/ 9 9 */ … … 258 258 // 259 259 function register_reading_widget() { 260 register_widget( ' DisplayBadges' );260 register_widget( 'CurrentlyReading' ); 261 261 } 262 262 add_action( 'widgets_init', 'register_reading_widget' ); -
currently-reading/trunk/readme.txt
r3081986 r3086353 96 96 == Changelog == 97 97 98 = 4.1.6 = 99 100 * "My apologies, your honour, my client is an idiot..." 101 102 = 4.1.5 = 103 104 * Updated for 6.5 105 98 106 = 4.0.8 = 99 107
Note: See TracChangeset
for help on using the changeset viewer.