[wp-cvs] wordpress/wp-admin bookmarklet.php,1.19,1.20
Matthew Mullenweg
saxmatt at users.sourceforge.net
Sat Feb 12 07:41:31 GMT 2005
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16854/wp-admin
Modified Files:
bookmarklet.php
Log Message:
Missing plugin call
Index: bookmarklet.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/bookmarklet.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** bookmarklet.php 23 Dec 2004 00:08:42 -0000 1.19
--- bookmarklet.php 12 Feb 2005 07:41:29 -0000 1.20
***************
*** 102,105 ****
--- 102,107 ----
<?php require('edit-form.php'); ?>
+ <?php do_action('admin_footer', ''); ?>
+
</body>
</html><?php
More information about the cvs
mailing list