Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created May 17, 2012 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/2718901 to your computer and use it in GitHub Desktop.
Save billerickson/2718901 to your computer and use it in GitHub Desktop.
<?php
$start_number = apply_filters( 'swas_footnote_start_number', (preg_match("|<!\-\-startnum=(\d+)\-\->|",$data,$start_number_array)==1) ? $start_number_array[1] : 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment