bugfixes (visibility, input)

This commit is contained in:
Robin Cornett
2014-10-27 10:36:46 -04:00
parent 94809ee9aa
commit 3991c86477
2 changed files with 2 additions and 2 deletions
@@ -78,7 +78,7 @@ class Display_Featured_Image_Genesis_Common {
* @author Philip Newcomer
* @link http://philipnewcomer.net/2012/11/get-the-attachment-id-from-an-image-url-in-wordpress/
*/
private static function get_image_id( $attachment_url ) {
public static function get_image_id( $attachment_url ) {
global $wpdb;
$attachment_id = false;