[wp-cvs]
wordpress/wp-admin link-manager.php, 1.42, 1.43 plugins.php,
1.19, 1.20 post.php, 1.113, 1.114 profile.php, 1.36, 1.37
Matthew Mullenweg
saxmatt at users.sourceforge.net
Wed Dec 15 23:09:50 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29232/wp-admin
Modified Files:
link-manager.php plugins.php post.php profile.php
Log Message:
HTML fixes
Index: link-manager.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/link-manager.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** link-manager.php 12 Dec 2004 20:41:14 -0000 1.42
--- link-manager.php 15 Dec 2004 23:09:45 -0000 1.43
***************
*** 735,739 ****
</td>
<td align="right">
! <a href="#" onClick="checkAll(document.getElementById('links')); return false; "><?php _e('Toggle Checkboxes') ?></a>
</td>
</tr>
--- 735,739 ----
</td>
<td align="right">
! <a href="#" onclick="checkAll(document.getElementById('links')); return false; "><?php _e('Toggle Checkboxes') ?></a>
</td>
</tr>
Index: plugins.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/plugins.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** plugins.php 29 Nov 2004 17:28:53 -0000 1.19
--- plugins.php 15 Dec 2004 23:09:45 -0000 1.20
***************
*** 81,84 ****
--- 81,85 ----
$action = "<a href='plugins.php?action=activate&plugin=$plugin_file' title='".__('Activate this plugin')."' class='edit'>".__('Activate')."</a>";
}
+ $plugin_data['Description'] = wp_kses($plugin_data['Description'], array('a' => array('href' => array(),'title' => array()),'abbr' => array('title' => array()),'acronym' => array('title' => array()),'code' => array(),'em' => array(),'strong' => array()) ); ;
echo "
<tr $style>
Index: profile.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/profile.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** profile.php 14 Dec 2004 03:00:49 -0000 1.36
--- profile.php 15 Dec 2004 23:09:46 -0000 1.37
***************
*** 246,250 ****
</script>
<strong><?php _e('SideBar') ?></strong><br />
! <?php _e('Add the <a href="#" onClick="addPanel()">WordPress Sidebar</a>!') ?>
<?php } elseif (($is_winIE) || ($is_macIE)) { ?>
<strong><?php _e('SideBar') ?></strong><br />
--- 246,250 ----
</script>
<strong><?php _e('SideBar') ?></strong><br />
! <?php _e('Add the <a href="#" onclick="addPanel()">WordPress Sidebar</a>!') ?>
<?php } elseif (($is_winIE) || ($is_macIE)) { ?>
<strong><?php _e('SideBar') ?></strong><br />
Index: post.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/post.php,v
retrieving revision 1.113
retrieving revision 1.114
diff -C2 -d -r1.113 -r1.114
*** post.php 12 Dec 2004 20:41:15 -0000 1.113
--- post.php 15 Dec 2004 23:09:45 -0000 1.114
***************
*** 460,464 ****
echo "<input type=\"submit\" value=\"" . __('Yes') . "\" />";
echo " ";
! echo "<input type=\"button\" value=\"" . __('No') . "\" onClick=\"self.location='". get_settings('siteurl') ."/wp-admin/edit.php?p=$p&c=1#comments';\" />\n";
echo "</form>\n";
echo "</div>\n";
--- 460,464 ----
echo "<input type=\"submit\" value=\"" . __('Yes') . "\" />";
echo " ";
! echo "<input type=\"button\" value=\"" . __('No') . "\" onclick=\"self.location='". get_settings('siteurl') ."/wp-admin/edit.php?p=$p&c=1#comments';\" />\n";
echo "</form>\n";
echo "</div>\n";
More information about the cvs
mailing list