This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @package Order Up! | |
*/ | |
/* | |
Plugin Name: Custom Taxonomy Order | |
Plugin URI: http://drewgourley.com/order-up-custom-ordering-for-wordpress/ | |
Description: Allows for the ordering of categories and custom taxonomy terms through a simple drag-and-drop interface. | |
Version: 2.0 | |
Author: Drew Gourley |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: SEO Friendly Images | |
Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/seo-friendly-images | |
Description: Automatically adds alt and title attributes to all your images. Improves traffic from search results and makes them W3C/xHTML valid as well. | |
Version: 2.7.0 | |
Author: Vladimir Prelovac | |
Author URI: http://www.prelovac.com/vladimir |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2012-04-18 12:13:43.378 osascript[26429:903] Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found. Did find: | |
/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper | |
osascript: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers. | |
--- /Users/bushaw/Desktop/gravity-forms-custom-post-types/gfcptaddonbase.php | |
+++ gfcptaddonbase.php | |
@@ -246,21 +246,24 @@ | |
*/ | |
function setup_post_type_field( &$field, $post_type ) { | |
$first_choice = $field['choices'][0]['text']; | |
- $field['choices'] = $this->load_post_type_choices( $post_type, $first_choice ); |
NewerOlder