Ticket #171 (closed defect: fixed)

Opened 2 months ago

Last modified 5 weeks ago

Missing alt tag on single-picture page

Reported by: dime Owned by: kimparsell
Priority: normal Milestone: 1.0
Component: Theme Version: 1.0b3
Severity: normal Keywords:
Cc: tracs@…

Description

There are no alt tags for thumbnails and images in single-picture pages. This should be added, since it has much value to SE and it is valid.

On line

$imgtag = '<img class="photos-large" src="'.plogger_get_picture_thumb(THUMB_LARGE).'" title="'.$capt.'" alt="'.$capt.'" />';

$capt should be replaced with $picture_caption

This apllies to all themes.

Change History

Changed 7 weeks ago by sidtheduck

  • milestone changed from 1.0 to 1.1

Changed 6 weeks ago by kimparsell

  • owner changed from mike to kimparsell
  • status changed from new to assigned
  • version set to 1.0b3

Changed 6 weeks ago by kimparsell

  • summary changed from Missing alt tag on singe-picture page to Missing alt tag on single-picture page
  • milestone changed from 1.1 to 1.0

Changed 5 weeks ago by kimparsell

  • status changed from assigned to closed
  • resolution set to fixed

Per changeset 557 the alt tag has been included for the large image in picture.php in each theme. All themes now use $picture_caption for the caption.

Note: See TracTickets for help on using tickets.