Prechádzať zdrojové kódy

fixed a script call in the footer that had been previously removed

Eddie Machado 15 rokov pred
rodič
commit
dadbd906cc
3 zmenil súbory, kde vykonal 4 pridanie a 5 odobranie
  1. 0 4
      library/bones.php
  2. 1 1
      library/css/style.css
  3. 3 0
      library/log.txt

+ 0 - 4
library/bones.php

@@ -29,10 +29,6 @@ function bones_queue_js(){
   }
   }
 }
 }
 add_action('wp_print_scripts', 'bones_queue_js');
 add_action('wp_print_scripts', 'bones_queue_js');
-
-	// Loading up the scripts in the footer
-	function bones_jquery_scripts() { bones_comment_reply(); }
-	add_filter('wp_footer','bones_jquery_scripts');
 	
 	
 // Adding WP 3.0 Functions
 // Adding WP 3.0 Functions
 	//menus
 	//menus

+ 1 - 1
library/css/style.css

@@ -120,7 +120,7 @@ mark, .search-term { background: #EBE16F; }
 .help { border-color: #E0C618; background: #EBE16F; }
 .help { border-color: #E0C618; background: #EBE16F; }
 .info { border-color: #92cae4; background: #d5edf8; }
 .info { border-color: #92cae4; background: #d5edf8; }
 .error { border-color: #fbc2c4; background: #fbe3e4; }
 .error { border-color: #fbc2c4; background: #fbe3e4; }
-.success { border-color: #c6d880; background: #e6efc2; }
+.success { border-color: #c6d880; background: #e6efc2; } 
 
 
 /******************************************************************
 /******************************************************************
 GENERAL STYLES
 GENERAL STYLES

+ 3 - 0
library/log.txt

@@ -12,6 +12,9 @@ Author: Eddie Machado
 BONES CHANGE LOG & HISTORY
 BONES CHANGE LOG & HISTORY
 ******************************************************************/
 ******************************************************************/
 
 
+/* v1.04 Quick Fix */
+- fixed error with script call that was depracated.
+
 /* v1.04 */
 /* v1.04 */
 - moved the custom script call and pngfix to the footer
 - moved the custom script call and pngfix to the footer
 	from the bones file so it's easier to see what's being
 	from the bones file so it's easier to see what's being