Changeset 2397:effa61ef2c4b for plugins/blogroll
- Timestamp:
- 09/29/13 22:17:47 (12 years ago)
- Branch:
- widgets
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blogroll/_widgets.php
r2395 r2397 20 20 { 21 21 $w->create('links',__('Blogroll'),array('tplBlogroll','linksWidget'),null,'Blogroll list'); 22 $w->links->setting('title',__('Title :'),__('Links'));22 $w->links->setting('title',__('Title (optional)').' :',__('Links')); 23 23 24 24 $br = new dcBlogroll($GLOBALS['core']->blog);
Note: See TracChangeset
for help on using the changeset viewer.