Changeset 1396:726cee12beea for plugins
- Timestamp:
- 08/16/13 13:23:43 (12 years ago)
- Branch:
- default
- Location:
- plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pings/lib.pings.php
r1392 r1396 59 59 } 60 60 61 $item = '<h5 class="ping-services">'.__('Pings :').'</h5>';61 $item = '<h5 class="ping-services">'.__('Pings').'</h5>'; 62 62 $i = 0; 63 63 foreach ($pings_uris as $k => $v) -
plugins/tags/_admin.php
r1392 r1396 81 81 } 82 82 $items['metas-box']['items']['post_tags']= 83 '<h5><label class="s-tags" for="post_tags">'.__('Tags :').'</label></h5>'.83 '<h5><label class="s-tags" for="post_tags">'.__('Tags').'</label></h5>'. 84 84 '<div class="p s-tags" id="tags-edit">'.form::textarea('post_tags',20,3,$value,'maximal').'</div>'; 85 85 }
Note: See TracChangeset
for help on using the changeset viewer.