Changeset 775882
- Timestamp:
- 09/20/2013 08:26:16 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wall-paint-calculator/trunk/wall-paint-calculator.php
r775857 r775882 144 144 ob_start(); 145 145 146 display_ shortcode($atts);146 display_paint_shortcode($atts); 147 147 148 148 $output_string = ob_get_contents(); … … 160 160 161 161 162 function display_ shortcode($atts) {162 function display_paint_shortcode($atts) { 163 163 164 164 extract(shortcode_atts( array(
Note: See TracChangeset
for help on using the changeset viewer.