# This patch file uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
# General security cleanup, prevents divide by zero possibility which can occur.
# Jason.Giedymin@AcronymLabs.com
|
|
|
|
| 813 | 813 | $this->member_count = count($this->members); |
| 814 | 814 | } |
| 815 | 815 | |
| | 816 | if ( ((int) $this->total_member_count > 0) && ((int) $this->pag_num > 0) ) { |
| 816 | 817 | $this->pag_links = paginate_links( array( |
| 817 | 818 | 'base' => add_query_arg( 'upage', '%#%' ), |
| 818 | 819 | 'format' => '', |
| … |
… |
|
| 823 | 824 | 'mid_size' => 1 |
| 824 | 825 | )); |
| 825 | 826 | } |
| | 827 | } |
| | 828 | No newline at end of file |
| 826 | 829 | |
| 827 | 830 | function has_members() { |
| 828 | 831 | if ( $this->member_count ) |