delz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: <p style=”text-align: center;”></p>because making posts center not working in this 2.51 thing
Forum: Fixing WordPress
In reply to: <p style=”text-align: center;”></p>,,,,,,,,,,,,,,,
Forum: Fixing WordPress
In reply to: Headlinesno help ?
Forum: Fixing WordPress
In reply to: <p style=”text-align: center;”></p>when i change this line
$r .= “\n\t\t<td style=’text-align: center;’><input name=’updatemeta’ type=’submit’ tabindex=’6′ value='”.attribute_escape(__( ‘Update’ )).”‘ class=’add:the-list:meta-{$entry[‘meta_id’]}::_ajax_nonce=$update_nonce updatemeta’ />
“;in wordpress\wp-admin\includes\template.php
to the old from 2.3.3
$r .= “\n\t\t<td align=’center’><input name=’updatemeta’ type=’submit’ class=’updatemeta’ tabindex=’6′ value='”.attribute_escape(__( ‘Update’ )).”‘ />
“;it still post <p style=”text-align: center;”>test</p>
🙁 i need help pls
Forum: Fixing WordPress
In reply to: Making Posts Center Not More Workingwhen i change this line
$r .= “\n\t\t<td style=’text-align: center;’><input name=’updatemeta’ type=’submit’ tabindex=’6′ value='”.attribute_escape(__( ‘Update’ )).”‘ class=’add:the-list:meta-{$entry[‘meta_id’]}::_ajax_nonce=$update_nonce updatemeta’ />
“;in wordpress\wp-admin\includes\template.php
to the old from 2.3.3
$r .= “\n\t\t<td align=’center’><input name=’updatemeta’ type=’submit’ class=’updatemeta’ tabindex=’6′ value='”.attribute_escape(__( ‘Update’ )).”‘ />
“;it still post <p style=”text-align: center;”>test</p>
🙁 i need help pls
Forum: Fixing WordPress
In reply to: Making Posts Center Not More Workingahh i got the problem its <p style=”text-align: center;”> what is wrong must be <p align=”center”> then it work but where i must change that i not find it
Forum: Fixing WordPress
In reply to: Making Posts Center Not More Workingahh i got the problem its <p style=”text-align: center;”> what is wrong must be <p align=”center”> then it work but where i must change that i not find it