This filter allows developers to modify the output of `get_page_of_comment()`. As a side effect of this new filter, comment page numbers will always be returned as integers. Previously, they would sometimes be returned as floats - eg `float(2.0)` instead of `int(2)`. Props laceous. See #13939. Built from https://develop.svn.wordpress.org/trunk@34808 git-svn-id: http://core.svn.wordpress.org/trunk@34773 1a063a9b-81f0-0310-95a4-ce76da25c4cd
88 KiB
88 KiB