Zip and master not the same
-
If I am correct. They aren’t in sync although when viewing these files they are.
http://plugins.svn.ww.wp.xz.cn/wp-pagenavi/trunk/core.php
https://github.com/lesterchan/wp-pagenavi/blob/master/core.phpBut when I download
http://downloads.wp.xz.cn/plugin/wp-pagenavi.2.83.zip
Which is downloaded with wp-cli by using thewp plugin install wp-pagenavicommand I get a different verions…Example:
$out .= $instance->get_single( 1, $first_text, array( - 'class' => 'first' - ), '%TOTAL_PAGES%' ); + $out .= $instance->get_single( 1, 'first', $first_text, '%TOTAL_PAGES%' );
The topic ‘Zip and master not the same’ is closed to new replies.