-
Notifications
You must be signed in to change notification settings - Fork 815
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
Deprecated functions in Jetpack #4257
Comments
|
briancolinger
added a commit
that referenced
this issue
Feb 9, 2017
Removing the 4.5 conditional block. Partial fix for #4257.
jeherve
pushed a commit
that referenced
this issue
Feb 9, 2017
Removing the 4.5 conditional block. Partial fix for #4257.
Closing this issue now because the deprecated functions listed have already been fixed in previous releases. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
like_escape
inclass.jetpack.php
. It's been replaced bywpdb::esc_like()
get_theme
andget_current_theme
inmodules/infinite-scroll/infinity.php
,modules/theme-tools/inifinite-scroll.php
,modules/custom-css/custom-css.php
, andmodules/module-info.php
. We should usewp_get_theme()
is_comments_popup()
inmodules/likes.php
screen_icon()
inmodules/videopress/videopress.php
. We should now useget_screen_icon()
The text was updated successfully, but these errors were encountered: