Changeset 2111012
- Timestamp:
- 06/23/2019 10:15:29 PM (7 years ago)
- Location:
- tfo-graphviz/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
tfo-graphviz.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tfo-graphviz/trunk/readme.txt
r2110968 r2111012 210 210 211 211 = 1.19 = 212 * Nothing yet!212 * The method override was not working as expected if you fully qualified the method name. 213 213 214 214 = 1.18 = -
tfo-graphviz/trunk/tfo-graphviz.php
r2110968 r2111012 296 296 // Override the rendering method 297 297 if (!empty($atts['method'])) 298 if (!empty( 'TFO_Graphviz_' . $this->methods[$atts['method']])) {298 if (!empty($this->methods['TFO_Graphviz_' . $atts['method']])) { 299 299 # Shorthand 300 300 $gv_method = 'TFO_Graphviz_' . $atts['method'];
Note: See TracChangeset
for help on using the changeset viewer.