Plugin Directory

Changeset 775882


Ignore:
Timestamp:
09/20/2013 08:26:16 AM (13 years ago)
Author:
helpstring
Message:

Fixed fatal error on activation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wall-paint-calculator/trunk/wall-paint-calculator.php

    r775857 r775882  
    144144    ob_start();
    145145
    146     display_shortcode($atts);
     146    display_paint_shortcode($atts);
    147147
    148148    $output_string = ob_get_contents();
     
    160160
    161161
    162 function display_shortcode($atts) {
     162function display_paint_shortcode($atts) {
    163163
    164164    extract(shortcode_atts( array(
Note: See TracChangeset for help on using the changeset viewer.