Completed
Push — sync/require-lib ( cb01a1 )
by
unknown
17:14
created

_inc/lib/markdown/0-load.php (2 issues)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
<?php
2
3
if ( ! class_exists( 'MarkdownExtra_Parser' ) )
4
	jetpack_require_lib( 'markdown/extra' );
0 ignored issues
show
The call to the function jetpack_require_lib() seems unnecessary as the function has no side-effects.
Loading history...
5
6
jetpack_require_lib( 'markdown/gfm' );
0 ignored issues
show
The call to the function jetpack_require_lib() seems unnecessary as the function has no side-effects.
Loading history...
7