Created
February 12, 2014 16:45
-
-
Save PabloVallejo/8959402 to your computer and use it in GitHub Desktop.
additional images
This file contains hidden or 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 | |
// Additional images | |
// Note: after line 107 of 'controllers/bookmarklet.php' | |
if ( $req->additional_images ) | |
Post_Meta::update( $id, ADDITIONAL_IMAGES, $req->additional_images ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment