Changeset 1811765
- Timestamp:
- 01/30/2018 10:44:30 AM (8 years ago)
- Location:
- codepress-admin-columns
- Files:
-
- 2 edited
-
tags/3.1.2/classes/ListScreenWP.php (modified) (1 diff)
-
trunk/classes/ListScreenWP.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
codepress-admin-columns/tags/3.1.2/classes/ListScreenWP.php
r1811737 r1811765 105 105 * @return object 106 106 */ 107 p ublicfunction get_object_by_id( $id ) {107 protected function get_object_by_id( $id ) { 108 108 _deprecated_function( __METHOD__, 'NEWVERSION', 'AC_ListScreenWP::get_object()' ); 109 109 -
codepress-admin-columns/trunk/classes/ListScreenWP.php
r1811737 r1811765 105 105 * @return object 106 106 */ 107 p ublicfunction get_object_by_id( $id ) {107 protected function get_object_by_id( $id ) { 108 108 _deprecated_function( __METHOD__, 'NEWVERSION', 'AC_ListScreenWP::get_object()' ); 109 109
Note: See TracChangeset
for help on using the changeset viewer.