rtCamp / blank-theme

Customized Blank theme based on Underscore and Foundation
25 stars 23 forks source link

Fix issues with theme setup #44

Closed kiranpotphode closed 4 years ago

kiranpotphode commented 4 years ago

Fix the following issues

  1. Call setup theme function on after_setup_theme hook instead calling from constructor directly so that all theme setup functions work in sequence and correctly.
  2. Remove $content_width variable assignment as its never used.
  3. Correct the string Concat operator in add_pingback_link.
  4. Remove non-existing Base class to which Infinite_Scroll was extending.