Plugin Directory


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-recentcomments/trunk/core.php

    r316325 r416723  
    66function rc_ajax(){
    77    if($_GET['action'] == 'rc-ajax') {
    8         $page = $_GET['page'];
     8        $page = (int)$_GET['page'];
    99        echo rc_get_json($page);
    1010        die();
Note: See TracChangeset for help on using the changeset viewer.