Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
turtlepod committed Apr 27, 2015
1 parent 75beead commit cb4ff60
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ <h2 id="changelog">Changelog <span class="to-top"><a href="#top">(back to top)</
</ul>
<p><strong>0.2.0</strong></p>
<ul>
<li>....</li>
<li>.... please check github ...</li>
</ul>

</div>
Expand Down
1 change: 1 addition & 0 deletions library/functions/media.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function hybrid_attachment() {
$file = wp_get_attachment_url();
$mime = get_post_mime_type();
$mime_type = explode( '/', $mime );
$attachment = '';

/* Loop through each mime type. If a function exists for it, call it. Allow users to filter the display. */
foreach ( $mime_type as $type ) {
Expand Down
8 changes: 7 additions & 1 deletion library/hybrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@
* You should have received a copy of the GNU General Public License along with this program; if not, write
* to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* NOTE:
* This is modified version of Hybrid Core v.1.6.x
* Modification:
* - WP 4.2 Compatibility.
* - Fix Media Attachment.
*
* @package HybridCore
* @version 1.6.2
* @version 1.6.2 (modified)
* @author Justin Tadlock <justin@justintadlock.com>
* @copyright Copyright (c) 2008 - 2013, Justin Tadlock
* @link http://themehybrid.com/hybrid-core
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Theme Name: Shell
* Theme URI: http://themehybrid.com/themes/shell
* Description: A responsive version of Prototype Theme.
* Version: 0.2.3
* Version: 0.2.4
* Support URI: http://themehybrid.com/support/
* Documentation URI: http://themehybrid.com/docs/for/themes/shell
* Author: David Chandra Purnama
Expand All @@ -11,7 +11,7 @@
* License: GNU General Public License v2.0
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*
* Copyright (c) 2013 David Chandra Purnama.
* Copyright (c) 2015 David Chandra Purnama.
* http://shellcreeper.com
* Copyright (c) 2010 - 2013 Justin Tadlock.
* http://justintadlock.com
Expand Down

0 comments on commit cb4ff60

Please sign in to comment.