Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
change param to remove comments informations on dashboard to leave th…
Browse files Browse the repository at this point in the history
…e uses memory section
  • Loading branch information
bueltge committed Dec 2, 2011
1 parent 734119d commit 528e29e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
Empty file modified .gitignore 100644 → 100755
Empty file.
23 changes: 11 additions & 12 deletions remove-comments-absolute.php 100644 → 100755
@@ -1,16 +1,16 @@
<?php
/**
* Plugin Name: Remove Comments Absolutely
* Plugin URI: http://wpengineer.com/2230/removing-comments-absolutely-wordpress/
* Text Domain: remove_comments_absolute
* Domain Path: /languages
* Description: Deactivate comments functions and remove areas absolutely from the WordPress install
* Author: Frank Bültge
* Version: 0.0.4
* Licence: GPLv2
* Author URI: http://bueltge.de/
* Plugin Name: Remove Comments Absolutely
* Plugin URI: http://wpengineer.com/2230/removing-comments-absolutely-wordpress/
* Text Domain: remove_comments_absolute
* Domain Path: /languages
* Description: Deactivate comments functions and remove areas absolutely from the WordPress install
* Author: Frank Bültge
* Version: 0.0.5
* Licence: GPLv2
* Author URI: http://bueltge.de/
* Upgrade Check: none
* Last Change: 17.06.2011
* Last Change: 02.12.2011
*/

if ( ! class_exists( 'Remove_Comments_Absolute' ) ) {
Expand Down Expand Up @@ -186,7 +186,7 @@ public function remove_comments_areas () {
<script type="text/javascript">
//<![CDATA[
jQuery(document).ready( function($) {
$( '.table_discussion' ).remove();
$( '.table_discussion' ).remove( ":contains('Discussion')" );
});
//]]>
</script>
Expand Down Expand Up @@ -237,4 +237,3 @@ public function feed_links( $args = array() ) {
} // end class

} // end if class exists
?>
Empty file modified screenshot-1.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified screenshot-2.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 528e29e

Please sign in to comment.