Quantcast
Channel: WordPress.org Forums » [WordPress MU Domain Mapping] Support
Viewing all articles
Browse latest Browse all 3502

avner.komarow on "[Plugin: WordPress MU Domain Mapping] bug in dm_domains_admin page"

$
0
0

hi,
there is a bug in the total number of editable domains. i can only see 20.

i have fund the source of the problem, in line 192 i have changed this:

$rows = $wpdb->get_results( "SELECT * FROM {$wpdb->dmtable} ORDER BY id DESC LIMIT 0,20" );

to this:

$rows = $wpdb->get_results( "SELECT * FROM {$wpdb->dmtable} ORDER BY id DESC" );

i know it's less effective sql wise, but at least i can edit all my domains :-).
just wanted to let you know and maybe others will find this useful.

avner.

http://wordpress.org/plugins/wordpress-mu-domain-mapping/


Viewing all articles
Browse latest Browse all 3502

Trending Articles