Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.5.0 prep #180

Merged
merged 4 commits into from
Sep 24, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update @SInCE tag for functions added this release
  • Loading branch information
joemcgill committed Sep 23, 2015
commit 34390e4d41608b982a8dda67f870cb1b7272f27e
4 changes: 2 additions & 2 deletions wp-tevko-responsive-images.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ function tevkori_get_src_sizes( $id, $size = 'thumbnail' ) {
/**
* Filters images in post content to add `srcset` and `sizes`.
*
* @since 3.0
* @since 2.5.0
*
* @param string $content The raw post content to be filtered.
* @return string Converted content with `srcset` and `sizes` added to images.
Expand All @@ -312,7 +312,7 @@ function tevkori_filter_content_images( $content ) {
* Private preg_replace callback used in tevkori_filter_content_images()
*
* @access private
* @since 3.0.0
* @since 2.5.0
*/
function _tevkori_filter_content_images_callback( $image ) {
if ( empty( $image ) ) {
Expand Down