CP 3.3.1 PHP Deprecated Function Calls.
[12-Sep-2013 21:38:14 UTC] PHP Notice: load_plugin_textdomain was called with an argument that is <strong>deprecated</strong> since version 2.7 with no alternative available. in /home/vacancy/public_html/xxx/wp-includes/functions.php on line 3000
This has been present for over a year now. So whatever you think is working here../classipress/framework/kernel/breadcrumb-trail.php, Line: 39; it is not being called, but continues to pollute the debug log continuously. Surely, we can write or use a better updated and not deprecated script for bread crumbs?
Code:
load_plugin_textdomain( 'breadcrumb-trail', false, 'breadcrumb-trail' );
- - - Updated - - -
12-Sep-2013 21:27:03 UTC] PHP Notice: has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home/vacancy/public_html/xxx/wp-includes/functions.php on line 2998
/classipress/framework/scb/Table.php; Line: 70:
Code:
if ( $wpdb->has_cap( 'collation' ) ) {