| Conditions | 3 |
| Paths | 3 |
| Total Lines | 11 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Prints the pointer script |
||
| 37 | * |
||
| 38 | * @param string $selector The CSS selector the pointer is attached to. |
||
| 39 | * @param array $options The options for the pointer. |
||
| 40 | */ |
||
| 41 | public function print_scripts( $selector, $options ) { |
||
| 42 | _deprecated_function( __FUNCTION__, '3.01.03' ); |
||
| 43 | } |
||
| 44 | } |
||
| 45 |