WordPress.org

Make WordPress Themes

#5513 closed theme (live)

THEME: Atahualpa - 3.7.0

Reported by: BytesForAll Owned by: chipbennett
Priority: Keywords: theme-atahualpa
Cc: lmmmuc@…

Description

Atahualpa - 3.7.0

Configure your custom theme: Fixed or flexible width layout, with min/max width, 0 - 4 sidebars, very browser safe (incl. IE6), create custom widget areas, import/export styles (several styles included), color pickers, over 200 options.

Theme URL - http://wordpress.bytesforall.com/
Author URL - http://forum.bytesforall.com/

SVN - http://themes.svn.wordpress.org/atahualpa/3.7.0
ZIP - http://wordpress.org/extend/themes/download/atahualpa.3.7.0.zip?nostats=1

Diff with previous version: http://themes.trac.wordpress.org/changeset?old_path=/atahualpa/3.6.9&new_path=/atahualpa/3.7.0

All previous tickets for this theme: http://themes.trac.wordpress.org/query?col=id&col=summary&col=keywords&col=owner&col=status&col=resolution&keywords=~theme-atahualpa&order=priority

http://themes.svn.wordpress.org/atahualpa/3.7.0/screenshot.png

Change History (3)

comment:1 BytesForAll21 months ago

Changelog 3.7.0:

  • functions.php, line 873: $homeURL = home_url() -> $homeURL = esc_url( home_url() );
  • /functions/bfa_header_config.php, line 281, 283: $bfa_atasearchbox_text? -> esc_attr($bfa_atasearchbox_text?)
  • searchform.php, line 1: home_url() -> esc_url( home_url() );
  • searchform.php, line 5: the_search_query() -> esc_attr( the_search_query() )

comment:2 chipbennett21 months ago

  • Owner set to chipbennett
  • Status changed from new to assigned

comment:3 chipbennett21 months ago

  • Resolution set to approved
  • Status changed from assigned to closed

Review Summary

  • Continuation of previous review
  • Addresses previous-ticket required issues
  • Ticket being resolved as approved
Note: See TracTickets for help on using tickets.